#A96EA7

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

Shades of Violet Blue #A96EA7

Tints of Violet Blue #A96EA7

Color information

#A96EA7 (or 0xA96EA7) is unknown color: approx Violet Blue. HEX triplet: A9, 6E and A7. RGB value is (169,110,167). Sum of RGB (Red+Green+Blue) = 169+110+167=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A96EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96EA7 is #569158. Grayscale: #858585. Windows color (decimal): -5673305 or 10972841. OLE color: 10972841.

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

Color convert

RGB169110167-
CMYK00.350.010.34
HSL302.03º25.54%54.71%-
HSV(B)302.03º34.91%66.27%-
XYZ28.9122.3839.35-
YUV134.14146.55152.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.89%
GREEN value IS 110 (43.36% from 255) = 24.66%
BLUE value IS 167 (65.62% from 255) = 37.44%
R=37.89%
G=24.66%
B=37.44%

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
Decimal16911016700.350.010.34302.0325.5454.71
HexA96EA702312212e1a37
Octal2511562470431424563267
Binary101010011101110101001110100011110001010010111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96EA7; }

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

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

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

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

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

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

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

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