Shades of Violet Blue #A96DB3
Tints of Violet Blue #A96DB3
RGB
CMYK
RGB Variations
Color information
#A96DB3 (or 0xA96DB3) is known color: Violet Blue. HEX triplet: A9, 6D and B3. RGB value is (169,109,179). Sum of RGB (Red+Green+Blue) = 169+109+179=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 179 - color contains mainly: blue. Hex color #A96DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DB3 is #56924C. Grayscale: #868686. Windows color (decimal): -5673549 or 11759017. OLE color: 11759017.
HSL color Cylindrical-coordinate representation of color #A96DB3: hue angle of 291.43º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A96DB3 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 109 | 179 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.30 |
| HSL | 291.43º | 0.32% | 0.56% | - |
| HSV(B) | 291.43º | 0.39% | 0.7% | - |
| XYZ | 29.97 | 22.63 | 45.44 | - |
| YUV | 134.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 109 | 179 | 0.06 | 0.39 | 0 | 0.30 | 291.43 | 0.32 | 0.56 |
| Hex | A9 | 6D | B3 | 6 | 27 | 0 | 1E | 123 | 20 | 38 |
| Octal | 251 | 155 | 263 | 6 | 47 | 0 | 36 | 443 | 40 | 70 |
| Binary | 10101001 | 1101101 | 10110011 | 110 | 100111 | 0 | 11110 | 100100011 | 100000 | 111000 |
Color Harmonies of #A96DB3
Complementary color
Monochromatic Colors of #A96DB3
Black with #A96DB3
Text Example
Text Example
White with #A96DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96DB3; }
p { color: rgb(169,109,179); }
H1.HeaderClassName
{
color: #A96DB3;
}
.AnyTagClassName
{
color: #A96DB3;
}
</style>
background-color css
<style>
a { background-color: #A96DB3; }
a { background-color: rgb(169,109,179); }
div.DivClassName
{
background-color: #A96DB3;
}
.BgClassName
{
background-color: #A96DB3;
}
</style>
border-color css
<style>
span { border-color: #A96DB3; }
span { border-color: rgb(169,109,179); }
td.TdClassName
{
border-color: #A96DB3;
}
.TagClassName
{
border-color: #A96DB3;
}
</style>