Shades of Dark Violet #AB03D4
Tints of Dark Violet #AB03D4
RGB
CMYK
RGB Variations
Color information
#AB03D4 (or 0xAB03D4) is known color: Dark Violet. HEX triplet: AB, 03 and D4. RGB value is (171,3,212). Sum of RGB (Red+Green+Blue) = 171+3+212=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 212 (83.20% from 255 or 54.92% from 386); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB03D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB03D4 is #54FC2B. Grayscale: #4C4C4C. Windows color (decimal): -5569580 or 13894571. OLE color: 13894571.
HSL color Cylindrical-coordinate representation of color #AB03D4: hue angle of 288.23º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB03D4 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 3 | 212 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.17 |
| HSL | 288.23º | 0.97% | 0.42% | - |
| HSV(B) | 288.23º | 0.99% | 0.83% | - |
| XYZ | 28.71 | 13.48 | 63.38 | - |
| YUV | 77.06 | 204.16 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 212 | 0.19 | 0.99 | 0 | 0.17 | 288.23 | 0.97 | 0.42 |
| Hex | AB | 3 | D4 | 13 | 63 | 0 | 11 | 120 | 61 | 2A |
| Octal | 253 | 3 | 324 | 23 | 143 | 0 | 21 | 440 | 141 | 52 |
| Binary | 10101011 | 11 | 11010100 | 10011 | 1100011 | 0 | 10001 | 100100000 | 1100001 | 101010 |
Color Harmonies of #AB03D4
Complementary color
Monochromatic Colors of #AB03D4
Black with #AB03D4
Text Example
Text Example
White with #AB03D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03D4; }
p { color: rgb(171,3,212); }
H1.HeaderClassName
{
color: #AB03D4;
}
.AnyTagClassName
{
color: #AB03D4;
}
</style>
background-color css
<style>
a { background-color: #AB03D4; }
a { background-color: rgb(171,3,212); }
div.DivClassName
{
background-color: #AB03D4;
}
.BgClassName
{
background-color: #AB03D4;
}
</style>
border-color css
<style>
span { border-color: #AB03D4; }
span { border-color: rgb(171,3,212); }
td.TdClassName
{
border-color: #AB03D4;
}
.TagClassName
{
border-color: #AB03D4;
}
</style>