Shades of Medium Orchid #AA57C6
Tints of Medium Orchid #AA57C6
RGB
CMYK
RGB Variations
Color information
#AA57C6 (or 0xAA57C6) is known color: Medium Orchid. HEX triplet: AA, 57 and C6. RGB value is (170,87,198). Sum of RGB (Red+Green+Blue) = 170+87+198=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA57C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA57C6 is #55A839. Grayscale: #7C7C7C. Windows color (decimal): -5613626 or 12998570. OLE color: 12998570.
HSL color Cylindrical-coordinate representation of color #AA57C6: hue angle of 284.86º degrees, saturation: 0.49, 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 #AA57C6 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 87 | 198 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.22 |
| HSL | 284.86º | 0.49% | 0.56% | - |
| HSV(B) | 284.86º | 0.56% | 0.78% | - |
| XYZ | 30.18 | 19.44 | 55.59 | - |
| YUV | 124.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 198 | 0.14 | 0.56 | 0 | 0.22 | 284.86 | 0.49 | 0.56 |
| Hex | AA | 57 | C6 | E | 38 | 0 | 16 | 11D | 31 | 38 |
| Octal | 252 | 127 | 306 | 16 | 70 | 0 | 26 | 435 | 61 | 70 |
| Binary | 10101010 | 1010111 | 11000110 | 1110 | 111000 | 0 | 10110 | 100011101 | 110001 | 111000 |
Color Harmonies of #AA57C6
Complementary color
Monochromatic Colors of #AA57C6
Black with #AA57C6
Text Example
Text Example
White with #AA57C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA57C6; }
p { color: rgb(170,87,198); }
H1.HeaderClassName
{
color: #AA57C6;
}
.AnyTagClassName
{
color: #AA57C6;
}
</style>
background-color css
<style>
a { background-color: #AA57C6; }
a { background-color: rgb(170,87,198); }
div.DivClassName
{
background-color: #AA57C6;
}
.BgClassName
{
background-color: #AA57C6;
}
</style>
border-color css
<style>
span { border-color: #AA57C6; }
span { border-color: rgb(170,87,198); }
td.TdClassName
{
border-color: #AA57C6;
}
.TagClassName
{
border-color: #AA57C6;
}
</style>