Shades of Medium Orchid #AA46DC
Tints of Medium Orchid #AA46DC
RGB
CMYK
RGB Variations
Color information
#AA46DC (or 0xAA46DC) is known color: Medium Orchid. HEX triplet: AA, 46 and DC. RGB value is (170,70,220). Sum of RGB (Red+Green+Blue) = 170+70+220=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA46DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA46DC is #55B923. Grayscale: #747474. Windows color (decimal): -5617956 or 14436010. OLE color: 14436010.
HSL color Cylindrical-coordinate representation of color #AA46DC: hue angle of 280º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA46DC is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 70 | 220 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.14 |
| HSL | 280º | 0.68% | 0.57% | - |
| HSV(B) | 280º | 0.68% | 0.86% | - |
| XYZ | 31.69 | 18.09 | 69.53 | - |
| YUV | 117 | 186.13 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 220 | 0.23 | 0.68 | 0 | 0.14 | 280 | 0.68 | 0.57 |
| Hex | AA | 46 | DC | 17 | 44 | 0 | E | 118 | 44 | 39 |
| Octal | 252 | 106 | 334 | 27 | 104 | 0 | 16 | 430 | 104 | 71 |
| Binary | 10101010 | 1000110 | 11011100 | 10111 | 1000100 | 0 | 1110 | 100011000 | 1000100 | 111001 |
Color Harmonies of #AA46DC
Complementary color
Monochromatic Colors of #AA46DC
Black with #AA46DC
Text Example
Text Example
White with #AA46DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA46DC; }
p { color: rgb(170,70,220); }
H1.HeaderClassName
{
color: #AA46DC;
}
.AnyTagClassName
{
color: #AA46DC;
}
</style>
background-color css
<style>
a { background-color: #AA46DC; }
a { background-color: rgb(170,70,220); }
div.DivClassName
{
background-color: #AA46DC;
}
.BgClassName
{
background-color: #AA46DC;
}
</style>
border-color css
<style>
span { border-color: #AA46DC; }
span { border-color: rgb(170,70,220); }
td.TdClassName
{
border-color: #AA46DC;
}
.TagClassName
{
border-color: #AA46DC;
}
</style>