Shades of Dark Violet #AB00DE
Tints of Dark Violet #AB00DE
RGB
CMYK
RGB Variations
Color information
#AB00DE (or 0xAB00DE) is known color: Dark Violet. HEX triplet: AB, 00 and DE. RGB value is (171,0,222). Sum of RGB (Red+Green+Blue) = 171+0+222=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB00DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB00DE is #54FF21. Grayscale: #4B4B4B. Windows color (decimal): -5570338 or 14549163. OLE color: 14549163.
HSL color Cylindrical-coordinate representation of color #AB00DE: hue angle of 286.22º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB00DE is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 0 | 222 | - |
| CMYK | 0.23 | 1 | 0 | 0.13 |
| HSL | 286.22º | 1% | 0.44% | - |
| HSV(B) | 286.22º | 1% | 0.87% | - |
| XYZ | 29.98 | 13.93 | 70.22 | - |
| YUV | 76.44 | 210.15 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 222 | 0.23 | 1 | 0 | 0.13 | 286.22 | 1 | 0.44 |
| Hex | AB | 0 | DE | 17 | 64 | 0 | D | 11E | 64 | 2C |
| Octal | 253 | 0 | 336 | 27 | 144 | 0 | 15 | 436 | 144 | 54 |
| Binary | 10101011 | 0 | 11011110 | 10111 | 1100100 | 0 | 1101 | 100011110 | 1100100 | 101100 |
Color Harmonies of #AB00DE
Complementary color
Monochromatic Colors of #AB00DE
Black with #AB00DE
Text Example
Text Example
White with #AB00DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB00DE; }
p { color: rgb(171,0,222); }
H1.HeaderClassName
{
color: #AB00DE;
}
.AnyTagClassName
{
color: #AB00DE;
}
</style>
background-color css
<style>
a { background-color: #AB00DE; }
a { background-color: rgb(171,0,222); }
div.DivClassName
{
background-color: #AB00DE;
}
.BgClassName
{
background-color: #AB00DE;
}
</style>
border-color css
<style>
span { border-color: #AB00DE; }
span { border-color: rgb(171,0,222); }
td.TdClassName
{
border-color: #AB00DE;
}
.TagClassName
{
border-color: #AB00DE;
}
</style>