#A66EA4

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

Shades of Violet Blue #A66EA4

Tints of Violet Blue #A66EA4

Color information

#A66EA4 (or 0xA66EA4) is unknown color: approx Violet Blue. HEX triplet: A6, 6E and A4. RGB value is (166,110,164). Sum of RGB (Red+Green+Blue) = 166+110+164=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A66EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66EA4 is #59915B. Grayscale: #848484. Windows color (decimal): -5869916 or 10776230. OLE color: 10776230.

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

Color convert

RGB166110164-
CMYK00.340.010.35
HSL302.14º23.93%54.12%-
HSV(B)302.14º33.73%65.1%-
XYZ2821.9437.88-
YUV132.9145.55151.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 164 (64.45% from 255) = 37.27%
R=37.73%
G=25%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611016400.340.010.35302.1423.9354.12
HexA66EA402212312e1836
Octal2461562440421434563066
Binary101001101101110101001000100010110001110010111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66EA4; }

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

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

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

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

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

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

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

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