Shades of Violet Blue #A96CAC
Tints of Violet Blue #A96CAC
RGB
CMYK
RGB Variations
Color information
#A96CAC (or 0xA96CAC) is known color: Violet Blue. HEX triplet: A9, 6C and AC. RGB value is (169,108,172). Sum of RGB (Red+Green+Blue) = 169+108+172=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #A96CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96CAC is #569353. Grayscale: #858585. Windows color (decimal): -5673812 or 11300009. OLE color: 11300009.
HSL color Cylindrical-coordinate representation of color #A96CAC: hue angle of 297.19º 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 #A96CAC is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 108 | 172 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.33 |
| HSL | 297.19º | 0.28% | 0.55% | - |
| HSV(B) | 297.19º | 0.37% | 0.67% | - |
| XYZ | 29.17 | 22.14 | 41.77 | - |
| YUV | 133.54 | 149.71 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 172 | 0.02 | 0.37 | 0 | 0.33 | 297.19 | 0.28 | 0.55 |
| Hex | A9 | 6C | AC | 2 | 25 | 0 | 21 | 129 | 1C | 37 |
| Octal | 251 | 154 | 254 | 2 | 45 | 0 | 41 | 451 | 34 | 67 |
| Binary | 10101001 | 1101100 | 10101100 | 10 | 100101 | 0 | 100001 | 100101001 | 11100 | 110111 |
Color Harmonies of #A96CAC
Complementary color
Monochromatic Colors of #A96CAC
Black with #A96CAC
Text Example
Text Example
White with #A96CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96CAC; }
p { color: rgb(169,108,172); }
H1.HeaderClassName
{
color: #A96CAC;
}
.AnyTagClassName
{
color: #A96CAC;
}
</style>
background-color css
<style>
a { background-color: #A96CAC; }
a { background-color: rgb(169,108,172); }
div.DivClassName
{
background-color: #A96CAC;
}
.BgClassName
{
background-color: #A96CAC;
}
</style>
border-color css
<style>
span { border-color: #A96CAC; }
span { border-color: rgb(169,108,172); }
td.TdClassName
{
border-color: #A96CAC;
}
.TagClassName
{
border-color: #A96CAC;
}
</style>