#A96EA8

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

Shades of Violet Blue #A96EA8

Tints of Violet Blue #A96EA8

Color information

#A96EA8 (or 0xA96EA8) is unknown color: approx Violet Blue. HEX triplet: A9, 6E and A8. RGB value is (169,110,168). Sum of RGB (Red+Green+Blue) = 169+110+168=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 169 - color contains mainly: red. Hex color #A96EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96EA8 is #569157. Grayscale: #868686. Windows color (decimal): -5673304 or 11038377. OLE color: 11038377.

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

Color convert

RGB169110168-
CMYK00.350.010.34
HSL301.02º25.54%54.71%-
HSV(B)301.02º34.91%66.27%-
XYZ29.0122.4139.84-
YUV134.25147.05152.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.81%
GREEN value IS 110 (43.36% from 255) = 24.61%
BLUE value IS 168 (66.02% from 255) = 37.58%
R=37.81%
G=24.61%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911016800.350.010.34301.0225.5454.71
HexA96EA802312212d1a37
Octal2511562500431424553267
Binary101010011101110101010000100011110001010010110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96EA8; }

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

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

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

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

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

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

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

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