Shades of Dark Violet #AB10E2
Tints of Dark Violet #AB10E2
RGB
CMYK
RGB Variations
Color information
#AB10E2 (or 0xAB10E2) is known color: Dark Violet. HEX triplet: AB, 10 and E2. RGB value is (171,16,226). Sum of RGB (Red+Green+Blue) = 171+16+226=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 226 (88.67% from 255 or 54.72% from 413); Max value from RGB is 226 - color contains mainly: blue. Hex color #AB10E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB10E2 is #54EF1D. Grayscale: #555555. Windows color (decimal): -5566238 or 14815403. OLE color: 14815403.
HSL color Cylindrical-coordinate representation of color #AB10E2: hue angle of 284.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB10E2 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 16 | 226 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.11 |
| HSL | 284.29º | 0.87% | 0.47% | - |
| HSV(B) | 284.29º | 0.93% | 0.89% | - |
| XYZ | 30.71 | 14.52 | 73.14 | - |
| YUV | 86.29 | 206.85 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 226 | 0.24 | 0.93 | 0 | 0.11 | 284.29 | 0.87 | 0.47 |
| Hex | AB | 10 | E2 | 18 | 5D | 0 | B | 11C | 57 | 2F |
| Octal | 253 | 20 | 342 | 30 | 135 | 0 | 13 | 434 | 127 | 57 |
| Binary | 10101011 | 10000 | 11100010 | 11000 | 1011101 | 0 | 1011 | 100011100 | 1010111 | 101111 |
Color Harmonies of #AB10E2
Complementary color
Monochromatic Colors of #AB10E2
Black with #AB10E2
Text Example
Text Example
White with #AB10E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB10E2; }
p { color: rgb(171,16,226); }
H1.HeaderClassName
{
color: #AB10E2;
}
.AnyTagClassName
{
color: #AB10E2;
}
</style>
background-color css
<style>
a { background-color: #AB10E2; }
a { background-color: rgb(171,16,226); }
div.DivClassName
{
background-color: #AB10E2;
}
.BgClassName
{
background-color: #AB10E2;
}
</style>
border-color css
<style>
span { border-color: #AB10E2; }
span { border-color: rgb(171,16,226); }
td.TdClassName
{
border-color: #AB10E2;
}
.TagClassName
{
border-color: #AB10E2;
}
</style>