Shades of Dark Orchid #AA1EBA
Tints of Dark Orchid #AA1EBA
RGB
CMYK
RGB Variations
Color information
#AA1EBA (or 0xAA1EBA) is known color: Dark Orchid. HEX triplet: AA, 1E and BA. RGB value is (170,30,186). Sum of RGB (Red+Green+Blue) = 170+30+186=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1EBA is #55E145. Grayscale: #595959. Windows color (decimal): -5628230 or 12197546. OLE color: 12197546.
HSL color Cylindrical-coordinate representation of color #AA1EBA: hue angle of 293.85º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1EBA is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 30 | 186 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.27 |
| HSL | 293.85º | 0.72% | 0.42% | - |
| HSV(B) | 293.85º | 0.84% | 0.73% | - |
| XYZ | 25.9 | 13.02 | 47.6 | - |
| YUV | 89.64 | 182.38 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 186 | 0.09 | 0.84 | 0 | 0.27 | 293.85 | 0.72 | 0.42 |
| Hex | AA | 1E | BA | 9 | 54 | 0 | 1B | 126 | 48 | 2A |
| Octal | 252 | 36 | 272 | 11 | 124 | 0 | 33 | 446 | 110 | 52 |
| Binary | 10101010 | 11110 | 10111010 | 1001 | 1010100 | 0 | 11011 | 100100110 | 1001000 | 101010 |
Color Harmonies of #AA1EBA
Complementary color
Monochromatic Colors of #AA1EBA
Black with #AA1EBA
Text Example
Text Example
White with #AA1EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1EBA; }
p { color: rgb(170,30,186); }
H1.HeaderClassName
{
color: #AA1EBA;
}
.AnyTagClassName
{
color: #AA1EBA;
}
</style>
background-color css
<style>
a { background-color: #AA1EBA; }
a { background-color: rgb(170,30,186); }
div.DivClassName
{
background-color: #AA1EBA;
}
.BgClassName
{
background-color: #AA1EBA;
}
</style>
border-color css
<style>
span { border-color: #AA1EBA; }
span { border-color: rgb(170,30,186); }
td.TdClassName
{
border-color: #AA1EBA;
}
.TagClassName
{
border-color: #AA1EBA;
}
</style>