Shades of Medium Orchid #AA57CF
Tints of Medium Orchid #AA57CF
RGB
CMYK
RGB Variations
Color information
#AA57CF (or 0xAA57CF) is known color: Medium Orchid. HEX triplet: AA, 57 and CF. RGB value is (170,87,207). Sum of RGB (Red+Green+Blue) = 170+87+207=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA57CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA57CF is #55A830. Grayscale: #7D7D7D. Windows color (decimal): -5613617 or 13588394. OLE color: 13588394.
HSL color Cylindrical-coordinate representation of color #AA57CF: hue angle of 281.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA57CF is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 87 | 207 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.19 |
| HSL | 281.5º | 0.56% | 0.58% | - |
| HSV(B) | 281.5º | 0.58% | 0.81% | - |
| XYZ | 31.25 | 19.87 | 61.22 | - |
| YUV | 125.5 | 174 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 207 | 0.18 | 0.58 | 0 | 0.19 | 281.5 | 0.56 | 0.58 |
| Hex | AA | 57 | CF | 12 | 3A | 0 | 13 | 11A | 38 | 3A |
| Octal | 252 | 127 | 317 | 22 | 72 | 0 | 23 | 432 | 70 | 72 |
| Binary | 10101010 | 1010111 | 11001111 | 10010 | 111010 | 0 | 10011 | 100011010 | 111000 | 111010 |
Color Harmonies of #AA57CF
Complementary color
Monochromatic Colors of #AA57CF
Black with #AA57CF
Text Example
Text Example
White with #AA57CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA57CF; }
p { color: rgb(170,87,207); }
H1.HeaderClassName
{
color: #AA57CF;
}
.AnyTagClassName
{
color: #AA57CF;
}
</style>
background-color css
<style>
a { background-color: #AA57CF; }
a { background-color: rgb(170,87,207); }
div.DivClassName
{
background-color: #AA57CF;
}
.BgClassName
{
background-color: #AA57CF;
}
</style>
border-color css
<style>
span { border-color: #AA57CF; }
span { border-color: rgb(170,87,207); }
td.TdClassName
{
border-color: #AA57CF;
}
.TagClassName
{
border-color: #AA57CF;
}
</style>