#A66AA4

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

Shades of Violet Blue #A66AA4

Tints of Violet Blue #A66AA4

Color information

#A66AA4 (or 0xA66AA4) is unknown color: approx Violet Blue. HEX triplet: A6, 6A and A4. RGB value is (166,106,164). Sum of RGB (Red+Green+Blue) = 166+106+164=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A66AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66AA4 is #59955B. Grayscale: #828282. Windows color (decimal): -5870940 or 10775206. OLE color: 10775206.

HSL color Cylindrical-coordinate representation of color #A66AA4: hue angle of 302º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A66AA4 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB166106164-
CMYK00.360.010.35
HSL302º25.21%53.33%-
HSV(B)302º36.14%65.1%-
XYZ27.5821.137.74-
YUV130.55146.88153.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 106 (41.80% from 255) = 24.31%
BLUE value IS 164 (64.45% from 255) = 37.61%
R=38.07%
G=24.31%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610616400.360.010.3530225.2153.33
HexA66AA402412312e1935
Octal2461522440441434563165
Binary101001101101010101001000100100110001110010111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66AA4; }

 p { color: rgb(166,106,164); }

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

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

 a { background-color: rgb(166,106,164); }

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

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

 span { border-color: rgb(166,106,164); }

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