Shades of Medium Orchid #AA5CCC
Tints of Medium Orchid #AA5CCC
RGB
CMYK
RGB Variations
Color information
#AA5CCC (or 0xAA5CCC) is known color: Medium Orchid. HEX triplet: AA, 5C and CC. RGB value is (170,92,204). Sum of RGB (Red+Green+Blue) = 170+92+204=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA5CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CCC is #55A333. Grayscale: #7F7F7F. Windows color (decimal): -5612340 or 13393066. OLE color: 13393066.
HSL color Cylindrical-coordinate representation of color #AA5CCC: hue angle of 281.79º 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 #AA5CCC is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 92 | 204 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.2 |
| HSL | 281.79º | 0.52% | 0.58% | - |
| HSV(B) | 281.79º | 0.55% | 0.8% | - |
| XYZ | 31.3 | 20.56 | 59.45 | - |
| YUV | 128.09 | 170.84 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 204 | 0.17 | 0.55 | 0 | 0.2 | 281.79 | 0.52 | 0.58 |
| Hex | AA | 5C | CC | 11 | 37 | 0 | 14 | 11A | 34 | 3A |
| Octal | 252 | 134 | 314 | 21 | 67 | 0 | 24 | 432 | 64 | 72 |
| Binary | 10101010 | 1011100 | 11001100 | 10001 | 110111 | 0 | 10100 | 100011010 | 110100 | 111010 |
Color Harmonies of #AA5CCC
Complementary color
Monochromatic Colors of #AA5CCC
Black with #AA5CCC
Text Example
Text Example
White with #AA5CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5CCC; }
p { color: rgb(170,92,204); }
H1.HeaderClassName
{
color: #AA5CCC;
}
.AnyTagClassName
{
color: #AA5CCC;
}
</style>
background-color css
<style>
a { background-color: #AA5CCC; }
a { background-color: rgb(170,92,204); }
div.DivClassName
{
background-color: #AA5CCC;
}
.BgClassName
{
background-color: #AA5CCC;
}
</style>
border-color css
<style>
span { border-color: #AA5CCC; }
span { border-color: rgb(170,92,204); }
td.TdClassName
{
border-color: #AA5CCC;
}
.TagClassName
{
border-color: #AA5CCC;
}
</style>