Shades of Dark Violet #AB17D7
Tints of Dark Violet #AB17D7
RGB
CMYK
RGB Variations
Color information
#AB17D7 (or 0xAB17D7) is known color: Dark Violet. HEX triplet: AB, 17 and D7. RGB value is (171,23,215). Sum of RGB (Red+Green+Blue) = 171+23+215=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 215 (84.38% from 255 or 52.57% from 409); Max value from RGB is 215 - color contains mainly: blue. Hex color #AB17D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB17D7 is #54E828. Grayscale: #585858. Windows color (decimal): -5564457 or 14096299. OLE color: 14096299.
HSL color Cylindrical-coordinate representation of color #AB17D7: hue angle of 286.25º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB17D7 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 23 | 215 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.16 |
| HSL | 286.25º | 0.81% | 0.47% | - |
| HSV(B) | 286.25º | 0.89% | 0.84% | - |
| XYZ | 29.37 | 14.18 | 65.48 | - |
| YUV | 89.14 | 199.03 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 215 | 0.20 | 0.89 | 0 | 0.16 | 286.25 | 0.81 | 0.47 |
| Hex | AB | 17 | D7 | 14 | 59 | 0 | 10 | 11E | 51 | 2F |
| Octal | 253 | 27 | 327 | 24 | 131 | 0 | 20 | 436 | 121 | 57 |
| Binary | 10101011 | 10111 | 11010111 | 10100 | 1011001 | 0 | 10000 | 100011110 | 1010001 | 101111 |
Color Harmonies of #AB17D7
Complementary color
Monochromatic Colors of #AB17D7
Black with #AB17D7
Text Example
Text Example
White with #AB17D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB17D7; }
p { color: rgb(171,23,215); }
H1.HeaderClassName
{
color: #AB17D7;
}
.AnyTagClassName
{
color: #AB17D7;
}
</style>
background-color css
<style>
a { background-color: #AB17D7; }
a { background-color: rgb(171,23,215); }
div.DivClassName
{
background-color: #AB17D7;
}
.BgClassName
{
background-color: #AB17D7;
}
</style>
border-color css
<style>
span { border-color: #AB17D7; }
span { border-color: rgb(171,23,215); }
td.TdClassName
{
border-color: #AB17D7;
}
.TagClassName
{
border-color: #AB17D7;
}
</style>