Shades of Medium Orchid #AA5FCB
Tints of Medium Orchid #AA5FCB
RGB
CMYK
RGB Variations
Color information
#AA5FCB (or 0xAA5FCB) is known color: Medium Orchid. HEX triplet: AA, 5F and CB. RGB value is (170,95,203). Sum of RGB (Red+Green+Blue) = 170+95+203=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA5FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FCB is #55A034. Grayscale: #818181. Windows color (decimal): -5611573 or 13328298. OLE color: 13328298.
HSL color Cylindrical-coordinate representation of color #AA5FCB: hue angle of 281.67º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA5FCB is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 95 | 203 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.20 |
| HSL | 281.67º | 0.51% | 0.58% | - |
| HSV(B) | 281.67º | 0.53% | 0.8% | - |
| XYZ | 31.45 | 21.04 | 58.9 | - |
| YUV | 129.74 | 169.35 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 95 | 203 | 0.16 | 0.53 | 0 | 0.20 | 281.67 | 0.51 | 0.58 |
| Hex | AA | 5F | CB | 10 | 35 | 0 | 14 | 11A | 33 | 3A |
| Octal | 252 | 137 | 313 | 20 | 65 | 0 | 24 | 432 | 63 | 72 |
| Binary | 10101010 | 1011111 | 11001011 | 10000 | 110101 | 0 | 10100 | 100011010 | 110011 | 111010 |
Color Harmonies of #AA5FCB
Complementary color
Monochromatic Colors of #AA5FCB
Black with #AA5FCB
Text Example
Text Example
White with #AA5FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5FCB; }
p { color: rgb(170,95,203); }
H1.HeaderClassName
{
color: #AA5FCB;
}
.AnyTagClassName
{
color: #AA5FCB;
}
</style>
background-color css
<style>
a { background-color: #AA5FCB; }
a { background-color: rgb(170,95,203); }
div.DivClassName
{
background-color: #AA5FCB;
}
.BgClassName
{
background-color: #AA5FCB;
}
</style>
border-color css
<style>
span { border-color: #AA5FCB; }
span { border-color: rgb(170,95,203); }
td.TdClassName
{
border-color: #AA5FCB;
}
.TagClassName
{
border-color: #AA5FCB;
}
</style>