Shades of Dark Violet #AB0FD3
Tints of Dark Violet #AB0FD3
RGB
CMYK
RGB Variations
Color information
#AB0FD3 (or 0xAB0FD3) is known color: Dark Violet. HEX triplet: AB, 0F and D3. RGB value is (171,15,211). Sum of RGB (Red+Green+Blue) = 171+15+211=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 211 (82.81% from 255 or 53.15% from 397); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB0FD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0FD3 is #54F02C. Grayscale: #535353. Windows color (decimal): -5566509 or 13832107. OLE color: 13832107.
HSL color Cylindrical-coordinate representation of color #AB0FD3: hue angle of 287.76º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0FD3 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 15 | 211 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.17 |
| HSL | 287.76º | 0.87% | 0.44% | - |
| HSV(B) | 287.76º | 0.93% | 0.83% | - |
| XYZ | 28.72 | 13.7 | 62.76 | - |
| YUV | 83.99 | 199.68 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 211 | 0.19 | 0.93 | 0 | 0.17 | 287.76 | 0.87 | 0.44 |
| Hex | AB | F | D3 | 13 | 5D | 0 | 11 | 120 | 57 | 2C |
| Octal | 253 | 17 | 323 | 23 | 135 | 0 | 21 | 440 | 127 | 54 |
| Binary | 10101011 | 1111 | 11010011 | 10011 | 1011101 | 0 | 10001 | 100100000 | 1010111 | 101100 |
Color Harmonies of #AB0FD3
Complementary color
Monochromatic Colors of #AB0FD3
Black with #AB0FD3
Text Example
Text Example
White with #AB0FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0FD3; }
p { color: rgb(171,15,211); }
H1.HeaderClassName
{
color: #AB0FD3;
}
.AnyTagClassName
{
color: #AB0FD3;
}
</style>
background-color css
<style>
a { background-color: #AB0FD3; }
a { background-color: rgb(171,15,211); }
div.DivClassName
{
background-color: #AB0FD3;
}
.BgClassName
{
background-color: #AB0FD3;
}
</style>
border-color css
<style>
span { border-color: #AB0FD3; }
span { border-color: rgb(171,15,211); }
td.TdClassName
{
border-color: #AB0FD3;
}
.TagClassName
{
border-color: #AB0FD3;
}
</style>