Shades of Dark Violet #AB03D5
Tints of Dark Violet #AB03D5
RGB
CMYK
RGB Variations
Color information
#AB03D5 (or 0xAB03D5) is known color: Dark Violet. HEX triplet: AB, 03 and D5. RGB value is (171,3,213). Sum of RGB (Red+Green+Blue) = 171+3+213=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 213 (83.59% from 255 or 55.04% from 387); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB03D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB03D5 is #54FC2A. Grayscale: #4C4C4C. Windows color (decimal): -5569579 or 13960107. OLE color: 13960107.
HSL color Cylindrical-coordinate representation of color #AB03D5: hue angle of 288º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB03D5 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 3 | 213 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.16 |
| HSL | 288º | 0.97% | 0.42% | - |
| HSV(B) | 288º | 0.99% | 0.84% | - |
| XYZ | 28.84 | 13.53 | 64.04 | - |
| YUV | 77.17 | 204.66 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 213 | 0.20 | 0.99 | 0 | 0.16 | 288 | 0.97 | 0.42 |
| Hex | AB | 3 | D5 | 14 | 63 | 0 | 10 | 120 | 61 | 2A |
| Octal | 253 | 3 | 325 | 24 | 143 | 0 | 20 | 440 | 141 | 52 |
| Binary | 10101011 | 11 | 11010101 | 10100 | 1100011 | 0 | 10000 | 100100000 | 1100001 | 101010 |
Color Harmonies of #AB03D5
Complementary color
Monochromatic Colors of #AB03D5
Black with #AB03D5
Text Example
Text Example
White with #AB03D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03D5; }
p { color: rgb(171,3,213); }
H1.HeaderClassName
{
color: #AB03D5;
}
.AnyTagClassName
{
color: #AB03D5;
}
</style>
background-color css
<style>
a { background-color: #AB03D5; }
a { background-color: rgb(171,3,213); }
div.DivClassName
{
background-color: #AB03D5;
}
.BgClassName
{
background-color: #AB03D5;
}
</style>
border-color css
<style>
span { border-color: #AB03D5; }
span { border-color: rgb(171,3,213); }
td.TdClassName
{
border-color: #AB03D5;
}
.TagClassName
{
border-color: #AB03D5;
}
</style>