Shades of Dark Violet #AB0CDF
Tints of Dark Violet #AB0CDF
RGB
CMYK
RGB Variations
Color information
#AB0CDF (or 0xAB0CDF) is known color: Dark Violet. HEX triplet: AB, 0C and DF. RGB value is (171,12,223). Sum of RGB (Red+Green+Blue) = 171+12+223=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB0CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0CDF is #54F320. Grayscale: #525252. Windows color (decimal): -5567265 or 14617771. OLE color: 14617771.
HSL color Cylindrical-coordinate representation of color #AB0CDF: hue angle of 285.21º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0CDF is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 12 | 223 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.13 |
| HSL | 285.21º | 0.9% | 0.46% | - |
| HSV(B) | 285.21º | 0.95% | 0.87% | - |
| XYZ | 30.25 | 14.25 | 70.97 | - |
| YUV | 83.6 | 206.68 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 223 | 0.23 | 0.95 | 0 | 0.13 | 285.21 | 0.9 | 0.46 |
| Hex | AB | C | DF | 17 | 5F | 0 | D | 11D | 5A | 2E |
| Octal | 253 | 14 | 337 | 27 | 137 | 0 | 15 | 435 | 132 | 56 |
| Binary | 10101011 | 1100 | 11011111 | 10111 | 1011111 | 0 | 1101 | 100011101 | 1011010 | 101110 |
Color Harmonies of #AB0CDF
Complementary color
Monochromatic Colors of #AB0CDF
Black with #AB0CDF
Text Example
Text Example
White with #AB0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0CDF; }
p { color: rgb(171,12,223); }
H1.HeaderClassName
{
color: #AB0CDF;
}
.AnyTagClassName
{
color: #AB0CDF;
}
</style>
background-color css
<style>
a { background-color: #AB0CDF; }
a { background-color: rgb(171,12,223); }
div.DivClassName
{
background-color: #AB0CDF;
}
.BgClassName
{
background-color: #AB0CDF;
}
</style>
border-color css
<style>
span { border-color: #AB0CDF; }
span { border-color: rgb(171,12,223); }
td.TdClassName
{
border-color: #AB0CDF;
}
.TagClassName
{
border-color: #AB0CDF;
}
</style>