Shades of Violet Blue #AB6096
Tints of Violet Blue #AB6096
RGB
CMYK
RGB Variations
Color information
#AB6096 (or 0xAB6096) is known color: Violet Blue. HEX triplet: AB, 60 and 96. RGB value is (171,96,150). Sum of RGB (Red+Green+Blue) = 171+96+150=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6096 is #549F69. Grayscale: #7C7C7C. Windows color (decimal): -5545834 or 9855147. OLE color: 9855147.
HSL color Cylindrical-coordinate representation of color #AB6096: hue angle of 316.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6096 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 150 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.33 |
| HSL | 316.8º | 0.31% | 0.52% | - |
| HSV(B) | 316.8º | 0.44% | 0.67% | - |
| XYZ | 26.48 | 19.23 | 31.17 | - |
| YUV | 124.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 150 | 0 | 0.44 | 0.12 | 0.33 | 316.8 | 0.31 | 0.52 |
| Hex | AB | 60 | 96 | 0 | 2C | C | 21 | 13D | 1F | 34 |
| Octal | 253 | 140 | 226 | 0 | 54 | 14 | 41 | 475 | 37 | 64 |
| Binary | 10101011 | 1100000 | 10010110 | 0 | 101100 | 1100 | 100001 | 100111101 | 11111 | 110100 |
Color Harmonies of #AB6096
Complementary color
Monochromatic Colors of #AB6096
Black with #AB6096
Text Example
Text Example
White with #AB6096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6096; }
p { color: rgb(171,96,150); }
H1.HeaderClassName
{
color: #AB6096;
}
.AnyTagClassName
{
color: #AB6096;
}
</style>
background-color css
<style>
a { background-color: #AB6096; }
a { background-color: rgb(171,96,150); }
div.DivClassName
{
background-color: #AB6096;
}
.BgClassName
{
background-color: #AB6096;
}
</style>
border-color css
<style>
span { border-color: #AB6096; }
span { border-color: rgb(171,96,150); }
td.TdClassName
{
border-color: #AB6096;
}
.TagClassName
{
border-color: #AB6096;
}
</style>