Shades of Medium Orchid #AA46CE
Tints of Medium Orchid #AA46CE
RGB
CMYK
RGB Variations
Color information
#AA46CE (or 0xAA46CE) is known color: Medium Orchid. HEX triplet: AA, 46 and CE. RGB value is (170,70,206). Sum of RGB (Red+Green+Blue) = 170+70+206=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA46CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA46CE is #55B931. Grayscale: #727272. Windows color (decimal): -5617970 or 13518506. OLE color: 13518506.
HSL color Cylindrical-coordinate representation of color #AA46CE: hue angle of 284.12º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA46CE is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 70 | 206 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.19 |
| HSL | 284.12º | 0.58% | 0.54% | - |
| HSV(B) | 284.12º | 0.66% | 0.81% | - |
| XYZ | 29.91 | 17.38 | 60.17 | - |
| YUV | 115.4 | 179.13 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 206 | 0.17 | 0.66 | 0 | 0.19 | 284.12 | 0.58 | 0.54 |
| Hex | AA | 46 | CE | 11 | 42 | 0 | 13 | 11C | 3A | 36 |
| Octal | 252 | 106 | 316 | 21 | 102 | 0 | 23 | 434 | 72 | 66 |
| Binary | 10101010 | 1000110 | 11001110 | 10001 | 1000010 | 0 | 10011 | 100011100 | 111010 | 110110 |
Color Harmonies of #AA46CE
Complementary color
Monochromatic Colors of #AA46CE
Black with #AA46CE
Text Example
Text Example
White with #AA46CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA46CE; }
p { color: rgb(170,70,206); }
H1.HeaderClassName
{
color: #AA46CE;
}
.AnyTagClassName
{
color: #AA46CE;
}
</style>
background-color css
<style>
a { background-color: #AA46CE; }
a { background-color: rgb(170,70,206); }
div.DivClassName
{
background-color: #AA46CE;
}
.BgClassName
{
background-color: #AA46CE;
}
</style>
border-color css
<style>
span { border-color: #AA46CE; }
span { border-color: rgb(170,70,206); }
td.TdClassName
{
border-color: #AA46CE;
}
.TagClassName
{
border-color: #AA46CE;
}
</style>