#A96EA9

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

Shades of Violet Blue #A96EA9

Tints of Violet Blue #A96EA9

Color information

#A96EA9 (or 0xA96EA9) is unknown color: approx Violet Blue. HEX triplet: A9, 6E and A9. RGB value is (169,110,169). Sum of RGB (Red+Green+Blue) = 169+110+169=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 169 - color contains mainly: red, blue. Hex color #A96EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96EA9 is #569156. Grayscale: #868686. Windows color (decimal): -5673303 or 11103913. OLE color: 11103913.

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

Color convert

RGB169110169-
CMYK00.3500.34
HSL300º25.54%54.71%-
HSV(B)300º34.91%66.27%-
XYZ29.122.4540.34-
YUV134.37147.55152.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.72%
GREEN value IS 110 (43.36% from 255) = 24.55%
BLUE value IS 169 (66.41% from 255) = 37.72%
R=37.72%
G=24.55%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911016900.3500.3430025.5454.71
HexA96EA902302212c1a37
Octal2511562510430424543267
Binary101010011101110101010010100011010001010010110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96EA9; }

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

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

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

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

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

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

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

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