Shades of Medium Orchid #AA54D7
Tints of Medium Orchid #AA54D7
RGB
CMYK
RGB Variations
Color information
#AA54D7 (or 0xAA54D7) is known color: Medium Orchid. HEX triplet: AA, 54 and D7. RGB value is (170,84,215). Sum of RGB (Red+Green+Blue) = 170+84+215=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA54D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54D7 is #55AB28. Grayscale: #7C7C7C. Windows color (decimal): -5614377 or 14111914. OLE color: 14111914.
HSL color Cylindrical-coordinate representation of color #AA54D7: hue angle of 279.39º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA54D7 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 84 | 215 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.16 |
| HSL | 279.39º | 0.62% | 0.59% | - |
| HSV(B) | 279.39º | 0.61% | 0.84% | - |
| XYZ | 32.01 | 19.79 | 66.42 | - |
| YUV | 124.65 | 178.99 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 215 | 0.21 | 0.61 | 0 | 0.16 | 279.39 | 0.62 | 0.59 |
| Hex | AA | 54 | D7 | 15 | 3D | 0 | 10 | 117 | 3E | 3B |
| Octal | 252 | 124 | 327 | 25 | 75 | 0 | 20 | 427 | 76 | 73 |
| Binary | 10101010 | 1010100 | 11010111 | 10101 | 111101 | 0 | 10000 | 100010111 | 111110 | 111011 |
Color Harmonies of #AA54D7
Complementary color
Monochromatic Colors of #AA54D7
Black with #AA54D7
Text Example
Text Example
White with #AA54D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA54D7; }
p { color: rgb(170,84,215); }
H1.HeaderClassName
{
color: #AA54D7;
}
.AnyTagClassName
{
color: #AA54D7;
}
</style>
background-color css
<style>
a { background-color: #AA54D7; }
a { background-color: rgb(170,84,215); }
div.DivClassName
{
background-color: #AA54D7;
}
.BgClassName
{
background-color: #AA54D7;
}
</style>
border-color css
<style>
span { border-color: #AA54D7; }
span { border-color: rgb(170,84,215); }
td.TdClassName
{
border-color: #AA54D7;
}
.TagClassName
{
border-color: #AA54D7;
}
</style>