Shades of Dark Orchid #AB29E0
Tints of Dark Orchid #AB29E0
RGB
CMYK
RGB Variations
Color information
#AB29E0 (or 0xAB29E0) is known color: Dark Orchid. HEX triplet: AB, 29 and E0. RGB value is (171,41,224). Sum of RGB (Red+Green+Blue) = 171+41+224=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 224 (87.89% from 255 or 51.38% from 436); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB29E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB29E0 is #54D61F. Grayscale: #646464. Windows color (decimal): -5559840 or 14690731. OLE color: 14690731.
HSL color Cylindrical-coordinate representation of color #AB29E0: hue angle of 282.62º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB29E0 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 41 | 224 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.12 |
| HSL | 282.62º | 0.75% | 0.52% | - |
| HSV(B) | 282.62º | 0.82% | 0.88% | - |
| XYZ | 31.04 | 15.63 | 71.9 | - |
| YUV | 100.73 | 197.57 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 224 | 0.24 | 0.82 | 0 | 0.12 | 282.62 | 0.75 | 0.52 |
| Hex | AB | 29 | E0 | 18 | 52 | 0 | C | 11B | 4B | 34 |
| Octal | 253 | 51 | 340 | 30 | 122 | 0 | 14 | 433 | 113 | 64 |
| Binary | 10101011 | 101001 | 11100000 | 11000 | 1010010 | 0 | 1100 | 100011011 | 1001011 | 110100 |
Color Harmonies of #AB29E0
Complementary color
Monochromatic Colors of #AB29E0
Black with #AB29E0
Text Example
Text Example
White with #AB29E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB29E0; }
p { color: rgb(171,41,224); }
H1.HeaderClassName
{
color: #AB29E0;
}
.AnyTagClassName
{
color: #AB29E0;
}
</style>
background-color css
<style>
a { background-color: #AB29E0; }
a { background-color: rgb(171,41,224); }
div.DivClassName
{
background-color: #AB29E0;
}
.BgClassName
{
background-color: #AB29E0;
}
</style>
border-color css
<style>
span { border-color: #AB29E0; }
span { border-color: rgb(171,41,224); }
td.TdClassName
{
border-color: #AB29E0;
}
.TagClassName
{
border-color: #AB29E0;
}
</style>