Color Hex Logo

#a65ab0 Color Hex

#A65AB0
(166,90,176)
0 Favorites   0 Comments

Color spaces of #a65ab0

RGB 16690176
HSL0.810.350.52
HSV293°49°69°
CMYK 0.060.490.00   0.31
XYZ27.218518.553943.2210
Yxy18.55390.30580.2085
Hunter Lab43.074237.4138-29.3400
CIE-Lab50.161244.3908-32.9147

#a65ab0 color RGB value is (166,90,176).

#a65ab0 hex color red value is 166, green value is 90 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #a65ab0 hue: 0.81 , saturation: 0.35 and the lightness value of a65ab0 is 0.52.

The process color (four color CMYK) of #a65ab0 color hex is 0.06, 0.49, 0.00, 0.31. Web safe color of #a65ab0 is #996699. Color #a65ab0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011010 10110000
Octal 246 132 260
Decimal 166 90 176
Hex A6 5A B0

RGB Percentages of Color #a65ab0

%38.43
%20.83
%40.74

CMYK Percentages of Color #a65ab0

%6
%49
%0
%31

Triadic Colors of #a65ab0

#a65ab0 #b0a65a #5ab0a6

Analogous Colors of #a65ab0

#a65ab0 #b05a8f #7b5ab0

Monochromatic Colors of #a65ab0

#a65ab0

Complementary Color

#a65ab0 #64b05a

#a65ab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65ab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65ab0 Color CSS Codes

.mybgcolor {background-color:#a65ab0; } 
.myforecolor {color:#a65ab0; }
.mybordercolor {border:3px solid #a65ab0; }

#a65ab0 Text Font Color

<p style="color:#a65ab0">Text here</p>

This sample text font color is #a65ab0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a65ab0 Background Color

<div style="background-color:#a65ab0">
Div content here</div>

This div background color is #a65ab0


#a65ab0 Border Color

<div style="border:3px solid #a65ab0">
Div here</div>

This div border color is #a65ab0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,90,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a65ab0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a65ab0;
  -webkit-box-shadow: 1px 1px 3px 2px #a65ab0;
  box-shadow:         1px 1px 3px 2px #a65ab0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,90,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a65ab0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a65ab0;
  -webkit-box-shadow: 1px 1px 3px 2px #a65ab0;
  box-shadow:         1px 1px 3px 2px #a65ab0;">
Div content here</div>

This div box has shadow with color #a65ab0

#a65ab0 Color Palettes


Comments

No comments written yet.

Please login to write comment.