Shades of Medium Orchid #AA46D0
Tints of Medium Orchid #AA46D0
RGB
CMYK
RGB Variations
Color information
#AA46D0 (or 0xAA46D0) is known color: Medium Orchid. HEX triplet: AA, 46 and D0. RGB value is (170,70,208). Sum of RGB (Red+Green+Blue) = 170+70+208=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA46D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA46D0 is #55B92F. Grayscale: #737373. Windows color (decimal): -5617968 or 13649578. OLE color: 13649578.
HSL color Cylindrical-coordinate representation of color #AA46D0: hue angle of 283.48º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA46D0 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 70 | 208 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.18 |
| HSL | 283.48º | 0.59% | 0.55% | - |
| HSV(B) | 283.48º | 0.66% | 0.82% | - |
| XYZ | 30.15 | 17.48 | 61.46 | - |
| YUV | 115.63 | 180.13 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 208 | 0.18 | 0.66 | 0 | 0.18 | 283.48 | 0.59 | 0.55 |
| Hex | AA | 46 | D0 | 12 | 42 | 0 | 12 | 11B | 3B | 37 |
| Octal | 252 | 106 | 320 | 22 | 102 | 0 | 22 | 433 | 73 | 67 |
| Binary | 10101010 | 1000110 | 11010000 | 10010 | 1000010 | 0 | 10010 | 100011011 | 111011 | 110111 |
Color Harmonies of #AA46D0
Complementary color
Monochromatic Colors of #AA46D0
Black with #AA46D0
Text Example
Text Example
White with #AA46D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA46D0; }
p { color: rgb(170,70,208); }
H1.HeaderClassName
{
color: #AA46D0;
}
.AnyTagClassName
{
color: #AA46D0;
}
</style>
background-color css
<style>
a { background-color: #AA46D0; }
a { background-color: rgb(170,70,208); }
div.DivClassName
{
background-color: #AA46D0;
}
.BgClassName
{
background-color: #AA46D0;
}
</style>
border-color css
<style>
span { border-color: #AA46D0; }
span { border-color: rgb(170,70,208); }
td.TdClassName
{
border-color: #AA46D0;
}
.TagClassName
{
border-color: #AA46D0;
}
</style>