Shades of Violet Blue #AB36A8
Tints of Violet Blue #AB36A8
RGB
CMYK
RGB Variations
Color information
#AB36A8 (or 0xAB36A8) is known color: Violet Blue. HEX triplet: AB, 36 and A8. RGB value is (171,54,168). Sum of RGB (Red+Green+Blue) = 171+54+168=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB36A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB36A8 is #54C957. Grayscale: #656565. Windows color (decimal): -5556568 or 11024043. OLE color: 11024043.
HSL color Cylindrical-coordinate representation of color #AB36A8: hue angle of 301.54º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB36A8 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 168 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.33 |
| HSL | 301.54º | 0.52% | 0.44% | - |
| HSV(B) | 301.54º | 0.68% | 0.67% | - |
| XYZ | 25.18 | 14.12 | 38.44 | - |
| YUV | 101.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 168 | 0 | 0.68 | 0.02 | 0.33 | 301.54 | 0.52 | 0.44 |
| Hex | AB | 36 | A8 | 0 | 44 | 2 | 21 | 12E | 34 | 2C |
| Octal | 253 | 66 | 250 | 0 | 104 | 2 | 41 | 456 | 64 | 54 |
| Binary | 10101011 | 110110 | 10101000 | 0 | 1000100 | 10 | 100001 | 100101110 | 110100 | 101100 |
Color Harmonies of #AB36A8
Complementary color
Monochromatic Colors of #AB36A8
Black with #AB36A8
Text Example
Text Example
White with #AB36A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB36A8; }
p { color: rgb(171,54,168); }
H1.HeaderClassName
{
color: #AB36A8;
}
.AnyTagClassName
{
color: #AB36A8;
}
</style>
background-color css
<style>
a { background-color: #AB36A8; }
a { background-color: rgb(171,54,168); }
div.DivClassName
{
background-color: #AB36A8;
}
.BgClassName
{
background-color: #AB36A8;
}
</style>
border-color css
<style>
span { border-color: #AB36A8; }
span { border-color: rgb(171,54,168); }
td.TdClassName
{
border-color: #AB36A8;
}
.TagClassName
{
border-color: #AB36A8;
}
</style>