Shades of Medium Orchid #AA5CEF
Tints of Medium Orchid #AA5CEF
RGB
CMYK
RGB Variations
Color information
#AA5CEF (or 0xAA5CEF) is known color: Medium Orchid. HEX triplet: AA, 5C and EF. RGB value is (170,92,239). Sum of RGB (Red+Green+Blue) = 170+92+239=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA5CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5CEF is #55A310. Grayscale: #838383. Windows color (decimal): -5612305 or 15686826. OLE color: 15686826.
HSL color Cylindrical-coordinate representation of color #AA5CEF: hue angle of 271.84º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA5CEF is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 92 | 239 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.06 |
| HSL | 271.84º | 0.82% | 0.65% | - |
| HSV(B) | 271.84º | 0.62% | 0.94% | - |
| XYZ | 35.98 | 22.43 | 84.09 | - |
| YUV | 132.08 | 188.34 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 239 | 0.29 | 0.62 | 0 | 0.06 | 271.84 | 0.82 | 0.65 |
| Hex | AA | 5C | EF | 1D | 3E | 0 | 6 | 110 | 52 | 41 |
| Octal | 252 | 134 | 357 | 35 | 76 | 0 | 6 | 420 | 122 | 101 |
| Binary | 10101010 | 1011100 | 11101111 | 11101 | 111110 | 0 | 110 | 100010000 | 1010010 | 1000001 |
Color Harmonies of #AA5CEF
Complementary color
Monochromatic Colors of #AA5CEF
Black with #AA5CEF
Text Example
Text Example
White with #AA5CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5CEF; }
p { color: rgb(170,92,239); }
H1.HeaderClassName
{
color: #AA5CEF;
}
.AnyTagClassName
{
color: #AA5CEF;
}
</style>
background-color css
<style>
a { background-color: #AA5CEF; }
a { background-color: rgb(170,92,239); }
div.DivClassName
{
background-color: #AA5CEF;
}
.BgClassName
{
background-color: #AA5CEF;
}
</style>
border-color css
<style>
span { border-color: #AA5CEF; }
span { border-color: rgb(170,92,239); }
td.TdClassName
{
border-color: #AA5CEF;
}
.TagClassName
{
border-color: #AA5CEF;
}
</style>