Shades of Violet Blue #AB41AB
Tints of Violet Blue #AB41AB
RGB
CMYK
RGB Variations
Color information
#AB41AB (or 0xAB41AB) is known color: Violet Blue. HEX triplet: AB, 41 and AB. RGB value is (171,65,171). Sum of RGB (Red+Green+Blue) = 171+65+171=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB41AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB41AB is #54BE54. Grayscale: #6C6C6C. Windows color (decimal): -5553749 or 11223467. OLE color: 11223467.
HSL color Cylindrical-coordinate representation of color #AB41AB: hue angle of 300º 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 #AB41AB is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 171 | - |
| CMYK | 0 | 0.62 | 0 | 0.33 |
| HSL | 300º | 0.45% | 0.46% | - |
| HSV(B) | 300º | 0.62% | 0.67% | - |
| XYZ | 26.04 | 15.38 | 40.12 | - |
| YUV | 108.78 | 163.12 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 171 | 0 | 0.62 | 0 | 0.33 | 300 | 0.45 | 0.46 |
| Hex | AB | 41 | AB | 0 | 3E | 0 | 21 | 12C | 2D | 2E |
| Octal | 253 | 101 | 253 | 0 | 76 | 0 | 41 | 454 | 55 | 56 |
| Binary | 10101011 | 1000001 | 10101011 | 0 | 111110 | 0 | 100001 | 100101100 | 101101 | 101110 |
Color Harmonies of #AB41AB
Complementary color
Monochromatic Colors of #AB41AB
Black with #AB41AB
Text Example
Text Example
White with #AB41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB41AB; }
p { color: rgb(171,65,171); }
H1.HeaderClassName
{
color: #AB41AB;
}
.AnyTagClassName
{
color: #AB41AB;
}
</style>
background-color css
<style>
a { background-color: #AB41AB; }
a { background-color: rgb(171,65,171); }
div.DivClassName
{
background-color: #AB41AB;
}
.BgClassName
{
background-color: #AB41AB;
}
</style>
border-color css
<style>
span { border-color: #AB41AB; }
span { border-color: rgb(171,65,171); }
td.TdClassName
{
border-color: #AB41AB;
}
.TagClassName
{
border-color: #AB41AB;
}
</style>