Shades of Violet Blue #AB4299
Tints of Violet Blue #AB4299
RGB
CMYK
RGB Variations
Color information
#AB4299 (or 0xAB4299) is known color: Violet Blue. HEX triplet: AB, 42 and 99. RGB value is (171,66,153). Sum of RGB (Red+Green+Blue) = 171+66+153=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4299 is #54BD66. Grayscale: #6B6B6B. Windows color (decimal): -5553511 or 10044075. OLE color: 10044075.
HSL color Cylindrical-coordinate representation of color #AB4299: hue angle of 310.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4299 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 153 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.33 |
| HSL | 310.29º | 0.44% | 0.46% | - |
| HSV(B) | 310.29º | 0.61% | 0.67% | - |
| XYZ | 24.49 | 14.85 | 31.71 | - |
| YUV | 107.31 | 153.79 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 153 | 0 | 0.61 | 0.11 | 0.33 | 310.29 | 0.44 | 0.46 |
| Hex | AB | 42 | 99 | 0 | 3D | B | 21 | 136 | 2C | 2E |
| Octal | 253 | 102 | 231 | 0 | 75 | 13 | 41 | 466 | 54 | 56 |
| Binary | 10101011 | 1000010 | 10011001 | 0 | 111101 | 1011 | 100001 | 100110110 | 101100 | 101110 |
Color Harmonies of #AB4299
Complementary color
Monochromatic Colors of #AB4299
Black with #AB4299
Text Example
Text Example
White with #AB4299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4299; }
p { color: rgb(171,66,153); }
H1.HeaderClassName
{
color: #AB4299;
}
.AnyTagClassName
{
color: #AB4299;
}
</style>
background-color css
<style>
a { background-color: #AB4299; }
a { background-color: rgb(171,66,153); }
div.DivClassName
{
background-color: #AB4299;
}
.BgClassName
{
background-color: #AB4299;
}
</style>
border-color css
<style>
span { border-color: #AB4299; }
span { border-color: rgb(171,66,153); }
td.TdClassName
{
border-color: #AB4299;
}
.TagClassName
{
border-color: #AB4299;
}
</style>