#A66DB2

Color #A66DB2 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A66DB2

Tints of Violet Blue #A66DB2

Color information

#A66DB2 (or 0xA66DB2) is unknown color: approx Violet Blue. HEX triplet: A6, 6D and B2. RGB value is (166,109,178). Sum of RGB (Red+Green+Blue) = 166+109+178=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 178 - color contains mainly: blue. Hex color #A66DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66DB2 is #59924D. Grayscale: #858585. Windows color (decimal): -5870158 or 11693478. OLE color: 11693478.

HSL color Cylindrical-coordinate representation of color #A66DB2: hue angle of 289.57º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A66DB2 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB166109178-
CMYK0.070.3900.30
HSL289.57º30.94%56.27%-
HSV(B)289.57º38.76%69.8%-
XYZ29.2322.2644.88-
YUV133.91152.88150.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 36.64%
GREEN value IS 109 (42.97% from 255) = 24.06%
BLUE value IS 178 (69.92% from 255) = 39.29%
R=36.64%
G=24.06%
B=39.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661091780.070.3900.30289.5730.9456.27
HexA66DB272701E1221f38
Octal2461552627470364423770
Binary1010011011011011011001011110011101111010010001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66DB2; }

 p { color: rgb(166,109,178); }

 H1.HeaderClassName
 {
   color: #A66DB2;
 }
 .AnyTagClassName
 {
   color: #A66DB2;
 }
</style>
background-color css

<style>
 a { background-color: #A66DB2; }

 a { background-color: rgb(166,109,178); }

 div.DivClassName
 {
   background-color: #A66DB2;
 }
 .BgClassName
 {
   background-color: #A66DB2;
 }
</style>
border-color css

<style>
 span { border-color: #A66DB2; }

 span { border-color: rgb(166,109,178); }

 td.TdClassName
 {
   border-color: #A66DB2;
 }
 .TagClassName
 {
   border-color: #A66DB2;
 }
</style>