#A66FA4

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

Shades of Violet Blue #A66FA4

Tints of Violet Blue #A66FA4

Color information

#A66FA4 (or 0xA66FA4) is unknown color: approx Violet Blue. HEX triplet: A6, 6F and A4. RGB value is (166,111,164). Sum of RGB (Red+Green+Blue) = 166+111+164=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A66FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66FA4 is #59905B. Grayscale: #858585. Windows color (decimal): -5869660 or 10776486. OLE color: 10776486.

HSL color Cylindrical-coordinate representation of color #A66FA4: hue angle of 302.18º 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 #A66FA4 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB166111164-
CMYK00.330.010.35
HSL302.18º23.61%54.31%-
HSV(B)302.18º33.13%65.1%-
XYZ28.1122.1637.92-
YUV133.49145.22151.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.64%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 164 (64.45% from 255) = 37.19%
R=37.64%
G=25.17%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611116400.330.010.35302.1823.6154.31
HexA66FA402112312e1836
Octal2461572440411434563066
Binary101001101101111101001000100001110001110010111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66FA4; }

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

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

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

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

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

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

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

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