Shades of Violet Blue #A96DAA
Tints of Violet Blue #A96DAA
RGB
CMYK
RGB Variations
Color information
#A96DAA (or 0xA96DAA) is known color: Violet Blue. HEX triplet: A9, 6D and AA. RGB value is (169,109,170). Sum of RGB (Red+Green+Blue) = 169+109+170=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #A96DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96DAA is #569255. Grayscale: #858585. Windows color (decimal): -5673558 or 11169193. OLE color: 11169193.
HSL color Cylindrical-coordinate representation of color #A96DAA: hue angle of 299.02º degrees, saturation: 0.26, 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 #A96DAA is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 109 | 170 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.33 |
| HSL | 299.02º | 0.26% | 0.55% | - |
| HSV(B) | 299.02º | 0.36% | 0.67% | - |
| XYZ | 29.09 | 22.27 | 40.8 | - |
| YUV | 133.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 109 | 170 | 0.01 | 0.36 | 0 | 0.33 | 299.02 | 0.26 | 0.55 |
| Hex | A9 | 6D | AA | 1 | 24 | 0 | 21 | 12B | 1A | 37 |
| Octal | 251 | 155 | 252 | 1 | 44 | 0 | 41 | 453 | 32 | 67 |
| Binary | 10101001 | 1101101 | 10101010 | 1 | 100100 | 0 | 100001 | 100101011 | 11010 | 110111 |
Color Harmonies of #A96DAA
Complementary color
Monochromatic Colors of #A96DAA
Black with #A96DAA
Text Example
Text Example
White with #A96DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96DAA; }
p { color: rgb(169,109,170); }
H1.HeaderClassName
{
color: #A96DAA;
}
.AnyTagClassName
{
color: #A96DAA;
}
</style>
background-color css
<style>
a { background-color: #A96DAA; }
a { background-color: rgb(169,109,170); }
div.DivClassName
{
background-color: #A96DAA;
}
.BgClassName
{
background-color: #A96DAA;
}
</style>
border-color css
<style>
span { border-color: #A96DAA; }
span { border-color: rgb(169,109,170); }
td.TdClassName
{
border-color: #A96DAA;
}
.TagClassName
{
border-color: #A96DAA;
}
</style>