Shades of Dark Violet #AB0FDF
Tints of Dark Violet #AB0FDF
RGB
CMYK
RGB Variations
Color information
#AB0FDF (or 0xAB0FDF) is known color: Dark Violet. HEX triplet: AB, 0F and DF. RGB value is (171,15,223). Sum of RGB (Red+Green+Blue) = 171+15+223=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB0FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0FDF is #54F020. Grayscale: #545454. Windows color (decimal): -5566497 or 14618539. OLE color: 14618539.
HSL color Cylindrical-coordinate representation of color #AB0FDF: hue angle of 285º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0FDF is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 15 | 223 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.13 |
| HSL | 285º | 0.87% | 0.47% | - |
| HSV(B) | 285º | 0.93% | 0.87% | - |
| XYZ | 30.28 | 14.33 | 70.98 | - |
| YUV | 85.36 | 205.68 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 223 | 0.23 | 0.93 | 0 | 0.13 | 285 | 0.87 | 0.47 |
| Hex | AB | F | DF | 17 | 5D | 0 | D | 11D | 57 | 2F |
| Octal | 253 | 17 | 337 | 27 | 135 | 0 | 15 | 435 | 127 | 57 |
| Binary | 10101011 | 1111 | 11011111 | 10111 | 1011101 | 0 | 1101 | 100011101 | 1010111 | 101111 |
Color Harmonies of #AB0FDF
Complementary color
Monochromatic Colors of #AB0FDF
Black with #AB0FDF
Text Example
Text Example
White with #AB0FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0FDF; }
p { color: rgb(171,15,223); }
H1.HeaderClassName
{
color: #AB0FDF;
}
.AnyTagClassName
{
color: #AB0FDF;
}
</style>
background-color css
<style>
a { background-color: #AB0FDF; }
a { background-color: rgb(171,15,223); }
div.DivClassName
{
background-color: #AB0FDF;
}
.BgClassName
{
background-color: #AB0FDF;
}
</style>
border-color css
<style>
span { border-color: #AB0FDF; }
span { border-color: rgb(171,15,223); }
td.TdClassName
{
border-color: #AB0FDF;
}
.TagClassName
{
border-color: #AB0FDF;
}
</style>