Shades of Medium Orchid #AA5BCB
Tints of Medium Orchid #AA5BCB
RGB
CMYK
RGB Variations
Color information
#AA5BCB (or 0xAA5BCB) is known color: Medium Orchid. HEX triplet: AA, 5B and CB. RGB value is (170,91,203). Sum of RGB (Red+Green+Blue) = 170+91+203=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA5BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5BCB is #55A434. Grayscale: #7F7F7F. Windows color (decimal): -5612597 or 13327274. OLE color: 13327274.
HSL color Cylindrical-coordinate representation of color #AA5BCB: hue angle of 282.32º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA5BCB is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 91 | 203 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.20 |
| HSL | 282.32º | 0.52% | 0.58% | - |
| HSV(B) | 282.32º | 0.55% | 0.8% | - |
| XYZ | 31.1 | 20.34 | 58.79 | - |
| YUV | 127.39 | 170.67 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 203 | 0.16 | 0.55 | 0 | 0.20 | 282.32 | 0.52 | 0.58 |
| Hex | AA | 5B | CB | 10 | 37 | 0 | 14 | 11A | 34 | 3A |
| Octal | 252 | 133 | 313 | 20 | 67 | 0 | 24 | 432 | 64 | 72 |
| Binary | 10101010 | 1011011 | 11001011 | 10000 | 110111 | 0 | 10100 | 100011010 | 110100 | 111010 |
Color Harmonies of #AA5BCB
Complementary color
Monochromatic Colors of #AA5BCB
Black with #AA5BCB
Text Example
Text Example
White with #AA5BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5BCB; }
p { color: rgb(170,91,203); }
H1.HeaderClassName
{
color: #AA5BCB;
}
.AnyTagClassName
{
color: #AA5BCB;
}
</style>
background-color css
<style>
a { background-color: #AA5BCB; }
a { background-color: rgb(170,91,203); }
div.DivClassName
{
background-color: #AA5BCB;
}
.BgClassName
{
background-color: #AA5BCB;
}
</style>
border-color css
<style>
span { border-color: #AA5BCB; }
span { border-color: rgb(170,91,203); }
td.TdClassName
{
border-color: #AA5BCB;
}
.TagClassName
{
border-color: #AA5BCB;
}
</style>