Shades of Dark Orchid #AA2ECD
Tints of Dark Orchid #AA2ECD
RGB
CMYK
RGB Variations
Color information
#AA2ECD (or 0xAA2ECD) is known color: Dark Orchid. HEX triplet: AA, 2E and CD. RGB value is (170,46,205). Sum of RGB (Red+Green+Blue) = 170+46+205=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA2ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ECD is #55D132. Grayscale: #646464. Windows color (decimal): -5624115 or 13446826. OLE color: 13446826.
HSL color Cylindrical-coordinate representation of color #AA2ECD: hue angle of 286.79º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2ECD is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 46 | 205 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.20 |
| HSL | 286.79º | 0.63% | 0.49% | - |
| HSV(B) | 286.79º | 0.78% | 0.8% | - |
| XYZ | 28.57 | 14.91 | 59.13 | - |
| YUV | 101.2 | 186.58 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 205 | 0.17 | 0.78 | 0 | 0.20 | 286.79 | 0.63 | 0.49 |
| Hex | AA | 2E | CD | 11 | 4E | 0 | 14 | 11F | 3F | 31 |
| Octal | 252 | 56 | 315 | 21 | 116 | 0 | 24 | 437 | 77 | 61 |
| Binary | 10101010 | 101110 | 11001101 | 10001 | 1001110 | 0 | 10100 | 100011111 | 111111 | 110001 |
Color Harmonies of #AA2ECD
Complementary color
Monochromatic Colors of #AA2ECD
Black with #AA2ECD
Text Example
Text Example
White with #AA2ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2ECD; }
p { color: rgb(170,46,205); }
H1.HeaderClassName
{
color: #AA2ECD;
}
.AnyTagClassName
{
color: #AA2ECD;
}
</style>
background-color css
<style>
a { background-color: #AA2ECD; }
a { background-color: rgb(170,46,205); }
div.DivClassName
{
background-color: #AA2ECD;
}
.BgClassName
{
background-color: #AA2ECD;
}
</style>
border-color css
<style>
span { border-color: #AA2ECD; }
span { border-color: rgb(170,46,205); }
td.TdClassName
{
border-color: #AA2ECD;
}
.TagClassName
{
border-color: #AA2ECD;
}
</style>