Shades of Medium Orchid #AA5CE9
Tints of Medium Orchid #AA5CE9
RGB
CMYK
RGB Variations
Color information
#AA5CE9 (or 0xAA5CE9) is known color: Medium Orchid. HEX triplet: AA, 5C and E9. RGB value is (170,92,233). Sum of RGB (Red+Green+Blue) = 170+92+233=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA5CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5CE9 is #55A316. Grayscale: #828282. Windows color (decimal): -5612311 or 15293610. OLE color: 15293610.
HSL color Cylindrical-coordinate representation of color #AA5CE9: hue angle of 273.19º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA5CE9 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 92 | 233 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.09 |
| HSL | 273.19º | 0.76% | 0.64% | - |
| HSV(B) | 273.19º | 0.61% | 0.91% | - |
| XYZ | 35.11 | 22.08 | 79.5 | - |
| YUV | 131.4 | 185.34 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 233 | 0.27 | 0.61 | 0 | 0.09 | 273.19 | 0.76 | 0.64 |
| Hex | AA | 5C | E9 | 1B | 3D | 0 | 9 | 111 | 4C | 40 |
| Octal | 252 | 134 | 351 | 33 | 75 | 0 | 11 | 421 | 114 | 100 |
| Binary | 10101010 | 1011100 | 11101001 | 11011 | 111101 | 0 | 1001 | 100010001 | 1001100 | 1000000 |
Color Harmonies of #AA5CE9
Complementary color
Monochromatic Colors of #AA5CE9
Black with #AA5CE9
Text Example
Text Example
White with #AA5CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5CE9; }
p { color: rgb(170,92,233); }
H1.HeaderClassName
{
color: #AA5CE9;
}
.AnyTagClassName
{
color: #AA5CE9;
}
</style>
background-color css
<style>
a { background-color: #AA5CE9; }
a { background-color: rgb(170,92,233); }
div.DivClassName
{
background-color: #AA5CE9;
}
.BgClassName
{
background-color: #AA5CE9;
}
</style>
border-color css
<style>
span { border-color: #AA5CE9; }
span { border-color: rgb(170,92,233); }
td.TdClassName
{
border-color: #AA5CE9;
}
.TagClassName
{
border-color: #AA5CE9;
}
</style>