Shades of Dark Orchid #AB1EE8
Tints of Dark Orchid #AB1EE8
RGB
CMYK
RGB Variations
Color information
#AB1EE8 (or 0xAB1EE8) is known color: Dark Orchid. HEX triplet: AB, 1E and E8. RGB value is (171,30,232). Sum of RGB (Red+Green+Blue) = 171+30+232=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 232 (91.02% from 255 or 53.58% from 433); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB1EE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1EE8 is #54E117. Grayscale: #5E5E5E. Windows color (decimal): -5562648 or 15212203. OLE color: 15212203.
HSL color Cylindrical-coordinate representation of color #AB1EE8: hue angle of 281.88º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1EE8 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 30 | 232 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.09 |
| HSL | 281.88º | 0.81% | 0.51% | - |
| HSV(B) | 281.88º | 0.87% | 0.91% | - |
| XYZ | 31.82 | 15.41 | 77.64 | - |
| YUV | 95.19 | 205.21 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 232 | 0.26 | 0.87 | 0 | 0.09 | 281.88 | 0.81 | 0.51 |
| Hex | AB | 1E | E8 | 1A | 57 | 0 | 9 | 11A | 51 | 33 |
| Octal | 253 | 36 | 350 | 32 | 127 | 0 | 11 | 432 | 121 | 63 |
| Binary | 10101011 | 11110 | 11101000 | 11010 | 1010111 | 0 | 1001 | 100011010 | 1010001 | 110011 |
Color Harmonies of #AB1EE8
Complementary color
Monochromatic Colors of #AB1EE8
Black with #AB1EE8
Text Example
Text Example
White with #AB1EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1EE8; }
p { color: rgb(171,30,232); }
H1.HeaderClassName
{
color: #AB1EE8;
}
.AnyTagClassName
{
color: #AB1EE8;
}
</style>
background-color css
<style>
a { background-color: #AB1EE8; }
a { background-color: rgb(171,30,232); }
div.DivClassName
{
background-color: #AB1EE8;
}
.BgClassName
{
background-color: #AB1EE8;
}
</style>
border-color css
<style>
span { border-color: #AB1EE8; }
span { border-color: rgb(171,30,232); }
td.TdClassName
{
border-color: #AB1EE8;
}
.TagClassName
{
border-color: #AB1EE8;
}
</style>