Shades of Dark Violet #AB05D8
Tints of Dark Violet #AB05D8
RGB
CMYK
RGB Variations
Color information
#AB05D8 (or 0xAB05D8) is known color: Dark Violet. HEX triplet: AB, 05 and D8. RGB value is (171,5,216). Sum of RGB (Red+Green+Blue) = 171+5+216=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 216 (84.77% from 255 or 55.10% from 392); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB05D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB05D8 is #54FA27. Grayscale: #4E4E4E. Windows color (decimal): -5569064 or 14157227. OLE color: 14157227.
HSL color Cylindrical-coordinate representation of color #AB05D8: hue angle of 287.2º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB05D8 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 5 | 216 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.15 |
| HSL | 287.2º | 0.95% | 0.43% | - |
| HSV(B) | 287.2º | 0.98% | 0.85% | - |
| XYZ | 29.24 | 13.72 | 66.07 | - |
| YUV | 78.69 | 205.5 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 216 | 0.21 | 0.98 | 0 | 0.15 | 287.2 | 0.95 | 0.43 |
| Hex | AB | 5 | D8 | 15 | 62 | 0 | F | 11F | 5F | 2B |
| Octal | 253 | 5 | 330 | 25 | 142 | 0 | 17 | 437 | 137 | 53 |
| Binary | 10101011 | 101 | 11011000 | 10101 | 1100010 | 0 | 1111 | 100011111 | 1011111 | 101011 |
Color Harmonies of #AB05D8
Complementary color
Monochromatic Colors of #AB05D8
Black with #AB05D8
Text Example
Text Example
White with #AB05D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB05D8; }
p { color: rgb(171,5,216); }
H1.HeaderClassName
{
color: #AB05D8;
}
.AnyTagClassName
{
color: #AB05D8;
}
</style>
background-color css
<style>
a { background-color: #AB05D8; }
a { background-color: rgb(171,5,216); }
div.DivClassName
{
background-color: #AB05D8;
}
.BgClassName
{
background-color: #AB05D8;
}
</style>
border-color css
<style>
span { border-color: #AB05D8; }
span { border-color: rgb(171,5,216); }
td.TdClassName
{
border-color: #AB05D8;
}
.TagClassName
{
border-color: #AB05D8;
}
</style>