#A96DAB

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

Shades of Violet Blue #A96DAB

Tints of Violet Blue #A96DAB

Color information

#A96DAB (or 0xA96DAB) is unknown color: approx Violet Blue. HEX triplet: A9, 6D and AB. RGB value is (169,109,171). Sum of RGB (Red+Green+Blue) = 169+109+171=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #A96DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96DAB is #569254. Grayscale: #858585. Windows color (decimal): -5673557 or 11234729. OLE color: 11234729.

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

Color convert

RGB169109171-
CMYK0.010.3600.33
HSL298.06º26.96%54.9%-
HSV(B)298.06º36.26%67.06%-
XYZ29.1822.3141.3-
YUV134.01148.88152.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.64%
GREEN value IS 109 (42.97% from 255) = 24.28%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=37.64%
G=24.28%
B=38.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691091710.010.3600.33298.0626.9654.9
HexA96DAB12402112a1b37
Octal2511552531440414523367
Binary101010011101101101010111100100010000110010101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96DAB; }

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

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

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

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

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

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

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

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