#A96E9E

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

Shades of Violet Blue #A96E9E

Tints of Violet Blue #A96E9E

Color information

#A96E9E (or 0xA96E9E) is unknown color: approx Violet Blue. HEX triplet: A9, 6E and 9E. RGB value is (169,110,158). Sum of RGB (Red+Green+Blue) = 169+110+158=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96E9E is #569161. Grayscale: #848484. Windows color (decimal): -5673314 or 10383017. OLE color: 10383017.

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

Color convert

RGB169110158-
CMYK00.350.070.34
HSL311.19º25.54%54.71%-
HSV(B)311.19º34.91%66.27%-
XYZ28.1122.0635.12-
YUV133.11142.05153.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.67%
GREEN value IS 110 (43.36% from 255) = 25.17%
BLUE value IS 158 (62.11% from 255) = 36.16%
R=38.67%
G=25.17%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911015800.350.070.34311.1925.5454.71
HexA96E9E0237221371a37
Octal2511562360437424673267
Binary10101001110111010011110010001111110001010011011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E9E; }

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

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

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

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

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

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

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

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