#A66FA2

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

Shades of Violet Blue #A66FA2

Tints of Violet Blue #A66FA2

Color information

#A66FA2 (or 0xA66FA2) is unknown color: approx Violet Blue. HEX triplet: A6, 6F and A2. RGB value is (166,111,162). Sum of RGB (Red+Green+Blue) = 166+111+162=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 166 - color contains mainly: red. Hex color #A66FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66FA2 is #59905D. Grayscale: #858585. Windows color (decimal): -5869662 or 10645414. OLE color: 10645414.

HSL color Cylindrical-coordinate representation of color #A66FA2: hue angle of 304.36º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A66FA2 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB166111162-
CMYK00.330.020.35
HSL304.36º23.61%54.31%-
HSV(B)304.36º33.13%65.1%-
XYZ27.9322.0836.97-
YUV133.26144.22151.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 111 (43.75% from 255) = 25.28%
BLUE value IS 162 (63.67% from 255) = 36.90%
R=37.81%
G=25.28%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611116200.330.020.35304.3623.6154.31
HexA66FA20212231301836
Octal2461572420412434603066
Binary1010011011011111010001001000011010001110011000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66FA2; }

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

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

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

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

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

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

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

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