#A66AAB

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

Shades of Violet Blue #A66AAB

Tints of Violet Blue #A66AAB

Color information

#A66AAB (or 0xA66AAB) is unknown color: approx Violet Blue. HEX triplet: A6, 6A and AB. RGB value is (166,106,171). Sum of RGB (Red+Green+Blue) = 166+106+171=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #A66AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66AAB is #599554. Grayscale: #838383. Windows color (decimal): -5870933 or 11233958. OLE color: 11233958.

HSL color Cylindrical-coordinate representation of color #A66AAB: hue angle of 295.38º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A66AAB is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166106171-
CMYK0.030.3800.33
HSL295.38º27.9%54.31%-
HSV(B)295.38º38.01%67.06%-
XYZ28.2321.3641.16-
YUV131.35150.38152.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 106 (41.80% from 255) = 23.93%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=37.47%
G=23.93%
B=38.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661061710.030.3800.33295.3827.954.31
HexA66AAB3260211271c36
Octal2461522533460414473466
Binary1010011011010101010101111100110010000110010011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66AAB; }

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

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

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

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

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

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

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

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