Shades of Dark Orchid #AA2CDE
Tints of Dark Orchid #AA2CDE
RGB
CMYK
RGB Variations
Color information
#AA2CDE (or 0xAA2CDE) is known color: Dark Orchid. HEX triplet: AA, 2C and DE. RGB value is (170,44,222). Sum of RGB (Red+Green+Blue) = 170+44+222=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 44 (17.58% from 255 or 10.09% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA2CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2CDE is #55D321. Grayscale: #656565. Windows color (decimal): -5624610 or 14560426. OLE color: 14560426.
HSL color Cylindrical-coordinate representation of color #AA2CDE: hue angle of 282.47º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2CDE is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 44 | 222 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.13 |
| HSL | 282.47º | 0.73% | 0.52% | - |
| HSV(B) | 282.47º | 0.8% | 0.87% | - |
| XYZ | 30.66 | 15.62 | 70.51 | - |
| YUV | 101.97 | 195.74 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 222 | 0.23 | 0.80 | 0 | 0.13 | 282.47 | 0.73 | 0.52 |
| Hex | AA | 2C | DE | 17 | 50 | 0 | D | 11A | 49 | 34 |
| Octal | 252 | 54 | 336 | 27 | 120 | 0 | 15 | 432 | 111 | 64 |
| Binary | 10101010 | 101100 | 11011110 | 10111 | 1010000 | 0 | 1101 | 100011010 | 1001001 | 110100 |
Color Harmonies of #AA2CDE
Complementary color
Monochromatic Colors of #AA2CDE
Black with #AA2CDE
Text Example
Text Example
White with #AA2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2CDE; }
p { color: rgb(170,44,222); }
H1.HeaderClassName
{
color: #AA2CDE;
}
.AnyTagClassName
{
color: #AA2CDE;
}
</style>
background-color css
<style>
a { background-color: #AA2CDE; }
a { background-color: rgb(170,44,222); }
div.DivClassName
{
background-color: #AA2CDE;
}
.BgClassName
{
background-color: #AA2CDE;
}
</style>
border-color css
<style>
span { border-color: #AA2CDE; }
span { border-color: rgb(170,44,222); }
td.TdClassName
{
border-color: #AA2CDE;
}
.TagClassName
{
border-color: #AA2CDE;
}
</style>