#A96D9D

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

Shades of Violet Blue #A96D9D

Tints of Violet Blue #A96D9D

Color information

#A96D9D (or 0xA96D9D) is unknown color: approx Violet Blue. HEX triplet: A9, 6D and 9D. RGB value is (169,109,157). Sum of RGB (Red+Green+Blue) = 169+109+157=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96D9D is #569262. Grayscale: #848484. Windows color (decimal): -5673571 or 10317225. OLE color: 10317225.

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

Color convert

RGB169109157-
CMYK00.360.070.34
HSL312º25.86%54.51%-
HSV(B)312º35.5%66.27%-
XYZ27.9221.8134.64-
YUV132.41141.88154.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.85%
GREEN value IS 109 (42.97% from 255) = 25.06%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=38.85%
G=25.06%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910915700.360.070.3431225.8654.51
HexA96D9D0247221381a37
Octal2511552350447424703267
Binary10101001110110110011101010010011110001010011100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96D9D; }

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

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

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

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

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

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

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

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