Shades of Violet Blue #AB47A0
Tints of Violet Blue #AB47A0
RGB
CMYK
RGB Variations
Color information
#AB47A0 (or 0xAB47A0) is known color: Violet Blue. HEX triplet: AB, 47 and A0. RGB value is (171,71,160). Sum of RGB (Red+Green+Blue) = 171+71+160=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB47A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB47A0 is #54B85F. Grayscale: #6E6E6E. Windows color (decimal): -5552224 or 10504107. OLE color: 10504107.
HSL color Cylindrical-coordinate representation of color #AB47A0: hue angle of 306.6º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB47A0 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 71 | 160 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.33 |
| HSL | 306.6º | 0.41% | 0.47% | - |
| HSV(B) | 306.6º | 0.58% | 0.67% | - |
| XYZ | 25.39 | 15.7 | 34.95 | - |
| YUV | 111.05 | 155.63 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 160 | 0 | 0.58 | 0.06 | 0.33 | 306.6 | 0.41 | 0.47 |
| Hex | AB | 47 | A0 | 0 | 3A | 6 | 21 | 133 | 29 | 2F |
| Octal | 253 | 107 | 240 | 0 | 72 | 6 | 41 | 463 | 51 | 57 |
| Binary | 10101011 | 1000111 | 10100000 | 0 | 111010 | 110 | 100001 | 100110011 | 101001 | 101111 |
Color Harmonies of #AB47A0
Complementary color
Monochromatic Colors of #AB47A0
Black with #AB47A0
Text Example
Text Example
White with #AB47A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB47A0; }
p { color: rgb(171,71,160); }
H1.HeaderClassName
{
color: #AB47A0;
}
.AnyTagClassName
{
color: #AB47A0;
}
</style>
background-color css
<style>
a { background-color: #AB47A0; }
a { background-color: rgb(171,71,160); }
div.DivClassName
{
background-color: #AB47A0;
}
.BgClassName
{
background-color: #AB47A0;
}
</style>
border-color css
<style>
span { border-color: #AB47A0; }
span { border-color: rgb(171,71,160); }
td.TdClassName
{
border-color: #AB47A0;
}
.TagClassName
{
border-color: #AB47A0;
}
</style>