Shades of Medium Orchid #AA57C7
Tints of Medium Orchid #AA57C7
RGB
CMYK
RGB Variations
Color information
#AA57C7 (or 0xAA57C7) is known color: Medium Orchid. HEX triplet: AA, 57 and C7. RGB value is (170,87,199). Sum of RGB (Red+Green+Blue) = 170+87+199=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA57C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA57C7 is #55A838. Grayscale: #7C7C7C. Windows color (decimal): -5613625 or 13064106. OLE color: 13064106.
HSL color Cylindrical-coordinate representation of color #AA57C7: hue angle of 284.46º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA57C7 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 87 | 199 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.22 |
| HSL | 284.46º | 0.5% | 0.56% | - |
| HSV(B) | 284.46º | 0.56% | 0.78% | - |
| XYZ | 30.29 | 19.49 | 56.2 | - |
| YUV | 124.59 | 170 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 199 | 0.15 | 0.56 | 0 | 0.22 | 284.46 | 0.5 | 0.56 |
| Hex | AA | 57 | C7 | F | 38 | 0 | 16 | 11C | 32 | 38 |
| Octal | 252 | 127 | 307 | 17 | 70 | 0 | 26 | 434 | 62 | 70 |
| Binary | 10101010 | 1010111 | 11000111 | 1111 | 111000 | 0 | 10110 | 100011100 | 110010 | 111000 |
Color Harmonies of #AA57C7
Complementary color
Monochromatic Colors of #AA57C7
Black with #AA57C7
Text Example
Text Example
White with #AA57C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA57C7; }
p { color: rgb(170,87,199); }
H1.HeaderClassName
{
color: #AA57C7;
}
.AnyTagClassName
{
color: #AA57C7;
}
</style>
background-color css
<style>
a { background-color: #AA57C7; }
a { background-color: rgb(170,87,199); }
div.DivClassName
{
background-color: #AA57C7;
}
.BgClassName
{
background-color: #AA57C7;
}
</style>
border-color css
<style>
span { border-color: #AA57C7; }
span { border-color: rgb(170,87,199); }
td.TdClassName
{
border-color: #AA57C7;
}
.TagClassName
{
border-color: #AA57C7;
}
</style>