Shades of Medium Orchid #AA46EA
Tints of Medium Orchid #AA46EA
RGB
CMYK
RGB Variations
Color information
#AA46EA (or 0xAA46EA) is known color: Medium Orchid. HEX triplet: AA, 46 and EA. RGB value is (170,70,234). Sum of RGB (Red+Green+Blue) = 170+70+234=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA46EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA46EA is #55B915. Grayscale: #767676. Windows color (decimal): -5617942 or 15353514. OLE color: 15353514.
HSL color Cylindrical-coordinate representation of color #AA46EA: hue angle of 276.59º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA46EA is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 70 | 234 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.08 |
| HSL | 276.59º | 0.8% | 0.6% | - |
| HSV(B) | 276.59º | 0.7% | 0.92% | - |
| XYZ | 33.62 | 18.87 | 79.71 | - |
| YUV | 118.6 | 193.13 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 234 | 0.27 | 0.70 | 0 | 0.08 | 276.59 | 0.8 | 0.6 |
| Hex | AA | 46 | EA | 1B | 46 | 0 | 8 | 115 | 50 | 3C |
| Octal | 252 | 106 | 352 | 33 | 106 | 0 | 10 | 425 | 120 | 74 |
| Binary | 10101010 | 1000110 | 11101010 | 11011 | 1000110 | 0 | 1000 | 100010101 | 1010000 | 111100 |
Color Harmonies of #AA46EA
Complementary color
Monochromatic Colors of #AA46EA
Black with #AA46EA
Text Example
Text Example
White with #AA46EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA46EA; }
p { color: rgb(170,70,234); }
H1.HeaderClassName
{
color: #AA46EA;
}
.AnyTagClassName
{
color: #AA46EA;
}
</style>
background-color css
<style>
a { background-color: #AA46EA; }
a { background-color: rgb(170,70,234); }
div.DivClassName
{
background-color: #AA46EA;
}
.BgClassName
{
background-color: #AA46EA;
}
</style>
border-color css
<style>
span { border-color: #AA46EA; }
span { border-color: rgb(170,70,234); }
td.TdClassName
{
border-color: #AA46EA;
}
.TagClassName
{
border-color: #AA46EA;
}
</style>