Shades of Violet Blue #AB41A0
Tints of Violet Blue #AB41A0
RGB
CMYK
RGB Variations
Color information
#AB41A0 (or 0xAB41A0) is known color: Violet Blue. HEX triplet: AB, 41 and A0. RGB value is (171,65,160). Sum of RGB (Red+Green+Blue) = 171+65+160=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB41A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB41A0 is #54BE5F. Grayscale: #6B6B6B. Windows color (decimal): -5553760 or 10502571. OLE color: 10502571.
HSL color Cylindrical-coordinate representation of color #AB41A0: hue angle of 306.23º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB41A0 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 160 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.33 |
| HSL | 306.23º | 0.45% | 0.46% | - |
| HSV(B) | 306.23º | 0.62% | 0.67% | - |
| XYZ | 25.03 | 14.98 | 34.83 | - |
| YUV | 107.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 160 | 0 | 0.62 | 0.06 | 0.33 | 306.23 | 0.45 | 0.46 |
| Hex | AB | 41 | A0 | 0 | 3E | 6 | 21 | 132 | 2D | 2E |
| Octal | 253 | 101 | 240 | 0 | 76 | 6 | 41 | 462 | 55 | 56 |
| Binary | 10101011 | 1000001 | 10100000 | 0 | 111110 | 110 | 100001 | 100110010 | 101101 | 101110 |
Color Harmonies of #AB41A0
Complementary color
Monochromatic Colors of #AB41A0
Black with #AB41A0
Text Example
Text Example
White with #AB41A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB41A0; }
p { color: rgb(171,65,160); }
H1.HeaderClassName
{
color: #AB41A0;
}
.AnyTagClassName
{
color: #AB41A0;
}
</style>
background-color css
<style>
a { background-color: #AB41A0; }
a { background-color: rgb(171,65,160); }
div.DivClassName
{
background-color: #AB41A0;
}
.BgClassName
{
background-color: #AB41A0;
}
</style>
border-color css
<style>
span { border-color: #AB41A0; }
span { border-color: rgb(171,65,160); }
td.TdClassName
{
border-color: #AB41A0;
}
.TagClassName
{
border-color: #AB41A0;
}
</style>