Shades of Medium Orchid #AA5CCB
Tints of Medium Orchid #AA5CCB
RGB
CMYK
RGB Variations
Color information
#AA5CCB (or 0xAA5CCB) is known color: Medium Orchid. HEX triplet: AA, 5C and CB. RGB value is (170,92,203). Sum of RGB (Red+Green+Blue) = 170+92+203=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA5CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CCB is #55A334. Grayscale: #7F7F7F. Windows color (decimal): -5612341 or 13327530. OLE color: 13327530.
HSL color Cylindrical-coordinate representation of color #AA5CCB: hue angle of 282.16º 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 #AA5CCB is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 92 | 203 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.20 |
| HSL | 282.16º | 0.52% | 0.58% | - |
| HSV(B) | 282.16º | 0.55% | 0.8% | - |
| XYZ | 31.18 | 20.51 | 58.82 | - |
| YUV | 127.98 | 170.34 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 203 | 0.16 | 0.55 | 0 | 0.20 | 282.16 | 0.52 | 0.58 |
| Hex | AA | 5C | CB | 10 | 37 | 0 | 14 | 11A | 34 | 3A |
| Octal | 252 | 134 | 313 | 20 | 67 | 0 | 24 | 432 | 64 | 72 |
| Binary | 10101010 | 1011100 | 11001011 | 10000 | 110111 | 0 | 10100 | 100011010 | 110100 | 111010 |
Color Harmonies of #AA5CCB
Complementary color
Monochromatic Colors of #AA5CCB
Black with #AA5CCB
Text Example
Text Example
White with #AA5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5CCB; }
p { color: rgb(170,92,203); }
H1.HeaderClassName
{
color: #AA5CCB;
}
.AnyTagClassName
{
color: #AA5CCB;
}
</style>
background-color css
<style>
a { background-color: #AA5CCB; }
a { background-color: rgb(170,92,203); }
div.DivClassName
{
background-color: #AA5CCB;
}
.BgClassName
{
background-color: #AA5CCB;
}
</style>
border-color css
<style>
span { border-color: #AA5CCB; }
span { border-color: rgb(170,92,203); }
td.TdClassName
{
border-color: #AA5CCB;
}
.TagClassName
{
border-color: #AA5CCB;
}
</style>