Shades of Dark Violet #AB0CCF
Tints of Dark Violet #AB0CCF
RGB
CMYK
RGB Variations
Color information
#AB0CCF (or 0xAB0CCF) is known color: Dark Violet. HEX triplet: AB, 0C and CF. RGB value is (171,12,207). Sum of RGB (Red+Green+Blue) = 171+12+207=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB0CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0CCF is #54F330. Grayscale: #515151. Windows color (decimal): -5567281 or 13569195. OLE color: 13569195.
HSL color Cylindrical-coordinate representation of color #AB0CCF: hue angle of 288.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0CCF is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 12 | 207 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.19 |
| HSL | 288.92º | 0.89% | 0.43% | - |
| HSV(B) | 288.92º | 0.94% | 0.81% | - |
| XYZ | 28.19 | 13.43 | 60.14 | - |
| YUV | 81.77 | 198.68 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 207 | 0.17 | 0.94 | 0 | 0.19 | 288.92 | 0.89 | 0.43 |
| Hex | AB | C | CF | 11 | 5E | 0 | 13 | 121 | 59 | 2B |
| Octal | 253 | 14 | 317 | 21 | 136 | 0 | 23 | 441 | 131 | 53 |
| Binary | 10101011 | 1100 | 11001111 | 10001 | 1011110 | 0 | 10011 | 100100001 | 1011001 | 101011 |
Color Harmonies of #AB0CCF
Complementary color
Monochromatic Colors of #AB0CCF
Black with #AB0CCF
Text Example
Text Example
White with #AB0CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0CCF; }
p { color: rgb(171,12,207); }
H1.HeaderClassName
{
color: #AB0CCF;
}
.AnyTagClassName
{
color: #AB0CCF;
}
</style>
background-color css
<style>
a { background-color: #AB0CCF; }
a { background-color: rgb(171,12,207); }
div.DivClassName
{
background-color: #AB0CCF;
}
.BgClassName
{
background-color: #AB0CCF;
}
</style>
border-color css
<style>
span { border-color: #AB0CCF; }
span { border-color: rgb(171,12,207); }
td.TdClassName
{
border-color: #AB0CCF;
}
.TagClassName
{
border-color: #AB0CCF;
}
</style>