Shades of Dark Violet #AB0FCF
Tints of Dark Violet #AB0FCF
RGB
CMYK
RGB Variations
Color information
#AB0FCF (or 0xAB0FCF) is known color: Dark Violet. HEX triplet: AB, 0F and CF. RGB value is (171,15,207). Sum of RGB (Red+Green+Blue) = 171+15+207=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB0FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0FCF is #54F030. Grayscale: #525252. Windows color (decimal): -5566513 or 13569963. OLE color: 13569963.
HSL color Cylindrical-coordinate representation of color #AB0FCF: hue angle of 288.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0FCF is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 15 | 207 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.19 |
| HSL | 288.75º | 0.86% | 0.44% | - |
| HSV(B) | 288.75º | 0.93% | 0.81% | - |
| XYZ | 28.23 | 13.5 | 60.15 | - |
| YUV | 83.53 | 197.68 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 207 | 0.17 | 0.93 | 0 | 0.19 | 288.75 | 0.86 | 0.44 |
| Hex | AB | F | CF | 11 | 5D | 0 | 13 | 121 | 56 | 2C |
| Octal | 253 | 17 | 317 | 21 | 135 | 0 | 23 | 441 | 126 | 54 |
| Binary | 10101011 | 1111 | 11001111 | 10001 | 1011101 | 0 | 10011 | 100100001 | 1010110 | 101100 |
Color Harmonies of #AB0FCF
Complementary color
Monochromatic Colors of #AB0FCF
Black with #AB0FCF
Text Example
Text Example
White with #AB0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0FCF; }
p { color: rgb(171,15,207); }
H1.HeaderClassName
{
color: #AB0FCF;
}
.AnyTagClassName
{
color: #AB0FCF;
}
</style>
background-color css
<style>
a { background-color: #AB0FCF; }
a { background-color: rgb(171,15,207); }
div.DivClassName
{
background-color: #AB0FCF;
}
.BgClassName
{
background-color: #AB0FCF;
}
</style>
border-color css
<style>
span { border-color: #AB0FCF; }
span { border-color: rgb(171,15,207); }
td.TdClassName
{
border-color: #AB0FCF;
}
.TagClassName
{
border-color: #AB0FCF;
}
</style>