Shades of Violet Blue #AB459F
Tints of Violet Blue #AB459F
RGB
CMYK
RGB Variations
Color information
#AB459F (or 0xAB459F) is known color: Violet Blue. HEX triplet: AB, 45 and 9F. RGB value is (171,69,159). Sum of RGB (Red+Green+Blue) = 171+69+159=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB459F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB459F is #54BA60. Grayscale: #6D6D6D. Windows color (decimal): -5552737 or 10438059. OLE color: 10438059.
HSL color Cylindrical-coordinate representation of color #AB459F: hue angle of 307.06º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB459F is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 159 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.33 |
| HSL | 307.06º | 0.43% | 0.47% | - |
| HSV(B) | 307.06º | 0.6% | 0.67% | - |
| XYZ | 25.18 | 15.42 | 34.45 | - |
| YUV | 109.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 159 | 0 | 0.60 | 0.07 | 0.33 | 307.06 | 0.43 | 0.47 |
| Hex | AB | 45 | 9F | 0 | 3C | 7 | 21 | 133 | 2A | 2F |
| Octal | 253 | 105 | 237 | 0 | 74 | 7 | 41 | 463 | 52 | 57 |
| Binary | 10101011 | 1000101 | 10011111 | 0 | 111100 | 111 | 100001 | 100110011 | 101010 | 101111 |
Color Harmonies of #AB459F
Complementary color
Monochromatic Colors of #AB459F
Black with #AB459F
Text Example
Text Example
White with #AB459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB459F; }
p { color: rgb(171,69,159); }
H1.HeaderClassName
{
color: #AB459F;
}
.AnyTagClassName
{
color: #AB459F;
}
</style>
background-color css
<style>
a { background-color: #AB459F; }
a { background-color: rgb(171,69,159); }
div.DivClassName
{
background-color: #AB459F;
}
.BgClassName
{
background-color: #AB459F;
}
</style>
border-color css
<style>
span { border-color: #AB459F; }
span { border-color: rgb(171,69,159); }
td.TdClassName
{
border-color: #AB459F;
}
.TagClassName
{
border-color: #AB459F;
}
</style>