Shades of Violet Blue #AB43A8
Tints of Violet Blue #AB43A8
RGB
CMYK
RGB Variations
Color information
#AB43A8 (or 0xAB43A8) is known color: Violet Blue. HEX triplet: AB, 43 and A8. RGB value is (171,67,168). Sum of RGB (Red+Green+Blue) = 171+67+168=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB43A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB43A8 is #54BC57. Grayscale: #6D6D6D. Windows color (decimal): -5553240 or 11027371. OLE color: 11027371.
HSL color Cylindrical-coordinate representation of color #AB43A8: hue angle of 301.73º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB43A8 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 168 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.33 |
| HSL | 301.73º | 0.44% | 0.47% | - |
| HSV(B) | 301.73º | 0.61% | 0.67% | - |
| XYZ | 25.87 | 15.5 | 38.67 | - |
| YUV | 109.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 168 | 0 | 0.61 | 0.02 | 0.33 | 301.73 | 0.44 | 0.47 |
| Hex | AB | 43 | A8 | 0 | 3D | 2 | 21 | 12E | 2C | 2F |
| Octal | 253 | 103 | 250 | 0 | 75 | 2 | 41 | 456 | 54 | 57 |
| Binary | 10101011 | 1000011 | 10101000 | 0 | 111101 | 10 | 100001 | 100101110 | 101100 | 101111 |
Color Harmonies of #AB43A8
Complementary color
Monochromatic Colors of #AB43A8
Black with #AB43A8
Text Example
Text Example
White with #AB43A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB43A8; }
p { color: rgb(171,67,168); }
H1.HeaderClassName
{
color: #AB43A8;
}
.AnyTagClassName
{
color: #AB43A8;
}
</style>
background-color css
<style>
a { background-color: #AB43A8; }
a { background-color: rgb(171,67,168); }
div.DivClassName
{
background-color: #AB43A8;
}
.BgClassName
{
background-color: #AB43A8;
}
</style>
border-color css
<style>
span { border-color: #AB43A8; }
span { border-color: rgb(171,67,168); }
td.TdClassName
{
border-color: #AB43A8;
}
.TagClassName
{
border-color: #AB43A8;
}
</style>