#A96EA2

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

Shades of Violet Blue #A96EA2

Tints of Violet Blue #A96EA2

Color information

#A96EA2 (or 0xA96EA2) is unknown color: approx Violet Blue. HEX triplet: A9, 6E and A2. RGB value is (169,110,162). Sum of RGB (Red+Green+Blue) = 169+110+162=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 169 - color contains mainly: red. Hex color #A96EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96EA2 is #56915D. Grayscale: #858585. Windows color (decimal): -5673310 or 10645161. OLE color: 10645161.

HSL color Cylindrical-coordinate representation of color #A96EA2: hue angle of 307.12º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A96EA2 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB169110162-
CMYK00.350.040.34
HSL307.12º25.54%54.71%-
HSV(B)307.12º34.91%66.27%-
XYZ28.4622.236.97-
YUV133.57144.05153.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 110 (43.36% from 255) = 24.94%
BLUE value IS 162 (63.67% from 255) = 36.73%
R=38.32%
G=24.94%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911016200.350.040.34307.1225.5454.71
HexA96EA20234221331a37
Octal2511562420434424633267
Binary10101001110111010100010010001110010001010011001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96EA2; }

 p { color: rgb(169,110,162); }

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

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

 a { background-color: rgb(169,110,162); }

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

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

 span { border-color: rgb(169,110,162); }

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