Shades of Violet Blue #AB43A0
Tints of Violet Blue #AB43A0
RGB
CMYK
RGB Variations
Color information
#AB43A0 (or 0xAB43A0) is known color: Violet Blue. HEX triplet: AB, 43 and A0. RGB value is (171,67,160). Sum of RGB (Red+Green+Blue) = 171+67+160=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB43A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB43A0 is #54BC5F. Grayscale: #6C6C6C. Windows color (decimal): -5553248 or 10503083. OLE color: 10503083.
HSL color Cylindrical-coordinate representation of color #AB43A0: hue angle of 306.35º 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 #AB43A0 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 160 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.33 |
| HSL | 306.35º | 0.44% | 0.47% | - |
| HSV(B) | 306.35º | 0.61% | 0.67% | - |
| XYZ | 25.15 | 15.21 | 34.87 | - |
| YUV | 108.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 160 | 0 | 0.61 | 0.06 | 0.33 | 306.35 | 0.44 | 0.47 |
| Hex | AB | 43 | A0 | 0 | 3D | 6 | 21 | 132 | 2C | 2F |
| Octal | 253 | 103 | 240 | 0 | 75 | 6 | 41 | 462 | 54 | 57 |
| Binary | 10101011 | 1000011 | 10100000 | 0 | 111101 | 110 | 100001 | 100110010 | 101100 | 101111 |
Color Harmonies of #AB43A0
Complementary color
Monochromatic Colors of #AB43A0
Black with #AB43A0
Text Example
Text Example
White with #AB43A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB43A0; }
p { color: rgb(171,67,160); }
H1.HeaderClassName
{
color: #AB43A0;
}
.AnyTagClassName
{
color: #AB43A0;
}
</style>
background-color css
<style>
a { background-color: #AB43A0; }
a { background-color: rgb(171,67,160); }
div.DivClassName
{
background-color: #AB43A0;
}
.BgClassName
{
background-color: #AB43A0;
}
</style>
border-color css
<style>
span { border-color: #AB43A0; }
span { border-color: rgb(171,67,160); }
td.TdClassName
{
border-color: #AB43A0;
}
.TagClassName
{
border-color: #AB43A0;
}
</style>