Shades of Violet Blue #AB6098
Tints of Violet Blue #AB6098
RGB
CMYK
RGB Variations
Color information
#AB6098 (or 0xAB6098) is known color: Violet Blue. HEX triplet: AB, 60 and 98. RGB value is (171,96,152). Sum of RGB (Red+Green+Blue) = 171+96+152=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6098 is #549F67. Grayscale: #7C7C7C. Windows color (decimal): -5545832 or 9986219. OLE color: 9986219.
HSL color Cylindrical-coordinate representation of color #AB6098: hue angle of 315.2º 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 #AB6098 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 152 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.33 |
| HSL | 315.2º | 0.31% | 0.52% | - |
| HSV(B) | 315.2º | 0.44% | 0.67% | - |
| XYZ | 26.64 | 19.29 | 32.02 | - |
| YUV | 124.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 152 | 0 | 0.44 | 0.11 | 0.33 | 315.2 | 0.31 | 0.52 |
| Hex | AB | 60 | 98 | 0 | 2C | B | 21 | 13B | 1F | 34 |
| Octal | 253 | 140 | 230 | 0 | 54 | 13 | 41 | 473 | 37 | 64 |
| Binary | 10101011 | 1100000 | 10011000 | 0 | 101100 | 1011 | 100001 | 100111011 | 11111 | 110100 |
Color Harmonies of #AB6098
Complementary color
Monochromatic Colors of #AB6098
Black with #AB6098
Text Example
Text Example
White with #AB6098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6098; }
p { color: rgb(171,96,152); }
H1.HeaderClassName
{
color: #AB6098;
}
.AnyTagClassName
{
color: #AB6098;
}
</style>
background-color css
<style>
a { background-color: #AB6098; }
a { background-color: rgb(171,96,152); }
div.DivClassName
{
background-color: #AB6098;
}
.BgClassName
{
background-color: #AB6098;
}
</style>
border-color css
<style>
span { border-color: #AB6098; }
span { border-color: rgb(171,96,152); }
td.TdClassName
{
border-color: #AB6098;
}
.TagClassName
{
border-color: #AB6098;
}
</style>