#A666AC

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

Shades of Violet Blue #A666AC

Tints of Violet Blue #A666AC

Color information

#A666AC (or 0xA666AC) is unknown color: approx Violet Blue. HEX triplet: A6, 66 and AC. RGB value is (166,102,172). Sum of RGB (Red+Green+Blue) = 166+102+172=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #A666AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A666AC is #599953. Grayscale: #808080. Windows color (decimal): -5871956 or 11298470. OLE color: 11298470.

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

Color convert

RGB166102172-
CMYK0.030.4100.33
HSL294.86º29.66%53.73%-
HSV(B)294.86º40.7%67.45%-
XYZ27.9220.5941.53-
YUV129.12152.2154.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=37.73%
G=23.18%
B=39.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661021720.030.4100.33294.8629.6653.73
HexA666AC3290211271e36
Octal2461462543510414473666
Binary1010011011001101010110011101001010000110010011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A666AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A666AC; }

 p { color: rgb(166,102,172); }

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

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

 a { background-color: rgb(166,102,172); }

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

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

 span { border-color: rgb(166,102,172); }

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