Shades of Dark Orchid #AB2EDD
Tints of Dark Orchid #AB2EDD
RGB
CMYK
RGB Variations
Color information
#AB2EDD (or 0xAB2EDD) is known color: Dark Orchid. HEX triplet: AB, 2E and DD. RGB value is (171,46,221). Sum of RGB (Red+Green+Blue) = 171+46+221=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB2EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2EDD is #54D122. Grayscale: #666666. Windows color (decimal): -5558563 or 14495403. OLE color: 14495403.
HSL color Cylindrical-coordinate representation of color #AB2EDD: hue angle of 282.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2EDD is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 46 | 221 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.13 |
| HSL | 282.86º | 0.72% | 0.52% | - |
| HSV(B) | 282.86º | 0.79% | 0.87% | - |
| XYZ | 30.82 | 15.83 | 69.84 | - |
| YUV | 103.33 | 194.41 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 221 | 0.23 | 0.79 | 0 | 0.13 | 282.86 | 0.72 | 0.52 |
| Hex | AB | 2E | DD | 17 | 4F | 0 | D | 11B | 48 | 34 |
| Octal | 253 | 56 | 335 | 27 | 117 | 0 | 15 | 433 | 110 | 64 |
| Binary | 10101011 | 101110 | 11011101 | 10111 | 1001111 | 0 | 1101 | 100011011 | 1001000 | 110100 |
Color Harmonies of #AB2EDD
Complementary color
Monochromatic Colors of #AB2EDD
Black with #AB2EDD
Text Example
Text Example
White with #AB2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2EDD; }
p { color: rgb(171,46,221); }
H1.HeaderClassName
{
color: #AB2EDD;
}
.AnyTagClassName
{
color: #AB2EDD;
}
</style>
background-color css
<style>
a { background-color: #AB2EDD; }
a { background-color: rgb(171,46,221); }
div.DivClassName
{
background-color: #AB2EDD;
}
.BgClassName
{
background-color: #AB2EDD;
}
</style>
border-color css
<style>
span { border-color: #AB2EDD; }
span { border-color: rgb(171,46,221); }
td.TdClassName
{
border-color: #AB2EDD;
}
.TagClassName
{
border-color: #AB2EDD;
}
</style>