Shades of Dark Violet #AB17CF
Tints of Dark Violet #AB17CF
RGB
CMYK
RGB Variations
Color information
#AB17CF (or 0xAB17CF) is known color: Dark Violet. HEX triplet: AB, 17 and CF. RGB value is (171,23,207). Sum of RGB (Red+Green+Blue) = 171+23+207=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB17CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB17CF is #54E830. Grayscale: #575757. Windows color (decimal): -5564465 or 13572011. OLE color: 13572011.
HSL color Cylindrical-coordinate representation of color #AB17CF: hue angle of 288.26º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB17CF is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 23 | 207 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.19 |
| HSL | 288.26º | 0.8% | 0.45% | - |
| HSV(B) | 288.26º | 0.89% | 0.81% | - |
| XYZ | 28.36 | 13.78 | 60.2 | - |
| YUV | 88.23 | 195.03 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 207 | 0.17 | 0.89 | 0 | 0.19 | 288.26 | 0.8 | 0.45 |
| Hex | AB | 17 | CF | 11 | 59 | 0 | 13 | 120 | 50 | 2D |
| Octal | 253 | 27 | 317 | 21 | 131 | 0 | 23 | 440 | 120 | 55 |
| Binary | 10101011 | 10111 | 11001111 | 10001 | 1011001 | 0 | 10011 | 100100000 | 1010000 | 101101 |
Color Harmonies of #AB17CF
Complementary color
Monochromatic Colors of #AB17CF
Black with #AB17CF
Text Example
Text Example
White with #AB17CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB17CF; }
p { color: rgb(171,23,207); }
H1.HeaderClassName
{
color: #AB17CF;
}
.AnyTagClassName
{
color: #AB17CF;
}
</style>
background-color css
<style>
a { background-color: #AB17CF; }
a { background-color: rgb(171,23,207); }
div.DivClassName
{
background-color: #AB17CF;
}
.BgClassName
{
background-color: #AB17CF;
}
</style>
border-color css
<style>
span { border-color: #AB17CF; }
span { border-color: rgb(171,23,207); }
td.TdClassName
{
border-color: #AB17CF;
}
.TagClassName
{
border-color: #AB17CF;
}
</style>