Shades of Medium Orchid #AA5BEF
Tints of Medium Orchid #AA5BEF
RGB
CMYK
RGB Variations
Color information
#AA5BEF (or 0xAA5BEF) is known color: Medium Orchid. HEX triplet: AA, 5B and EF. RGB value is (170,91,239). Sum of RGB (Red+Green+Blue) = 170+91+239=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA5BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5BEF is #55A410. Grayscale: #828282. Windows color (decimal): -5612561 or 15686570. OLE color: 15686570.
HSL color Cylindrical-coordinate representation of color #AA5BEF: hue angle of 272.03º 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 #AA5BEF is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 91 | 239 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.06 |
| HSL | 272.03º | 0.82% | 0.65% | - |
| HSV(B) | 272.03º | 0.62% | 0.94% | - |
| XYZ | 35.9 | 22.26 | 84.07 | - |
| YUV | 131.49 | 188.67 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 239 | 0.29 | 0.62 | 0 | 0.06 | 272.03 | 0.82 | 0.65 |
| Hex | AA | 5B | EF | 1D | 3E | 0 | 6 | 110 | 52 | 41 |
| Octal | 252 | 133 | 357 | 35 | 76 | 0 | 6 | 420 | 122 | 101 |
| Binary | 10101010 | 1011011 | 11101111 | 11101 | 111110 | 0 | 110 | 100010000 | 1010010 | 1000001 |
Color Harmonies of #AA5BEF
Complementary color
Monochromatic Colors of #AA5BEF
Black with #AA5BEF
Text Example
Text Example
White with #AA5BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5BEF; }
p { color: rgb(170,91,239); }
H1.HeaderClassName
{
color: #AA5BEF;
}
.AnyTagClassName
{
color: #AA5BEF;
}
</style>
background-color css
<style>
a { background-color: #AA5BEF; }
a { background-color: rgb(170,91,239); }
div.DivClassName
{
background-color: #AA5BEF;
}
.BgClassName
{
background-color: #AA5BEF;
}
</style>
border-color css
<style>
span { border-color: #AA5BEF; }
span { border-color: rgb(170,91,239); }
td.TdClassName
{
border-color: #AA5BEF;
}
.TagClassName
{
border-color: #AA5BEF;
}
</style>