Shades of Medium Orchid #AA46DD
Tints of Medium Orchid #AA46DD
RGB
CMYK
RGB Variations
Color information
#AA46DD (or 0xAA46DD) is known color: Medium Orchid. HEX triplet: AA, 46 and DD. RGB value is (170,70,221). Sum of RGB (Red+Green+Blue) = 170+70+221=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA46DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA46DD is #55B922. Grayscale: #747474. Windows color (decimal): -5617955 or 14501546. OLE color: 14501546.
HSL color Cylindrical-coordinate representation of color #AA46DD: hue angle of 279.74º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA46DD is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 70 | 221 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.13 |
| HSL | 279.74º | 0.69% | 0.57% | - |
| HSV(B) | 279.74º | 0.68% | 0.87% | - |
| XYZ | 31.82 | 18.15 | 70.23 | - |
| YUV | 117.11 | 186.63 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 221 | 0.23 | 0.68 | 0 | 0.13 | 279.74 | 0.69 | 0.57 |
| Hex | AA | 46 | DD | 17 | 44 | 0 | D | 118 | 45 | 39 |
| Octal | 252 | 106 | 335 | 27 | 104 | 0 | 15 | 430 | 105 | 71 |
| Binary | 10101010 | 1000110 | 11011101 | 10111 | 1000100 | 0 | 1101 | 100011000 | 1000101 | 111001 |
Color Harmonies of #AA46DD
Complementary color
Monochromatic Colors of #AA46DD
Black with #AA46DD
Text Example
Text Example
White with #AA46DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA46DD; }
p { color: rgb(170,70,221); }
H1.HeaderClassName
{
color: #AA46DD;
}
.AnyTagClassName
{
color: #AA46DD;
}
</style>
background-color css
<style>
a { background-color: #AA46DD; }
a { background-color: rgb(170,70,221); }
div.DivClassName
{
background-color: #AA46DD;
}
.BgClassName
{
background-color: #AA46DD;
}
</style>
border-color css
<style>
span { border-color: #AA46DD; }
span { border-color: rgb(170,70,221); }
td.TdClassName
{
border-color: #AA46DD;
}
.TagClassName
{
border-color: #AA46DD;
}
</style>