Shades of Dark Orchid #AA2EDD
Tints of Dark Orchid #AA2EDD
RGB
CMYK
RGB Variations
Color information
#AA2EDD (or 0xAA2EDD) is known color: Dark Orchid. HEX triplet: AA, 2E and DD. RGB value is (170,46,221). Sum of RGB (Red+Green+Blue) = 170+46+221=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA2EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2EDD is #55D122. Grayscale: #666666. Windows color (decimal): -5624099 or 14495402. OLE color: 14495402.
HSL color Cylindrical-coordinate representation of color #AA2EDD: hue angle of 282.51º 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 #AA2EDD is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 46 | 221 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.13 |
| HSL | 282.51º | 0.72% | 0.52% | - |
| HSV(B) | 282.51º | 0.79% | 0.87% | - |
| XYZ | 30.61 | 15.72 | 69.83 | - |
| YUV | 103.03 | 194.58 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 221 | 0.23 | 0.79 | 0 | 0.13 | 282.51 | 0.72 | 0.52 |
| Hex | AA | 2E | DD | 17 | 4F | 0 | D | 11B | 48 | 34 |
| Octal | 252 | 56 | 335 | 27 | 117 | 0 | 15 | 433 | 110 | 64 |
| Binary | 10101010 | 101110 | 11011101 | 10111 | 1001111 | 0 | 1101 | 100011011 | 1001000 | 110100 |
Color Harmonies of #AA2EDD
Complementary color
Monochromatic Colors of #AA2EDD
Black with #AA2EDD
Text Example
Text Example
White with #AA2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2EDD; }
p { color: rgb(170,46,221); }
H1.HeaderClassName
{
color: #AA2EDD;
}
.AnyTagClassName
{
color: #AA2EDD;
}
</style>
background-color css
<style>
a { background-color: #AA2EDD; }
a { background-color: rgb(170,46,221); }
div.DivClassName
{
background-color: #AA2EDD;
}
.BgClassName
{
background-color: #AA2EDD;
}
</style>
border-color css
<style>
span { border-color: #AA2EDD; }
span { border-color: rgb(170,46,221); }
td.TdClassName
{
border-color: #AA2EDD;
}
.TagClassName
{
border-color: #AA2EDD;
}
</style>