Shades of Dark Violet #AB03DF
Tints of Dark Violet #AB03DF
RGB
CMYK
RGB Variations
Color information
#AB03DF (or 0xAB03DF) is known color: Dark Violet. HEX triplet: AB, 03 and DF. RGB value is (171,3,223). Sum of RGB (Red+Green+Blue) = 171+3+223=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB03DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB03DF is #54FC20. Grayscale: #4D4D4D. Windows color (decimal): -5569569 or 14615467. OLE color: 14615467.
HSL color Cylindrical-coordinate representation of color #AB03DF: hue angle of 285.82º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB03DF is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 3 | 223 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.13 |
| HSL | 285.82º | 0.97% | 0.44% | - |
| HSV(B) | 285.82º | 0.99% | 0.87% | - |
| XYZ | 30.15 | 14.05 | 70.94 | - |
| YUV | 78.31 | 209.66 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 223 | 0.23 | 0.99 | 0 | 0.13 | 285.82 | 0.97 | 0.44 |
| Hex | AB | 3 | DF | 17 | 63 | 0 | D | 11E | 61 | 2C |
| Octal | 253 | 3 | 337 | 27 | 143 | 0 | 15 | 436 | 141 | 54 |
| Binary | 10101011 | 11 | 11011111 | 10111 | 1100011 | 0 | 1101 | 100011110 | 1100001 | 101100 |
Color Harmonies of #AB03DF
Complementary color
Monochromatic Colors of #AB03DF
Black with #AB03DF
Text Example
Text Example
White with #AB03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03DF; }
p { color: rgb(171,3,223); }
H1.HeaderClassName
{
color: #AB03DF;
}
.AnyTagClassName
{
color: #AB03DF;
}
</style>
background-color css
<style>
a { background-color: #AB03DF; }
a { background-color: rgb(171,3,223); }
div.DivClassName
{
background-color: #AB03DF;
}
.BgClassName
{
background-color: #AB03DF;
}
</style>
border-color css
<style>
span { border-color: #AB03DF; }
span { border-color: rgb(171,3,223); }
td.TdClassName
{
border-color: #AB03DF;
}
.TagClassName
{
border-color: #AB03DF;
}
</style>