#A96DAD

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

Shades of Violet Blue #A96DAD

Tints of Violet Blue #A96DAD

Color information

#A96DAD (or 0xA96DAD) is unknown color: approx Violet Blue. HEX triplet: A9, 6D and AD. RGB value is (169,109,173). Sum of RGB (Red+Green+Blue) = 169+109+173=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #A96DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96DAD is #569252. Grayscale: #868686. Windows color (decimal): -5673555 or 11365801. OLE color: 11365801.

HSL color Cylindrical-coordinate representation of color #A96DAD: hue angle of 296.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96DAD is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169109173-
CMYK0.020.3700.32
HSL296.25º28.07%55.29%-
HSV(B)296.25º36.99%67.84%-
XYZ29.3722.3942.31-
YUV134.24149.88152.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.47%
GREEN value IS 109 (42.97% from 255) = 24.17%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=37.47%
G=24.17%
B=38.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691091730.020.3700.32296.2528.0755.29
HexA96DAD2250201281c37
Octal2511552552450404503467
Binary1010100111011011010110110100101010000010010100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96DAD; }

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

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

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

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

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

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

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

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