Shades of Dark Orchid #AA2CDF
Tints of Dark Orchid #AA2CDF
RGB
CMYK
RGB Variations
Color information
#AA2CDF (or 0xAA2CDF) is known color: Dark Orchid. HEX triplet: AA, 2C and DF. RGB value is (170,44,223). Sum of RGB (Red+Green+Blue) = 170+44+223=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA2CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2CDF is #55D320. Grayscale: #656565. Windows color (decimal): -5624609 or 14625962. OLE color: 14625962.
HSL color Cylindrical-coordinate representation of color #AA2CDF: hue angle of 282.23º degrees, saturation: 0.74, 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 #AA2CDF is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 44 | 223 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.13 |
| HSL | 282.23º | 0.74% | 0.52% | - |
| HSV(B) | 282.23º | 0.8% | 0.87% | - |
| XYZ | 30.8 | 15.68 | 71.21 | - |
| YUV | 102.08 | 196.24 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 223 | 0.24 | 0.80 | 0 | 0.13 | 282.23 | 0.74 | 0.52 |
| Hex | AA | 2C | DF | 18 | 50 | 0 | D | 11A | 4A | 34 |
| Octal | 252 | 54 | 337 | 30 | 120 | 0 | 15 | 432 | 112 | 64 |
| Binary | 10101010 | 101100 | 11011111 | 11000 | 1010000 | 0 | 1101 | 100011010 | 1001010 | 110100 |
Color Harmonies of #AA2CDF
Complementary color
Monochromatic Colors of #AA2CDF
Black with #AA2CDF
Text Example
Text Example
White with #AA2CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2CDF; }
p { color: rgb(170,44,223); }
H1.HeaderClassName
{
color: #AA2CDF;
}
.AnyTagClassName
{
color: #AA2CDF;
}
</style>
background-color css
<style>
a { background-color: #AA2CDF; }
a { background-color: rgb(170,44,223); }
div.DivClassName
{
background-color: #AA2CDF;
}
.BgClassName
{
background-color: #AA2CDF;
}
</style>
border-color css
<style>
span { border-color: #AA2CDF; }
span { border-color: rgb(170,44,223); }
td.TdClassName
{
border-color: #AA2CDF;
}
.TagClassName
{
border-color: #AA2CDF;
}
</style>