Shades of Dark Violet #AB0ADE
Tints of Dark Violet #AB0ADE
RGB
CMYK
RGB Variations
Color information
#AB0ADE (or 0xAB0ADE) is known color: Dark Violet. HEX triplet: AB, 0A and DE. RGB value is (171,10,222). Sum of RGB (Red+Green+Blue) = 171+10+222=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 10 (4.30% from 255 or 2.48% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB0ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0ADE is #54F521. Grayscale: #515151. Windows color (decimal): -5567778 or 14551723. OLE color: 14551723.
HSL color Cylindrical-coordinate representation of color #AB0ADE: hue angle of 285.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0ADE is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 10 | 222 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.13 |
| HSL | 285.57º | 0.91% | 0.45% | - |
| HSV(B) | 285.57º | 0.95% | 0.87% | - |
| XYZ | 30.09 | 14.15 | 70.25 | - |
| YUV | 82.31 | 206.84 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 222 | 0.23 | 0.95 | 0 | 0.13 | 285.57 | 0.91 | 0.45 |
| Hex | AB | A | DE | 17 | 5F | 0 | D | 11E | 5B | 2D |
| Octal | 253 | 12 | 336 | 27 | 137 | 0 | 15 | 436 | 133 | 55 |
| Binary | 10101011 | 1010 | 11011110 | 10111 | 1011111 | 0 | 1101 | 100011110 | 1011011 | 101101 |
Color Harmonies of #AB0ADE
Complementary color
Monochromatic Colors of #AB0ADE
Black with #AB0ADE
Text Example
Text Example
White with #AB0ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0ADE; }
p { color: rgb(171,10,222); }
H1.HeaderClassName
{
color: #AB0ADE;
}
.AnyTagClassName
{
color: #AB0ADE;
}
</style>
background-color css
<style>
a { background-color: #AB0ADE; }
a { background-color: rgb(171,10,222); }
div.DivClassName
{
background-color: #AB0ADE;
}
.BgClassName
{
background-color: #AB0ADE;
}
</style>
border-color css
<style>
span { border-color: #AB0ADE; }
span { border-color: rgb(171,10,222); }
td.TdClassName
{
border-color: #AB0ADE;
}
.TagClassName
{
border-color: #AB0ADE;
}
</style>