Shades of Dark Orchid #AB1EE1
Tints of Dark Orchid #AB1EE1
RGB
CMYK
RGB Variations
Color information
#AB1EE1 (or 0xAB1EE1) is known color: Dark Orchid. HEX triplet: AB, 1E and E1. RGB value is (171,30,225). Sum of RGB (Red+Green+Blue) = 171+30+225=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 225 (88.28% from 255 or 52.82% from 426); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB1EE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1EE1 is #54E11E. Grayscale: #5D5D5D. Windows color (decimal): -5562655 or 14753451. OLE color: 14753451.
HSL color Cylindrical-coordinate representation of color #AB1EE1: hue angle of 283.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1EE1 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 30 | 225 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.12 |
| HSL | 283.38º | 0.76% | 0.5% | - |
| HSV(B) | 283.38º | 0.87% | 0.88% | - |
| XYZ | 30.85 | 15.02 | 72.51 | - |
| YUV | 94.39 | 201.71 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 225 | 0.24 | 0.87 | 0 | 0.12 | 283.38 | 0.76 | 0.5 |
| Hex | AB | 1E | E1 | 18 | 57 | 0 | C | 11B | 4C | 32 |
| Octal | 253 | 36 | 341 | 30 | 127 | 0 | 14 | 433 | 114 | 62 |
| Binary | 10101011 | 11110 | 11100001 | 11000 | 1010111 | 0 | 1100 | 100011011 | 1001100 | 110010 |
Color Harmonies of #AB1EE1
Complementary color
Monochromatic Colors of #AB1EE1
Black with #AB1EE1
Text Example
Text Example
White with #AB1EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1EE1; }
p { color: rgb(171,30,225); }
H1.HeaderClassName
{
color: #AB1EE1;
}
.AnyTagClassName
{
color: #AB1EE1;
}
</style>
background-color css
<style>
a { background-color: #AB1EE1; }
a { background-color: rgb(171,30,225); }
div.DivClassName
{
background-color: #AB1EE1;
}
.BgClassName
{
background-color: #AB1EE1;
}
</style>
border-color css
<style>
span { border-color: #AB1EE1; }
span { border-color: rgb(171,30,225); }
td.TdClassName
{
border-color: #AB1EE1;
}
.TagClassName
{
border-color: #AB1EE1;
}
</style>