#A66EA1

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

Shades of Violet Blue #A66EA1

Tints of Violet Blue #A66EA1

Color information

#A66EA1 (or 0xA66EA1) is unknown color: approx Violet Blue. HEX triplet: A6, 6E and A1. RGB value is (166,110,161). Sum of RGB (Red+Green+Blue) = 166+110+161=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A66EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66EA1 is #59915E. Grayscale: #848484. Windows color (decimal): -5869919 or 10579622. OLE color: 10579622.

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

Color convert

RGB166110161-
CMYK00.340.030.35
HSL305.36º23.93%54.12%-
HSV(B)305.36º33.73%65.1%-
XYZ27.7321.8336.47-
YUV132.56144.05151.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.99%
GREEN value IS 110 (43.36% from 255) = 25.17%
BLUE value IS 161 (63.28% from 255) = 36.84%
R=37.99%
G=25.17%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611016100.340.030.35305.3623.9354.12
HexA66EA10223231311836
Octal2461562410423434613066
Binary1010011011011101010000101000101110001110011000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66EA1; }

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

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

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

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

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

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

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

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