Shades of Dark Violet #AB0ACF
Tints of Dark Violet #AB0ACF
RGB
CMYK
RGB Variations
Color information
#AB0ACF (or 0xAB0ACF) is known color: Dark Violet. HEX triplet: AB, 0A and CF. RGB value is (171,10,207). Sum of RGB (Red+Green+Blue) = 171+10+207=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB0ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0ACF is #54F530. Grayscale: #4F4F4F. Windows color (decimal): -5567793 or 13568683. OLE color: 13568683.
HSL color Cylindrical-coordinate representation of color #AB0ACF: hue angle of 289.04º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0ACF is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 10 | 207 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.19 |
| HSL | 289.04º | 0.91% | 0.43% | - |
| HSV(B) | 289.04º | 0.95% | 0.81% | - |
| XYZ | 28.17 | 13.38 | 60.13 | - |
| YUV | 80.6 | 199.34 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 207 | 0.17 | 0.95 | 0 | 0.19 | 289.04 | 0.91 | 0.43 |
| Hex | AB | A | CF | 11 | 5F | 0 | 13 | 121 | 5B | 2B |
| Octal | 253 | 12 | 317 | 21 | 137 | 0 | 23 | 441 | 133 | 53 |
| Binary | 10101011 | 1010 | 11001111 | 10001 | 1011111 | 0 | 10011 | 100100001 | 1011011 | 101011 |
Color Harmonies of #AB0ACF
Complementary color
Monochromatic Colors of #AB0ACF
Black with #AB0ACF
Text Example
Text Example
White with #AB0ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0ACF; }
p { color: rgb(171,10,207); }
H1.HeaderClassName
{
color: #AB0ACF;
}
.AnyTagClassName
{
color: #AB0ACF;
}
</style>
background-color css
<style>
a { background-color: #AB0ACF; }
a { background-color: rgb(171,10,207); }
div.DivClassName
{
background-color: #AB0ACF;
}
.BgClassName
{
background-color: #AB0ACF;
}
</style>
border-color css
<style>
span { border-color: #AB0ACF; }
span { border-color: rgb(171,10,207); }
td.TdClassName
{
border-color: #AB0ACF;
}
.TagClassName
{
border-color: #AB0ACF;
}
</style>