Shades of Dark Violet #AB05DE
Tints of Dark Violet #AB05DE
RGB
CMYK
RGB Variations
Color information
#AB05DE (or 0xAB05DE) is known color: Dark Violet. HEX triplet: AB, 05 and DE. RGB value is (171,5,222). Sum of RGB (Red+Green+Blue) = 171+5+222=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB05DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB05DE is #54FA21. Grayscale: #4E4E4E. Windows color (decimal): -5569058 or 14550443. OLE color: 14550443.
HSL color Cylindrical-coordinate representation of color #AB05DE: hue angle of 285.9º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB05DE is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 5 | 222 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.13 |
| HSL | 285.9º | 0.96% | 0.45% | - |
| HSV(B) | 285.9º | 0.98% | 0.87% | - |
| XYZ | 30.03 | 14.04 | 70.23 | - |
| YUV | 79.37 | 208.5 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 222 | 0.23 | 0.98 | 0 | 0.13 | 285.9 | 0.96 | 0.45 |
| Hex | AB | 5 | DE | 17 | 62 | 0 | D | 11E | 60 | 2D |
| Octal | 253 | 5 | 336 | 27 | 142 | 0 | 15 | 436 | 140 | 55 |
| Binary | 10101011 | 101 | 11011110 | 10111 | 1100010 | 0 | 1101 | 100011110 | 1100000 | 101101 |
Color Harmonies of #AB05DE
Complementary color
Monochromatic Colors of #AB05DE
Black with #AB05DE
Text Example
Text Example
White with #AB05DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB05DE; }
p { color: rgb(171,5,222); }
H1.HeaderClassName
{
color: #AB05DE;
}
.AnyTagClassName
{
color: #AB05DE;
}
</style>
background-color css
<style>
a { background-color: #AB05DE; }
a { background-color: rgb(171,5,222); }
div.DivClassName
{
background-color: #AB05DE;
}
.BgClassName
{
background-color: #AB05DE;
}
</style>
border-color css
<style>
span { border-color: #AB05DE; }
span { border-color: rgb(171,5,222); }
td.TdClassName
{
border-color: #AB05DE;
}
.TagClassName
{
border-color: #AB05DE;
}
</style>