Shades of Medium Orchid #AA54DD
Tints of Medium Orchid #AA54DD
RGB
CMYK
RGB Variations
Color information
#AA54DD (or 0xAA54DD) is known color: Medium Orchid. HEX triplet: AA, 54 and DD. RGB value is (170,84,221). Sum of RGB (Red+Green+Blue) = 170+84+221=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA54DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54DD is #55AB22. Grayscale: #7C7C7C. Windows color (decimal): -5614371 or 14505130. OLE color: 14505130.
HSL color Cylindrical-coordinate representation of color #AA54DD: hue angle of 277.66º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA54DD is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 84 | 221 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.13 |
| HSL | 277.66º | 0.67% | 0.6% | - |
| HSV(B) | 277.66º | 0.62% | 0.87% | - |
| XYZ | 32.8 | 20.11 | 70.56 | - |
| YUV | 125.33 | 181.99 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 221 | 0.23 | 0.62 | 0 | 0.13 | 277.66 | 0.67 | 0.6 |
| Hex | AA | 54 | DD | 17 | 3E | 0 | D | 116 | 43 | 3C |
| Octal | 252 | 124 | 335 | 27 | 76 | 0 | 15 | 426 | 103 | 74 |
| Binary | 10101010 | 1010100 | 11011101 | 10111 | 111110 | 0 | 1101 | 100010110 | 1000011 | 111100 |
Color Harmonies of #AA54DD
Complementary color
Monochromatic Colors of #AA54DD
Black with #AA54DD
Text Example
Text Example
White with #AA54DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA54DD; }
p { color: rgb(170,84,221); }
H1.HeaderClassName
{
color: #AA54DD;
}
.AnyTagClassName
{
color: #AA54DD;
}
</style>
background-color css
<style>
a { background-color: #AA54DD; }
a { background-color: rgb(170,84,221); }
div.DivClassName
{
background-color: #AA54DD;
}
.BgClassName
{
background-color: #AA54DD;
}
</style>
border-color css
<style>
span { border-color: #AA54DD; }
span { border-color: rgb(170,84,221); }
td.TdClassName
{
border-color: #AA54DD;
}
.TagClassName
{
border-color: #AA54DD;
}
</style>