Shades of Dark Violet #AB0DC1
Tints of Dark Violet #AB0DC1
RGB
CMYK
RGB Variations
Color information
#AB0DC1 (or 0xAB0DC1) is known color: Dark Violet. HEX triplet: AB, 0D and C1. RGB value is (171,13,193). Sum of RGB (Red+Green+Blue) = 171+13+193=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 193 (75.78% from 255 or 51.19% from 377); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB0DC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0DC1 is #54F23E. Grayscale: #505050. Windows color (decimal): -5567039 or 12651947. OLE color: 12651947.
HSL color Cylindrical-coordinate representation of color #AB0DC1: hue angle of 292.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0DC1 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 13 | 193 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.24 |
| HSL | 292.67º | 0.87% | 0.4% | - |
| HSV(B) | 292.67º | 0.93% | 0.76% | - |
| XYZ | 26.56 | 12.8 | 51.52 | - |
| YUV | 80.76 | 191.35 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 193 | 0.11 | 0.93 | 0 | 0.24 | 292.67 | 0.87 | 0.4 |
| Hex | AB | D | C1 | B | 5D | 0 | 18 | 125 | 57 | 28 |
| Octal | 253 | 15 | 301 | 13 | 135 | 0 | 30 | 445 | 127 | 50 |
| Binary | 10101011 | 1101 | 11000001 | 1011 | 1011101 | 0 | 11000 | 100100101 | 1010111 | 101000 |
Color Harmonies of #AB0DC1
Complementary color
Monochromatic Colors of #AB0DC1
Black with #AB0DC1
Text Example
Text Example
White with #AB0DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0DC1; }
p { color: rgb(171,13,193); }
H1.HeaderClassName
{
color: #AB0DC1;
}
.AnyTagClassName
{
color: #AB0DC1;
}
</style>
background-color css
<style>
a { background-color: #AB0DC1; }
a { background-color: rgb(171,13,193); }
div.DivClassName
{
background-color: #AB0DC1;
}
.BgClassName
{
background-color: #AB0DC1;
}
</style>
border-color css
<style>
span { border-color: #AB0DC1; }
span { border-color: rgb(171,13,193); }
td.TdClassName
{
border-color: #AB0DC1;
}
.TagClassName
{
border-color: #AB0DC1;
}
</style>