Shades of Dark Orchid #AA2EBA
Tints of Dark Orchid #AA2EBA
RGB
CMYK
RGB Variations
Color information
#AA2EBA (or 0xAA2EBA) is known color: Dark Orchid. HEX triplet: AA, 2E and BA. RGB value is (170,46,186). Sum of RGB (Red+Green+Blue) = 170+46+186=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA2EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2EBA is #55D145. Grayscale: #626262. Windows color (decimal): -5624134 or 12201642. OLE color: 12201642.
HSL color Cylindrical-coordinate representation of color #AA2EBA: hue angle of 293.14º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2EBA is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 46 | 186 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.27 |
| HSL | 293.14º | 0.6% | 0.45% | - |
| HSV(B) | 293.14º | 0.75% | 0.73% | - |
| XYZ | 26.42 | 14.05 | 47.77 | - |
| YUV | 99.04 | 177.08 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 186 | 0.09 | 0.75 | 0 | 0.27 | 293.14 | 0.6 | 0.45 |
| Hex | AA | 2E | BA | 9 | 4B | 0 | 1B | 125 | 3C | 2D |
| Octal | 252 | 56 | 272 | 11 | 113 | 0 | 33 | 445 | 74 | 55 |
| Binary | 10101010 | 101110 | 10111010 | 1001 | 1001011 | 0 | 11011 | 100100101 | 111100 | 101101 |
Color Harmonies of #AA2EBA
Complementary color
Monochromatic Colors of #AA2EBA
Black with #AA2EBA
Text Example
Text Example
White with #AA2EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2EBA; }
p { color: rgb(170,46,186); }
H1.HeaderClassName
{
color: #AA2EBA;
}
.AnyTagClassName
{
color: #AA2EBA;
}
</style>
background-color css
<style>
a { background-color: #AA2EBA; }
a { background-color: rgb(170,46,186); }
div.DivClassName
{
background-color: #AA2EBA;
}
.BgClassName
{
background-color: #AA2EBA;
}
</style>
border-color css
<style>
span { border-color: #AA2EBA; }
span { border-color: rgb(170,46,186); }
td.TdClassName
{
border-color: #AA2EBA;
}
.TagClassName
{
border-color: #AA2EBA;
}
</style>