Shades of Medium Orchid #AA46ED
Tints of Medium Orchid #AA46ED
RGB
CMYK
RGB Variations
Color information
#AA46ED (or 0xAA46ED) is known color: Medium Orchid. HEX triplet: AA, 46 and ED. RGB value is (170,70,237). Sum of RGB (Red+Green+Blue) = 170+70+237=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA46ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA46ED is #55B912. Grayscale: #767676. Windows color (decimal): -5617939 or 15550122. OLE color: 15550122.
HSL color Cylindrical-coordinate representation of color #AA46ED: hue angle of 275.93º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA46ED is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 70 | 237 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.07 |
| HSL | 275.93º | 0.82% | 0.6% | - |
| HSV(B) | 275.93º | 0.7% | 0.93% | - |
| XYZ | 34.05 | 19.04 | 82 | - |
| YUV | 118.94 | 194.63 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 237 | 0.28 | 0.70 | 0 | 0.07 | 275.93 | 0.82 | 0.6 |
| Hex | AA | 46 | ED | 1C | 46 | 0 | 7 | 114 | 52 | 3C |
| Octal | 252 | 106 | 355 | 34 | 106 | 0 | 7 | 424 | 122 | 74 |
| Binary | 10101010 | 1000110 | 11101101 | 11100 | 1000110 | 0 | 111 | 100010100 | 1010010 | 111100 |
Color Harmonies of #AA46ED
Complementary color
Monochromatic Colors of #AA46ED
Black with #AA46ED
Text Example
Text Example
White with #AA46ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA46ED; }
p { color: rgb(170,70,237); }
H1.HeaderClassName
{
color: #AA46ED;
}
.AnyTagClassName
{
color: #AA46ED;
}
</style>
background-color css
<style>
a { background-color: #AA46ED; }
a { background-color: rgb(170,70,237); }
div.DivClassName
{
background-color: #AA46ED;
}
.BgClassName
{
background-color: #AA46ED;
}
</style>
border-color css
<style>
span { border-color: #AA46ED; }
span { border-color: rgb(170,70,237); }
td.TdClassName
{
border-color: #AA46ED;
}
.TagClassName
{
border-color: #AA46ED;
}
</style>