Shades of Medium Orchid #AA46EE
Tints of Medium Orchid #AA46EE
RGB
CMYK
RGB Variations
Color information
#AA46EE (or 0xAA46EE) is known color: Medium Orchid. HEX triplet: AA, 46 and EE. RGB value is (170,70,238). Sum of RGB (Red+Green+Blue) = 170+70+238=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 70 (27.73% from 255 or 14.64% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA46EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA46EE is #55B911. Grayscale: #767676. Windows color (decimal): -5617938 or 15615658. OLE color: 15615658.
HSL color Cylindrical-coordinate representation of color #AA46EE: hue angle of 275.71º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA46EE is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 70 | 238 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.07 |
| HSL | 275.71º | 0.83% | 0.6% | - |
| HSV(B) | 275.71º | 0.71% | 0.93% | - |
| XYZ | 34.2 | 19.1 | 82.77 | - |
| YUV | 119.05 | 195.13 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 238 | 0.29 | 0.71 | 0 | 0.07 | 275.71 | 0.83 | 0.6 |
| Hex | AA | 46 | EE | 1D | 47 | 0 | 7 | 114 | 53 | 3C |
| Octal | 252 | 106 | 356 | 35 | 107 | 0 | 7 | 424 | 123 | 74 |
| Binary | 10101010 | 1000110 | 11101110 | 11101 | 1000111 | 0 | 111 | 100010100 | 1010011 | 111100 |
Color Harmonies of #AA46EE
Complementary color
Monochromatic Colors of #AA46EE
Black with #AA46EE
Text Example
Text Example
White with #AA46EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA46EE; }
p { color: rgb(170,70,238); }
H1.HeaderClassName
{
color: #AA46EE;
}
.AnyTagClassName
{
color: #AA46EE;
}
</style>
background-color css
<style>
a { background-color: #AA46EE; }
a { background-color: rgb(170,70,238); }
div.DivClassName
{
background-color: #AA46EE;
}
.BgClassName
{
background-color: #AA46EE;
}
</style>
border-color css
<style>
span { border-color: #AA46EE; }
span { border-color: rgb(170,70,238); }
td.TdClassName
{
border-color: #AA46EE;
}
.TagClassName
{
border-color: #AA46EE;
}
</style>