Shades of Violet Blue #AB6299
Tints of Violet Blue #AB6299
RGB
CMYK
RGB Variations
Color information
#AB6299 (or 0xAB6299) is known color: Violet Blue. HEX triplet: AB, 62 and 99. RGB value is (171,98,153). Sum of RGB (Red+Green+Blue) = 171+98+153=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6299 is #549D66. Grayscale: #7D7D7D. Windows color (decimal): -5545319 or 10052267. OLE color: 10052267.
HSL color Cylindrical-coordinate representation of color #AB6299: hue angle of 314.79º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6299 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 153 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.33 |
| HSL | 314.79º | 0.3% | 0.53% | - |
| HSV(B) | 314.79º | 0.43% | 0.67% | - |
| XYZ | 26.91 | 19.69 | 32.52 | - |
| YUV | 126.1 | 143.18 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 153 | 0 | 0.43 | 0.11 | 0.33 | 314.79 | 0.3 | 0.53 |
| Hex | AB | 62 | 99 | 0 | 2B | B | 21 | 13B | 1E | 35 |
| Octal | 253 | 142 | 231 | 0 | 53 | 13 | 41 | 473 | 36 | 65 |
| Binary | 10101011 | 1100010 | 10011001 | 0 | 101011 | 1011 | 100001 | 100111011 | 11110 | 110101 |
Color Harmonies of #AB6299
Complementary color
Monochromatic Colors of #AB6299
Black with #AB6299
Text Example
Text Example
White with #AB6299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6299; }
p { color: rgb(171,98,153); }
H1.HeaderClassName
{
color: #AB6299;
}
.AnyTagClassName
{
color: #AB6299;
}
</style>
background-color css
<style>
a { background-color: #AB6299; }
a { background-color: rgb(171,98,153); }
div.DivClassName
{
background-color: #AB6299;
}
.BgClassName
{
background-color: #AB6299;
}
</style>
border-color css
<style>
span { border-color: #AB6299; }
span { border-color: rgb(171,98,153); }
td.TdClassName
{
border-color: #AB6299;
}
.TagClassName
{
border-color: #AB6299;
}
</style>