Shades of Dark Orchid #AA3EBA
Tints of Dark Orchid #AA3EBA
RGB
CMYK
RGB Variations
Color information
#AA3EBA (or 0xAA3EBA) is known color: Dark Orchid. HEX triplet: AA, 3E and BA. RGB value is (170,62,186). Sum of RGB (Red+Green+Blue) = 170+62+186=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA3EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3EBA is #55C145. Grayscale: #6C6C6C. Windows color (decimal): -5620038 or 12205738. OLE color: 12205738.
HSL color Cylindrical-coordinate representation of color #AA3EBA: hue angle of 292.26º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3EBA is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 62 | 186 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.27 |
| HSL | 292.26º | 0.5% | 0.49% | - |
| HSV(B) | 292.26º | 0.67% | 0.73% | - |
| XYZ | 27.16 | 15.54 | 48.02 | - |
| YUV | 108.43 | 171.78 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 186 | 0.09 | 0.67 | 0 | 0.27 | 292.26 | 0.5 | 0.49 |
| Hex | AA | 3E | BA | 9 | 43 | 0 | 1B | 124 | 32 | 31 |
| Octal | 252 | 76 | 272 | 11 | 103 | 0 | 33 | 444 | 62 | 61 |
| Binary | 10101010 | 111110 | 10111010 | 1001 | 1000011 | 0 | 11011 | 100100100 | 110010 | 110001 |
Color Harmonies of #AA3EBA
Complementary color
Monochromatic Colors of #AA3EBA
Black with #AA3EBA
Text Example
Text Example
White with #AA3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3EBA; }
p { color: rgb(170,62,186); }
H1.HeaderClassName
{
color: #AA3EBA;
}
.AnyTagClassName
{
color: #AA3EBA;
}
</style>
background-color css
<style>
a { background-color: #AA3EBA; }
a { background-color: rgb(170,62,186); }
div.DivClassName
{
background-color: #AA3EBA;
}
.BgClassName
{
background-color: #AA3EBA;
}
</style>
border-color css
<style>
span { border-color: #AA3EBA; }
span { border-color: rgb(170,62,186); }
td.TdClassName
{
border-color: #AA3EBA;
}
.TagClassName
{
border-color: #AA3EBA;
}
</style>