Shades of Medium Orchid #AA58CC
Tints of Medium Orchid #AA58CC
RGB
CMYK
RGB Variations
Color information
#AA58CC (or 0xAA58CC) is known color: Medium Orchid. HEX triplet: AA, 58 and CC. RGB value is (170,88,204). Sum of RGB (Red+Green+Blue) = 170+88+204=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA58CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA58CC is #55A733. Grayscale: #7D7D7D. Windows color (decimal): -5613364 or 13392042. OLE color: 13392042.
HSL color Cylindrical-coordinate representation of color #AA58CC: hue angle of 282.41º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA58CC is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 88 | 204 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.2 |
| HSL | 282.41º | 0.53% | 0.57% | - |
| HSV(B) | 282.41º | 0.57% | 0.8% | - |
| XYZ | 30.97 | 19.89 | 59.33 | - |
| YUV | 125.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 204 | 0.17 | 0.57 | 0 | 0.2 | 282.41 | 0.53 | 0.57 |
| Hex | AA | 58 | CC | 11 | 39 | 0 | 14 | 11A | 35 | 39 |
| Octal | 252 | 130 | 314 | 21 | 71 | 0 | 24 | 432 | 65 | 71 |
| Binary | 10101010 | 1011000 | 11001100 | 10001 | 111001 | 0 | 10100 | 100011010 | 110101 | 111001 |
Color Harmonies of #AA58CC
Complementary color
Monochromatic Colors of #AA58CC
Black with #AA58CC
Text Example
Text Example
White with #AA58CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA58CC; }
p { color: rgb(170,88,204); }
H1.HeaderClassName
{
color: #AA58CC;
}
.AnyTagClassName
{
color: #AA58CC;
}
</style>
background-color css
<style>
a { background-color: #AA58CC; }
a { background-color: rgb(170,88,204); }
div.DivClassName
{
background-color: #AA58CC;
}
.BgClassName
{
background-color: #AA58CC;
}
</style>
border-color css
<style>
span { border-color: #AA58CC; }
span { border-color: rgb(170,88,204); }
td.TdClassName
{
border-color: #AA58CC;
}
.TagClassName
{
border-color: #AA58CC;
}
</style>