Shades of Medium Orchid #AA46C4
Tints of Medium Orchid #AA46C4
RGB
CMYK
RGB Variations
Color information
#AA46C4 (or 0xAA46C4) is known color: Medium Orchid. HEX triplet: AA, 46 and C4. RGB value is (170,70,196). Sum of RGB (Red+Green+Blue) = 170+70+196=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA46C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA46C4 is #55B93B. Grayscale: #717171. Windows color (decimal): -5617980 or 12863146. OLE color: 12863146.
HSL color Cylindrical-coordinate representation of color #AA46C4: hue angle of 287.62º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA46C4 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 70 | 196 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.23 |
| HSL | 287.62º | 0.52% | 0.52% | - |
| HSV(B) | 287.62º | 0.64% | 0.77% | - |
| XYZ | 28.73 | 16.91 | 53.97 | - |
| YUV | 114.26 | 174.13 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 196 | 0.13 | 0.64 | 0 | 0.23 | 287.62 | 0.52 | 0.52 |
| Hex | AA | 46 | C4 | D | 40 | 0 | 17 | 120 | 34 | 34 |
| Octal | 252 | 106 | 304 | 15 | 100 | 0 | 27 | 440 | 64 | 64 |
| Binary | 10101010 | 1000110 | 11000100 | 1101 | 1000000 | 0 | 10111 | 100100000 | 110100 | 110100 |
Color Harmonies of #AA46C4
Complementary color
Monochromatic Colors of #AA46C4
Black with #AA46C4
Text Example
Text Example
White with #AA46C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA46C4; }
p { color: rgb(170,70,196); }
H1.HeaderClassName
{
color: #AA46C4;
}
.AnyTagClassName
{
color: #AA46C4;
}
</style>
background-color css
<style>
a { background-color: #AA46C4; }
a { background-color: rgb(170,70,196); }
div.DivClassName
{
background-color: #AA46C4;
}
.BgClassName
{
background-color: #AA46C4;
}
</style>
border-color css
<style>
span { border-color: #AA46C4; }
span { border-color: rgb(170,70,196); }
td.TdClassName
{
border-color: #AA46C4;
}
.TagClassName
{
border-color: #AA46C4;
}
</style>