Shades of Dark Violet #AB17DA
Tints of Dark Violet #AB17DA
RGB
CMYK
RGB Variations
Color information
#AB17DA (or 0xAB17DA) is known color: Dark Violet. HEX triplet: AB, 17 and DA. RGB value is (171,23,218). Sum of RGB (Red+Green+Blue) = 171+23+218=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB17DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB17DA is #54E825. Grayscale: #585858. Windows color (decimal): -5564454 or 14292907. OLE color: 14292907.
HSL color Cylindrical-coordinate representation of color #AB17DA: hue angle of 285.54º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB17DA is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 23 | 218 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.15 |
| HSL | 285.54º | 0.81% | 0.47% | - |
| HSV(B) | 285.54º | 0.89% | 0.85% | - |
| XYZ | 29.76 | 14.33 | 67.53 | - |
| YUV | 89.48 | 200.53 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 218 | 0.22 | 0.89 | 0 | 0.15 | 285.54 | 0.81 | 0.47 |
| Hex | AB | 17 | DA | 16 | 59 | 0 | F | 11E | 51 | 2F |
| Octal | 253 | 27 | 332 | 26 | 131 | 0 | 17 | 436 | 121 | 57 |
| Binary | 10101011 | 10111 | 11011010 | 10110 | 1011001 | 0 | 1111 | 100011110 | 1010001 | 101111 |
Color Harmonies of #AB17DA
Complementary color
Monochromatic Colors of #AB17DA
Black with #AB17DA
Text Example
Text Example
White with #AB17DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB17DA; }
p { color: rgb(171,23,218); }
H1.HeaderClassName
{
color: #AB17DA;
}
.AnyTagClassName
{
color: #AB17DA;
}
</style>
background-color css
<style>
a { background-color: #AB17DA; }
a { background-color: rgb(171,23,218); }
div.DivClassName
{
background-color: #AB17DA;
}
.BgClassName
{
background-color: #AB17DA;
}
</style>
border-color css
<style>
span { border-color: #AB17DA; }
span { border-color: rgb(171,23,218); }
td.TdClassName
{
border-color: #AB17DA;
}
.TagClassName
{
border-color: #AB17DA;
}
</style>