Shades of Dark Orchid #AB29E1
Tints of Dark Orchid #AB29E1
RGB
CMYK
RGB Variations
Color information
#AB29E1 (or 0xAB29E1) is known color: Dark Orchid. HEX triplet: AB, 29 and E1. RGB value is (171,41,225). Sum of RGB (Red+Green+Blue) = 171+41+225=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB29E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB29E1 is #54D61E. Grayscale: #646464. Windows color (decimal): -5559839 or 14756267. OLE color: 14756267.
HSL color Cylindrical-coordinate representation of color #AB29E1: hue angle of 282.39º 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 #AB29E1 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 41 | 225 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.12 |
| HSL | 282.39º | 0.75% | 0.52% | - |
| HSV(B) | 282.39º | 0.82% | 0.88% | - |
| XYZ | 31.18 | 15.68 | 72.62 | - |
| YUV | 100.85 | 198.07 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 225 | 0.24 | 0.82 | 0 | 0.12 | 282.39 | 0.75 | 0.52 |
| Hex | AB | 29 | E1 | 18 | 52 | 0 | C | 11A | 4B | 34 |
| Octal | 253 | 51 | 341 | 30 | 122 | 0 | 14 | 432 | 113 | 64 |
| Binary | 10101011 | 101001 | 11100001 | 11000 | 1010010 | 0 | 1100 | 100011010 | 1001011 | 110100 |
Color Harmonies of #AB29E1
Complementary color
Monochromatic Colors of #AB29E1
Black with #AB29E1
Text Example
Text Example
White with #AB29E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB29E1; }
p { color: rgb(171,41,225); }
H1.HeaderClassName
{
color: #AB29E1;
}
.AnyTagClassName
{
color: #AB29E1;
}
</style>
background-color css
<style>
a { background-color: #AB29E1; }
a { background-color: rgb(171,41,225); }
div.DivClassName
{
background-color: #AB29E1;
}
.BgClassName
{
background-color: #AB29E1;
}
</style>
border-color css
<style>
span { border-color: #AB29E1; }
span { border-color: rgb(171,41,225); }
td.TdClassName
{
border-color: #AB29E1;
}
.TagClassName
{
border-color: #AB29E1;
}
</style>