Shades of Dark Orchid #AA2ECE
Tints of Dark Orchid #AA2ECE
RGB
CMYK
RGB Variations
Color information
#AA2ECE (or 0xAA2ECE) is known color: Dark Orchid. HEX triplet: AA, 2E and CE. RGB value is (170,46,206). Sum of RGB (Red+Green+Blue) = 170+46+206=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA2ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ECE is #55D131. Grayscale: #646464. Windows color (decimal): -5624114 or 13512362. OLE color: 13512362.
HSL color Cylindrical-coordinate representation of color #AA2ECE: hue angle of 286.5º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2ECE is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 46 | 206 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.19 |
| HSL | 286.5º | 0.63% | 0.49% | - |
| HSV(B) | 286.5º | 0.78% | 0.81% | - |
| XYZ | 28.7 | 14.96 | 59.77 | - |
| YUV | 101.32 | 187.08 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 206 | 0.17 | 0.78 | 0 | 0.19 | 286.5 | 0.63 | 0.49 |
| Hex | AA | 2E | CE | 11 | 4E | 0 | 13 | 11E | 3F | 31 |
| Octal | 252 | 56 | 316 | 21 | 116 | 0 | 23 | 436 | 77 | 61 |
| Binary | 10101010 | 101110 | 11001110 | 10001 | 1001110 | 0 | 10011 | 100011110 | 111111 | 110001 |
Color Harmonies of #AA2ECE
Complementary color
Monochromatic Colors of #AA2ECE
Black with #AA2ECE
Text Example
Text Example
White with #AA2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2ECE; }
p { color: rgb(170,46,206); }
H1.HeaderClassName
{
color: #AA2ECE;
}
.AnyTagClassName
{
color: #AA2ECE;
}
</style>
background-color css
<style>
a { background-color: #AA2ECE; }
a { background-color: rgb(170,46,206); }
div.DivClassName
{
background-color: #AA2ECE;
}
.BgClassName
{
background-color: #AA2ECE;
}
</style>
border-color css
<style>
span { border-color: #AA2ECE; }
span { border-color: rgb(170,46,206); }
td.TdClassName
{
border-color: #AA2ECE;
}
.TagClassName
{
border-color: #AA2ECE;
}
</style>