Shades of Dark Orchid #AA1EDD
Tints of Dark Orchid #AA1EDD
RGB
CMYK
RGB Variations
Color information
#AA1EDD (or 0xAA1EDD) is known color: Dark Orchid. HEX triplet: AA, 1E and DD. RGB value is (170,30,221). Sum of RGB (Red+Green+Blue) = 170+30+221=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA1EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1EDD is #55E122. Grayscale: #5D5D5D. Windows color (decimal): -5628195 or 14491306. OLE color: 14491306.
HSL color Cylindrical-coordinate representation of color #AA1EDD: hue angle of 283.98º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1EDD is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 30 | 221 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.13 |
| HSL | 283.98º | 0.76% | 0.49% | - |
| HSV(B) | 283.98º | 0.86% | 0.87% | - |
| XYZ | 30.09 | 14.7 | 69.66 | - |
| YUV | 93.63 | 199.88 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 221 | 0.23 | 0.86 | 0 | 0.13 | 283.98 | 0.76 | 0.49 |
| Hex | AA | 1E | DD | 17 | 56 | 0 | D | 11C | 4C | 31 |
| Octal | 252 | 36 | 335 | 27 | 126 | 0 | 15 | 434 | 114 | 61 |
| Binary | 10101010 | 11110 | 11011101 | 10111 | 1010110 | 0 | 1101 | 100011100 | 1001100 | 110001 |
Color Harmonies of #AA1EDD
Complementary color
Monochromatic Colors of #AA1EDD
Black with #AA1EDD
Text Example
Text Example
White with #AA1EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1EDD; }
p { color: rgb(170,30,221); }
H1.HeaderClassName
{
color: #AA1EDD;
}
.AnyTagClassName
{
color: #AA1EDD;
}
</style>
background-color css
<style>
a { background-color: #AA1EDD; }
a { background-color: rgb(170,30,221); }
div.DivClassName
{
background-color: #AA1EDD;
}
.BgClassName
{
background-color: #AA1EDD;
}
</style>
border-color css
<style>
span { border-color: #AA1EDD; }
span { border-color: rgb(170,30,221); }
td.TdClassName
{
border-color: #AA1EDD;
}
.TagClassName
{
border-color: #AA1EDD;
}
</style>