#A96DAC

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

Shades of Violet Blue #A96DAC

Tints of Violet Blue #A96DAC

Color information

#A96DAC (or 0xA96DAC) is unknown color: approx Violet Blue. HEX triplet: A9, 6D and AC. RGB value is (169,109,172). Sum of RGB (Red+Green+Blue) = 169+109+172=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #A96DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96DAC is #569253. Grayscale: #858585. Windows color (decimal): -5673556 or 11300265. OLE color: 11300265.

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

Color convert

RGB169109172-
CMYK0.020.3700.33
HSL297.14º27.51%55.1%-
HSV(B)297.14º36.63%67.45%-
XYZ29.2822.3541.8-
YUV134.12149.38152.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.56%
GREEN value IS 109 (42.97% from 255) = 24.22%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=37.56%
G=24.22%
B=38.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691091720.020.3700.33297.1427.5155.1
HexA96DAC2250211291c37
Octal2511552542450414513467
Binary1010100111011011010110010100101010000110010100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96DAC; }

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

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

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

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

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

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

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

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