#A96DA6

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

Shades of Violet Blue #A96DA6

Tints of Violet Blue #A96DA6

Color information

#A96DA6 (or 0xA96DA6) is unknown color: approx Violet Blue. HEX triplet: A9, 6D and A6. RGB value is (169,109,166). Sum of RGB (Red+Green+Blue) = 169+109+166=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 169 - color contains mainly: red. Hex color #A96DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96DA6 is #569259. Grayscale: #858585. Windows color (decimal): -5673562 or 10907049. OLE color: 10907049.

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

Color convert

RGB169109166-
CMYK00.360.020.34
HSL303º25.86%54.51%-
HSV(B)303º35.5%66.27%-
XYZ28.7122.1338.83-
YUV133.44146.38153.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.06%
GREEN value IS 109 (42.97% from 255) = 24.55%
BLUE value IS 166 (65.23% from 255) = 37.39%
R=38.06%
G=24.55%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910916600.360.020.3430325.8654.51
HexA96DA602422212f1a37
Octal2511552460442424573267
Binary1010100111011011010011001001001010001010010111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96DA6; }

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

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

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

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

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

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

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

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