Shades of Medium Orchid #AA45DD
Tints of Medium Orchid #AA45DD
RGB
CMYK
RGB Variations
Color information
#AA45DD (or 0xAA45DD) is known color: Medium Orchid. HEX triplet: AA, 45 and DD. RGB value is (170,69,221). Sum of RGB (Red+Green+Blue) = 170+69+221=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA45DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA45DD is #55BA22. Grayscale: #747474. Windows color (decimal): -5618211 or 14501290. OLE color: 14501290.
HSL color Cylindrical-coordinate representation of color #AA45DD: hue angle of 279.87º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA45DD is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 69 | 221 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.13 |
| HSL | 279.87º | 0.69% | 0.57% | - |
| HSV(B) | 279.87º | 0.69% | 0.87% | - |
| XYZ | 31.76 | 18.02 | 70.21 | - |
| YUV | 116.53 | 186.96 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 221 | 0.23 | 0.69 | 0 | 0.13 | 279.87 | 0.69 | 0.57 |
| Hex | AA | 45 | DD | 17 | 45 | 0 | D | 118 | 45 | 39 |
| Octal | 252 | 105 | 335 | 27 | 105 | 0 | 15 | 430 | 105 | 71 |
| Binary | 10101010 | 1000101 | 11011101 | 10111 | 1000101 | 0 | 1101 | 100011000 | 1000101 | 111001 |
Color Harmonies of #AA45DD
Complementary color
Monochromatic Colors of #AA45DD
Black with #AA45DD
Text Example
Text Example
White with #AA45DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA45DD; }
p { color: rgb(170,69,221); }
H1.HeaderClassName
{
color: #AA45DD;
}
.AnyTagClassName
{
color: #AA45DD;
}
</style>
background-color css
<style>
a { background-color: #AA45DD; }
a { background-color: rgb(170,69,221); }
div.DivClassName
{
background-color: #AA45DD;
}
.BgClassName
{
background-color: #AA45DD;
}
</style>
border-color css
<style>
span { border-color: #AA45DD; }
span { border-color: rgb(170,69,221); }
td.TdClassName
{
border-color: #AA45DD;
}
.TagClassName
{
border-color: #AA45DD;
}
</style>