#A96DA7

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

Shades of Violet Blue #A96DA7

Tints of Violet Blue #A96DA7

Color information

#A96DA7 (or 0xA96DA7) is unknown color: approx Violet Blue. HEX triplet: A9, 6D and A7. RGB value is (169,109,167). Sum of RGB (Red+Green+Blue) = 169+109+167=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 167 (65.62% from 255 or 37.53% from 445); Max value from RGB is 169 - color contains mainly: red. Hex color #A96DA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96DA7 is #569258. Grayscale: #858585. Windows color (decimal): -5673561 or 10972585. OLE color: 10972585.

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

Color convert

RGB169109167-
CMYK00.360.010.34
HSL302º25.86%54.51%-
HSV(B)302º35.5%66.27%-
XYZ28.8122.1639.32-
YUV133.55146.88153.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.98%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 167 (65.62% from 255) = 37.53%
R=37.98%
G=24.49%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910916700.360.010.3430225.8654.51
HexA96DA702412212e1a37
Octal2511552470441424563267
Binary101010011101101101001110100100110001010010111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96DA7; }

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

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

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

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

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

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

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

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