Shades of Medium Orchid #AA5DCB
Tints of Medium Orchid #AA5DCB
RGB
CMYK
RGB Variations
Color information
#AA5DCB (or 0xAA5DCB) is known color: Medium Orchid. HEX triplet: AA, 5D and CB. RGB value is (170,93,203). Sum of RGB (Red+Green+Blue) = 170+93+203=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA5DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DCB is #55A234. Grayscale: #808080. Windows color (decimal): -5612085 or 13327786. OLE color: 13327786.
HSL color Cylindrical-coordinate representation of color #AA5DCB: hue angle of 282º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA5DCB is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 93 | 203 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.20 |
| HSL | 282º | 0.51% | 0.58% | - |
| HSV(B) | 282º | 0.54% | 0.8% | - |
| XYZ | 31.27 | 20.69 | 58.84 | - |
| YUV | 128.56 | 170.01 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 203 | 0.16 | 0.54 | 0 | 0.20 | 282 | 0.51 | 0.58 |
| Hex | AA | 5D | CB | 10 | 36 | 0 | 14 | 11A | 33 | 3A |
| Octal | 252 | 135 | 313 | 20 | 66 | 0 | 24 | 432 | 63 | 72 |
| Binary | 10101010 | 1011101 | 11001011 | 10000 | 110110 | 0 | 10100 | 100011010 | 110011 | 111010 |
Color Harmonies of #AA5DCB
Complementary color
Monochromatic Colors of #AA5DCB
Black with #AA5DCB
Text Example
Text Example
White with #AA5DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5DCB; }
p { color: rgb(170,93,203); }
H1.HeaderClassName
{
color: #AA5DCB;
}
.AnyTagClassName
{
color: #AA5DCB;
}
</style>
background-color css
<style>
a { background-color: #AA5DCB; }
a { background-color: rgb(170,93,203); }
div.DivClassName
{
background-color: #AA5DCB;
}
.BgClassName
{
background-color: #AA5DCB;
}
</style>
border-color css
<style>
span { border-color: #AA5DCB; }
span { border-color: rgb(170,93,203); }
td.TdClassName
{
border-color: #AA5DCB;
}
.TagClassName
{
border-color: #AA5DCB;
}
</style>