Shades of Dark Violet #AB10DF
Tints of Dark Violet #AB10DF
RGB
CMYK
RGB Variations
Color information
#AB10DF (or 0xAB10DF) is known color: Dark Violet. HEX triplet: AB, 10 and DF. RGB value is (171,16,223). Sum of RGB (Red+Green+Blue) = 171+16+223=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 16 (6.64% from 255 or 3.90% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB10DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB10DF is #54EF20. Grayscale: #555555. Windows color (decimal): -5566241 or 14618795. OLE color: 14618795.
HSL color Cylindrical-coordinate representation of color #AB10DF: hue angle of 284.93º 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 #AB10DF is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 16 | 223 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.13 |
| HSL | 284.93º | 0.87% | 0.47% | - |
| HSV(B) | 284.93º | 0.93% | 0.87% | - |
| XYZ | 30.3 | 14.36 | 70.99 | - |
| YUV | 85.94 | 205.35 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 223 | 0.23 | 0.93 | 0 | 0.13 | 284.93 | 0.87 | 0.47 |
| Hex | AB | 10 | DF | 17 | 5D | 0 | D | 11D | 57 | 2F |
| Octal | 253 | 20 | 337 | 27 | 135 | 0 | 15 | 435 | 127 | 57 |
| Binary | 10101011 | 10000 | 11011111 | 10111 | 1011101 | 0 | 1101 | 100011101 | 1010111 | 101111 |
Color Harmonies of #AB10DF
Complementary color
Monochromatic Colors of #AB10DF
Black with #AB10DF
Text Example
Text Example
White with #AB10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB10DF; }
p { color: rgb(171,16,223); }
H1.HeaderClassName
{
color: #AB10DF;
}
.AnyTagClassName
{
color: #AB10DF;
}
</style>
background-color css
<style>
a { background-color: #AB10DF; }
a { background-color: rgb(171,16,223); }
div.DivClassName
{
background-color: #AB10DF;
}
.BgClassName
{
background-color: #AB10DF;
}
</style>
border-color css
<style>
span { border-color: #AB10DF; }
span { border-color: rgb(171,16,223); }
td.TdClassName
{
border-color: #AB10DF;
}
.TagClassName
{
border-color: #AB10DF;
}
</style>