Shades of Medium Orchid #AA57EF
Tints of Medium Orchid #AA57EF
RGB
CMYK
RGB Variations
Color information
#AA57EF (or 0xAA57EF) is known color: Medium Orchid. HEX triplet: AA, 57 and EF. RGB value is (170,87,239). Sum of RGB (Red+Green+Blue) = 170+87+239=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA57EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA57EF is #55A810. Grayscale: #808080. Windows color (decimal): -5613585 or 15685546. OLE color: 15685546.
HSL color Cylindrical-coordinate representation of color #AA57EF: hue angle of 272.76º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA57EF is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 87 | 239 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.06 |
| HSL | 272.76º | 0.83% | 0.64% | - |
| HSV(B) | 272.76º | 0.64% | 0.94% | - |
| XYZ | 35.57 | 21.59 | 83.95 | - |
| YUV | 129.15 | 190 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 239 | 0.29 | 0.64 | 0 | 0.06 | 272.76 | 0.83 | 0.64 |
| Hex | AA | 57 | EF | 1D | 40 | 0 | 6 | 111 | 53 | 40 |
| Octal | 252 | 127 | 357 | 35 | 100 | 0 | 6 | 421 | 123 | 100 |
| Binary | 10101010 | 1010111 | 11101111 | 11101 | 1000000 | 0 | 110 | 100010001 | 1010011 | 1000000 |
Color Harmonies of #AA57EF
Complementary color
Monochromatic Colors of #AA57EF
Black with #AA57EF
Text Example
Text Example
White with #AA57EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA57EF; }
p { color: rgb(170,87,239); }
H1.HeaderClassName
{
color: #AA57EF;
}
.AnyTagClassName
{
color: #AA57EF;
}
</style>
background-color css
<style>
a { background-color: #AA57EF; }
a { background-color: rgb(170,87,239); }
div.DivClassName
{
background-color: #AA57EF;
}
.BgClassName
{
background-color: #AA57EF;
}
</style>
border-color css
<style>
span { border-color: #AA57EF; }
span { border-color: rgb(170,87,239); }
td.TdClassName
{
border-color: #AA57EF;
}
.TagClassName
{
border-color: #AA57EF;
}
</style>