Shades of Violet Blue #AB50A8
Tints of Violet Blue #AB50A8
RGB
CMYK
RGB Variations
Color information
#AB50A8 (or 0xAB50A8) is known color: Violet Blue. HEX triplet: AB, 50 and A8. RGB value is (171,80,168). Sum of RGB (Red+Green+Blue) = 171+80+168=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB50A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB50A8 is #54AF57. Grayscale: #747474. Windows color (decimal): -5549912 or 11030699. OLE color: 11030699.
HSL color Cylindrical-coordinate representation of color #AB50A8: hue angle of 301.98º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB50A8 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 80 | 168 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.33 |
| HSL | 301.98º | 0.36% | 0.49% | - |
| HSV(B) | 301.98º | 0.53% | 0.67% | - |
| XYZ | 26.73 | 17.22 | 38.96 | - |
| YUV | 117.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 168 | 0 | 0.53 | 0.02 | 0.33 | 301.98 | 0.36 | 0.49 |
| Hex | AB | 50 | A8 | 0 | 35 | 2 | 21 | 12E | 24 | 31 |
| Octal | 253 | 120 | 250 | 0 | 65 | 2 | 41 | 456 | 44 | 61 |
| Binary | 10101011 | 1010000 | 10101000 | 0 | 110101 | 10 | 100001 | 100101110 | 100100 | 110001 |
Color Harmonies of #AB50A8
Complementary color
Monochromatic Colors of #AB50A8
Black with #AB50A8
Text Example
Text Example
White with #AB50A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB50A8; }
p { color: rgb(171,80,168); }
H1.HeaderClassName
{
color: #AB50A8;
}
.AnyTagClassName
{
color: #AB50A8;
}
</style>
background-color css
<style>
a { background-color: #AB50A8; }
a { background-color: rgb(171,80,168); }
div.DivClassName
{
background-color: #AB50A8;
}
.BgClassName
{
background-color: #AB50A8;
}
</style>
border-color css
<style>
span { border-color: #AB50A8; }
span { border-color: rgb(171,80,168); }
td.TdClassName
{
border-color: #AB50A8;
}
.TagClassName
{
border-color: #AB50A8;
}
</style>