Shades of Medium Orchid #AA54E5
Tints of Medium Orchid #AA54E5
RGB
CMYK
RGB Variations
Color information
#AA54E5 (or 0xAA54E5) is known color: Medium Orchid. HEX triplet: AA, 54 and E5. RGB value is (170,84,229). Sum of RGB (Red+Green+Blue) = 170+84+229=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA54E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54E5 is #55AB1A. Grayscale: #7D7D7D. Windows color (decimal): -5614363 or 15029418. OLE color: 15029418.
HSL color Cylindrical-coordinate representation of color #AA54E5: hue angle of 275.59º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA54E5 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 84 | 229 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.10 |
| HSL | 275.59º | 0.74% | 0.61% | - |
| HSV(B) | 275.59º | 0.63% | 0.9% | - |
| XYZ | 33.89 | 20.54 | 76.31 | - |
| YUV | 126.24 | 185.99 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 229 | 0.26 | 0.63 | 0 | 0.10 | 275.59 | 0.74 | 0.61 |
| Hex | AA | 54 | E5 | 1A | 3F | 0 | A | 114 | 4A | 3D |
| Octal | 252 | 124 | 345 | 32 | 77 | 0 | 12 | 424 | 112 | 75 |
| Binary | 10101010 | 1010100 | 11100101 | 11010 | 111111 | 0 | 1010 | 100010100 | 1001010 | 111101 |
Color Harmonies of #AA54E5
Complementary color
Monochromatic Colors of #AA54E5
Black with #AA54E5
Text Example
Text Example
White with #AA54E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA54E5; }
p { color: rgb(170,84,229); }
H1.HeaderClassName
{
color: #AA54E5;
}
.AnyTagClassName
{
color: #AA54E5;
}
</style>
background-color css
<style>
a { background-color: #AA54E5; }
a { background-color: rgb(170,84,229); }
div.DivClassName
{
background-color: #AA54E5;
}
.BgClassName
{
background-color: #AA54E5;
}
</style>
border-color css
<style>
span { border-color: #AA54E5; }
span { border-color: rgb(170,84,229); }
td.TdClassName
{
border-color: #AA54E5;
}
.TagClassName
{
border-color: #AA54E5;
}
</style>