Shades of Dark Violet #AB04CF
Tints of Dark Violet #AB04CF
RGB
CMYK
RGB Variations
Color information
#AB04CF (or 0xAB04CF) is known color: Dark Violet. HEX triplet: AB, 04 and CF. RGB value is (171,4,207). Sum of RGB (Red+Green+Blue) = 171+4+207=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB04CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB04CF is #54FB30. Grayscale: #4C4C4C. Windows color (decimal): -5569329 or 13567147. OLE color: 13567147.
HSL color Cylindrical-coordinate representation of color #AB04CF: hue angle of 289.36º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB04CF is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 4 | 207 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.19 |
| HSL | 289.36º | 0.96% | 0.41% | - |
| HSV(B) | 289.36º | 0.98% | 0.81% | - |
| XYZ | 28.1 | 13.25 | 60.11 | - |
| YUV | 77.08 | 201.33 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 207 | 0.17 | 0.98 | 0 | 0.19 | 289.36 | 0.96 | 0.41 |
| Hex | AB | 4 | CF | 11 | 62 | 0 | 13 | 121 | 60 | 29 |
| Octal | 253 | 4 | 317 | 21 | 142 | 0 | 23 | 441 | 140 | 51 |
| Binary | 10101011 | 100 | 11001111 | 10001 | 1100010 | 0 | 10011 | 100100001 | 1100000 | 101001 |
Color Harmonies of #AB04CF
Complementary color
Monochromatic Colors of #AB04CF
Black with #AB04CF
Text Example
Text Example
White with #AB04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB04CF; }
p { color: rgb(171,4,207); }
H1.HeaderClassName
{
color: #AB04CF;
}
.AnyTagClassName
{
color: #AB04CF;
}
</style>
background-color css
<style>
a { background-color: #AB04CF; }
a { background-color: rgb(171,4,207); }
div.DivClassName
{
background-color: #AB04CF;
}
.BgClassName
{
background-color: #AB04CF;
}
</style>
border-color css
<style>
span { border-color: #AB04CF; }
span { border-color: rgb(171,4,207); }
td.TdClassName
{
border-color: #AB04CF;
}
.TagClassName
{
border-color: #AB04CF;
}
</style>