Shades of Dark Orchid #AA2CCE
Tints of Dark Orchid #AA2CCE
RGB
CMYK
RGB Variations
Color information
#AA2CCE (or 0xAA2CCE) is known color: Dark Orchid. HEX triplet: AA, 2C and CE. RGB value is (170,44,206). Sum of RGB (Red+Green+Blue) = 170+44+206=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA2CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2CCE is #55D331. Grayscale: #636363. Windows color (decimal): -5624626 or 13511850. OLE color: 13511850.
HSL color Cylindrical-coordinate representation of color #AA2CCE: hue angle of 286.67º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2CCE is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 44 | 206 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.19 |
| HSL | 286.67º | 0.65% | 0.49% | - |
| HSV(B) | 286.67º | 0.79% | 0.81% | - |
| XYZ | 28.62 | 14.8 | 59.74 | - |
| YUV | 100.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 206 | 0.17 | 0.79 | 0 | 0.19 | 286.67 | 0.65 | 0.49 |
| Hex | AA | 2C | CE | 11 | 4F | 0 | 13 | 11F | 41 | 31 |
| Octal | 252 | 54 | 316 | 21 | 117 | 0 | 23 | 437 | 101 | 61 |
| Binary | 10101010 | 101100 | 11001110 | 10001 | 1001111 | 0 | 10011 | 100011111 | 1000001 | 110001 |
Color Harmonies of #AA2CCE
Complementary color
Monochromatic Colors of #AA2CCE
Black with #AA2CCE
Text Example
Text Example
White with #AA2CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2CCE; }
p { color: rgb(170,44,206); }
H1.HeaderClassName
{
color: #AA2CCE;
}
.AnyTagClassName
{
color: #AA2CCE;
}
</style>
background-color css
<style>
a { background-color: #AA2CCE; }
a { background-color: rgb(170,44,206); }
div.DivClassName
{
background-color: #AA2CCE;
}
.BgClassName
{
background-color: #AA2CCE;
}
</style>
border-color css
<style>
span { border-color: #AA2CCE; }
span { border-color: rgb(170,44,206); }
td.TdClassName
{
border-color: #AA2CCE;
}
.TagClassName
{
border-color: #AA2CCE;
}
</style>