Shades of Medium Orchid #AA54DF
Tints of Medium Orchid #AA54DF
RGB
CMYK
RGB Variations
Color information
#AA54DF (or 0xAA54DF) is known color: Medium Orchid. HEX triplet: AA, 54 and DF. RGB value is (170,84,223). Sum of RGB (Red+Green+Blue) = 170+84+223=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA54DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54DF is #55AB20. Grayscale: #7D7D7D. Windows color (decimal): -5614369 or 14636202. OLE color: 14636202.
HSL color Cylindrical-coordinate representation of color #AA54DF: hue angle of 277.12º degrees, saturation: 0.68, 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 #AA54DF is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 84 | 223 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.13 |
| HSL | 277.12º | 0.68% | 0.6% | - |
| HSV(B) | 277.12º | 0.62% | 0.87% | - |
| XYZ | 33.07 | 20.21 | 71.97 | - |
| YUV | 125.56 | 182.99 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 223 | 0.24 | 0.62 | 0 | 0.13 | 277.12 | 0.68 | 0.6 |
| Hex | AA | 54 | DF | 18 | 3E | 0 | D | 115 | 44 | 3C |
| Octal | 252 | 124 | 337 | 30 | 76 | 0 | 15 | 425 | 104 | 74 |
| Binary | 10101010 | 1010100 | 11011111 | 11000 | 111110 | 0 | 1101 | 100010101 | 1000100 | 111100 |
Color Harmonies of #AA54DF
Complementary color
Monochromatic Colors of #AA54DF
Black with #AA54DF
Text Example
Text Example
White with #AA54DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA54DF; }
p { color: rgb(170,84,223); }
H1.HeaderClassName
{
color: #AA54DF;
}
.AnyTagClassName
{
color: #AA54DF;
}
</style>
background-color css
<style>
a { background-color: #AA54DF; }
a { background-color: rgb(170,84,223); }
div.DivClassName
{
background-color: #AA54DF;
}
.BgClassName
{
background-color: #AA54DF;
}
</style>
border-color css
<style>
span { border-color: #AA54DF; }
span { border-color: rgb(170,84,223); }
td.TdClassName
{
border-color: #AA54DF;
}
.TagClassName
{
border-color: #AA54DF;
}
</style>