#A66FAC

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

Shades of Violet Blue #A66FAC

Tints of Violet Blue #A66FAC

Color information

#A66FAC (or 0xA66FAC) is unknown color: approx Violet Blue. HEX triplet: A6, 6F and AC. RGB value is (166,111,172). Sum of RGB (Red+Green+Blue) = 166+111+172=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #A66FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66FAC is #599053. Grayscale: #868686. Windows color (decimal): -5869652 or 11300774. OLE color: 11300774.

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

Color convert

RGB166111172-
CMYK0.030.3500.33
HSL294.1º26.87%55.49%-
HSV(B)294.1º35.47%67.45%-
XYZ28.8622.4541.84-
YUV134.4149.22150.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.97%
GREEN value IS 111 (43.75% from 255) = 24.72%
BLUE value IS 172 (67.58% from 255) = 38.31%
R=36.97%
G=24.72%
B=38.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661111720.030.3500.33294.126.8755.49
HexA66FAC3230211261b37
Octal2461572543430414463367
Binary1010011011011111010110011100011010000110010011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66FAC; }

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

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

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

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

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

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

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

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