Shades of Dark Violet #AB15D8
Tints of Dark Violet #AB15D8
RGB
CMYK
RGB Variations
Color information
#AB15D8 (or 0xAB15D8) is known color: Dark Violet. HEX triplet: AB, 15 and D8. RGB value is (171,21,216). Sum of RGB (Red+Green+Blue) = 171+21+216=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 216 (84.77% from 255 or 52.94% from 408); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB15D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB15D8 is #54EA27. Grayscale: #575757. Windows color (decimal): -5564968 or 14161323. OLE color: 14161323.
HSL color Cylindrical-coordinate representation of color #AB15D8: hue angle of 286.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB15D8 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 21 | 216 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.15 |
| HSL | 286.15º | 0.82% | 0.46% | - |
| HSV(B) | 286.15º | 0.9% | 0.85% | - |
| XYZ | 29.46 | 14.15 | 66.14 | - |
| YUV | 88.08 | 200.2 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 216 | 0.21 | 0.90 | 0 | 0.15 | 286.15 | 0.82 | 0.46 |
| Hex | AB | 15 | D8 | 15 | 5A | 0 | F | 11E | 52 | 2E |
| Octal | 253 | 25 | 330 | 25 | 132 | 0 | 17 | 436 | 122 | 56 |
| Binary | 10101011 | 10101 | 11011000 | 10101 | 1011010 | 0 | 1111 | 100011110 | 1010010 | 101110 |
Color Harmonies of #AB15D8
Complementary color
Monochromatic Colors of #AB15D8
Black with #AB15D8
Text Example
Text Example
White with #AB15D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB15D8; }
p { color: rgb(171,21,216); }
H1.HeaderClassName
{
color: #AB15D8;
}
.AnyTagClassName
{
color: #AB15D8;
}
</style>
background-color css
<style>
a { background-color: #AB15D8; }
a { background-color: rgb(171,21,216); }
div.DivClassName
{
background-color: #AB15D8;
}
.BgClassName
{
background-color: #AB15D8;
}
</style>
border-color css
<style>
span { border-color: #AB15D8; }
span { border-color: rgb(171,21,216); }
td.TdClassName
{
border-color: #AB15D8;
}
.TagClassName
{
border-color: #AB15D8;
}
</style>