Shades of Medium Orchid #AA58CB
Tints of Medium Orchid #AA58CB
RGB
CMYK
RGB Variations
Color information
#AA58CB (or 0xAA58CB) is known color: Medium Orchid. HEX triplet: AA, 58 and CB. RGB value is (170,88,203). Sum of RGB (Red+Green+Blue) = 170+88+203=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA58CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA58CB is #55A734. Grayscale: #7D7D7D. Windows color (decimal): -5613365 or 13326506. OLE color: 13326506.
HSL color Cylindrical-coordinate representation of color #AA58CB: hue angle of 282.78º 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 #AA58CB is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 88 | 203 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.20 |
| HSL | 282.78º | 0.53% | 0.57% | - |
| HSV(B) | 282.78º | 0.57% | 0.8% | - |
| XYZ | 30.85 | 19.84 | 58.7 | - |
| YUV | 125.63 | 171.67 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 203 | 0.16 | 0.57 | 0 | 0.20 | 282.78 | 0.53 | 0.57 |
| Hex | AA | 58 | CB | 10 | 39 | 0 | 14 | 11B | 35 | 39 |
| Octal | 252 | 130 | 313 | 20 | 71 | 0 | 24 | 433 | 65 | 71 |
| Binary | 10101010 | 1011000 | 11001011 | 10000 | 111001 | 0 | 10100 | 100011011 | 110101 | 111001 |
Color Harmonies of #AA58CB
Complementary color
Monochromatic Colors of #AA58CB
Black with #AA58CB
Text Example
Text Example
White with #AA58CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA58CB; }
p { color: rgb(170,88,203); }
H1.HeaderClassName
{
color: #AA58CB;
}
.AnyTagClassName
{
color: #AA58CB;
}
</style>
background-color css
<style>
a { background-color: #AA58CB; }
a { background-color: rgb(170,88,203); }
div.DivClassName
{
background-color: #AA58CB;
}
.BgClassName
{
background-color: #AA58CB;
}
</style>
border-color css
<style>
span { border-color: #AA58CB; }
span { border-color: rgb(170,88,203); }
td.TdClassName
{
border-color: #AA58CB;
}
.TagClassName
{
border-color: #AA58CB;
}
</style>