Shades of Dark Orchid #AA2CDC
Tints of Dark Orchid #AA2CDC
RGB
CMYK
RGB Variations
Color information
#AA2CDC (or 0xAA2CDC) is known color: Dark Orchid. HEX triplet: AA, 2C and DC. RGB value is (170,44,220). Sum of RGB (Red+Green+Blue) = 170+44+220=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA2CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2CDC is #55D323. Grayscale: #656565. Windows color (decimal): -5624612 or 14429354. OLE color: 14429354.
HSL color Cylindrical-coordinate representation of color #AA2CDC: hue angle of 282.95º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2CDC is Cyan = 0.23, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 44 | 220 | - |
| CMYK | 0.23 | 0.8 | 0 | 0.14 |
| HSL | 282.95º | 0.72% | 0.52% | - |
| HSV(B) | 282.95º | 0.8% | 0.86% | - |
| XYZ | 30.4 | 15.51 | 69.1 | - |
| YUV | 101.74 | 194.74 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 220 | 0.23 | 0.8 | 0 | 0.14 | 282.95 | 0.72 | 0.52 |
| Hex | AA | 2C | DC | 17 | 50 | 0 | E | 11B | 48 | 34 |
| Octal | 252 | 54 | 334 | 27 | 120 | 0 | 16 | 433 | 110 | 64 |
| Binary | 10101010 | 101100 | 11011100 | 10111 | 1010000 | 0 | 1110 | 100011011 | 1001000 | 110100 |
Color Harmonies of #AA2CDC
Complementary color
Monochromatic Colors of #AA2CDC
Black with #AA2CDC
Text Example
Text Example
White with #AA2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2CDC; }
p { color: rgb(170,44,220); }
H1.HeaderClassName
{
color: #AA2CDC;
}
.AnyTagClassName
{
color: #AA2CDC;
}
</style>
background-color css
<style>
a { background-color: #AA2CDC; }
a { background-color: rgb(170,44,220); }
div.DivClassName
{
background-color: #AA2CDC;
}
.BgClassName
{
background-color: #AA2CDC;
}
</style>
border-color css
<style>
span { border-color: #AA2CDC; }
span { border-color: rgb(170,44,220); }
td.TdClassName
{
border-color: #AA2CDC;
}
.TagClassName
{
border-color: #AA2CDC;
}
</style>