Shades of Medium Orchid #AA46E5
Tints of Medium Orchid #AA46E5
RGB
CMYK
RGB Variations
Color information
#AA46E5 (or 0xAA46E5) is known color: Medium Orchid. HEX triplet: AA, 46 and E5. RGB value is (170,70,229). Sum of RGB (Red+Green+Blue) = 170+70+229=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA46E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA46E5 is #55B91A. Grayscale: #757575. Windows color (decimal): -5617947 or 15025834. OLE color: 15025834.
HSL color Cylindrical-coordinate representation of color #AA46E5: hue angle of 277.74º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA46E5 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 70 | 229 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.10 |
| HSL | 277.74º | 0.75% | 0.59% | - |
| HSV(B) | 277.74º | 0.69% | 0.9% | - |
| XYZ | 32.91 | 18.58 | 75.98 | - |
| YUV | 118.03 | 190.63 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 229 | 0.26 | 0.69 | 0 | 0.10 | 277.74 | 0.75 | 0.59 |
| Hex | AA | 46 | E5 | 1A | 45 | 0 | A | 116 | 4B | 3B |
| Octal | 252 | 106 | 345 | 32 | 105 | 0 | 12 | 426 | 113 | 73 |
| Binary | 10101010 | 1000110 | 11100101 | 11010 | 1000101 | 0 | 1010 | 100010110 | 1001011 | 111011 |
Color Harmonies of #AA46E5
Complementary color
Monochromatic Colors of #AA46E5
Black with #AA46E5
Text Example
Text Example
White with #AA46E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA46E5; }
p { color: rgb(170,70,229); }
H1.HeaderClassName
{
color: #AA46E5;
}
.AnyTagClassName
{
color: #AA46E5;
}
</style>
background-color css
<style>
a { background-color: #AA46E5; }
a { background-color: rgb(170,70,229); }
div.DivClassName
{
background-color: #AA46E5;
}
.BgClassName
{
background-color: #AA46E5;
}
</style>
border-color css
<style>
span { border-color: #AA46E5; }
span { border-color: rgb(170,70,229); }
td.TdClassName
{
border-color: #AA46E5;
}
.TagClassName
{
border-color: #AA46E5;
}
</style>