#A65AA2

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

Shades of Violet Blue #A65AA2

Tints of Violet Blue #A65AA2

Color information

#A65AA2 (or 0xA65AA2) is unknown color: approx Violet Blue. HEX triplet: A6, 5A and A2. RGB value is (166,90,162). Sum of RGB (Red+Green+Blue) = 166+90+162=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A65AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65AA2 is #59A55D. Grayscale: #787878. Windows color (decimal): -5875038 or 10640038. OLE color: 10640038.

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

Color convert

RGB16690162-
CMYK00.460.020.35
HSL303.16º29.92%50.2%-
HSV(B)303.16º45.78%65.1%-
XYZ25.918.0336.3-
YUV120.93151.18160.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.71%
GREEN value IS 90 (35.55% from 255) = 21.53%
BLUE value IS 162 (63.67% from 255) = 38.76%
R=39.71%
G=21.53%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669016200.460.020.35303.1629.9250.2
HexA65AA202E22312f1e32
Octal2461322420562434573662
Binary1010011010110101010001001011101010001110010111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65AA2; }

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

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

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

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

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

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

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

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