Shades of Dark Orchid #AB2EDE
Tints of Dark Orchid #AB2EDE
RGB
CMYK
RGB Variations
Color information
#AB2EDE (or 0xAB2EDE) is known color: Dark Orchid. HEX triplet: AB, 2E and DE. RGB value is (171,46,222). Sum of RGB (Red+Green+Blue) = 171+46+222=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB2EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2EDE is #54D121. Grayscale: #666666. Windows color (decimal): -5558562 or 14560939. OLE color: 14560939.
HSL color Cylindrical-coordinate representation of color #AB2EDE: hue angle of 282.61º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2EDE is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 46 | 222 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.13 |
| HSL | 282.61º | 0.73% | 0.53% | - |
| HSV(B) | 282.61º | 0.79% | 0.87% | - |
| XYZ | 30.96 | 15.89 | 70.54 | - |
| YUV | 103.44 | 194.91 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 222 | 0.23 | 0.79 | 0 | 0.13 | 282.61 | 0.73 | 0.53 |
| Hex | AB | 2E | DE | 17 | 4F | 0 | D | 11B | 49 | 35 |
| Octal | 253 | 56 | 336 | 27 | 117 | 0 | 15 | 433 | 111 | 65 |
| Binary | 10101011 | 101110 | 11011110 | 10111 | 1001111 | 0 | 1101 | 100011011 | 1001001 | 110101 |
Color Harmonies of #AB2EDE
Complementary color
Monochromatic Colors of #AB2EDE
Black with #AB2EDE
Text Example
Text Example
White with #AB2EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2EDE; }
p { color: rgb(171,46,222); }
H1.HeaderClassName
{
color: #AB2EDE;
}
.AnyTagClassName
{
color: #AB2EDE;
}
</style>
background-color css
<style>
a { background-color: #AB2EDE; }
a { background-color: rgb(171,46,222); }
div.DivClassName
{
background-color: #AB2EDE;
}
.BgClassName
{
background-color: #AB2EDE;
}
</style>
border-color css
<style>
span { border-color: #AB2EDE; }
span { border-color: rgb(171,46,222); }
td.TdClassName
{
border-color: #AB2EDE;
}
.TagClassName
{
border-color: #AB2EDE;
}
</style>