Shades of Medium Orchid #AA58F3
Tints of Medium Orchid #AA58F3
RGB
CMYK
RGB Variations
Color information
#AA58F3 (or 0xAA58F3) is known color: Medium Orchid. HEX triplet: AA, 58 and F3. RGB value is (170,88,243). Sum of RGB (Red+Green+Blue) = 170+88+243=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA58F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA58F3 is #55A70C. Grayscale: #818181. Windows color (decimal): -5613325 or 15947946. OLE color: 15947946.
HSL color Cylindrical-coordinate representation of color #AA58F3: hue angle of 271.74º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA58F3 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 88 | 243 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.05 |
| HSL | 271.74º | 0.87% | 0.65% | - |
| HSV(B) | 271.74º | 0.64% | 0.95% | - |
| XYZ | 36.24 | 22 | 87.13 | - |
| YUV | 130.19 | 191.67 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 243 | 0.30 | 0.64 | 0 | 0.05 | 271.74 | 0.87 | 0.65 |
| Hex | AA | 58 | F3 | 1E | 40 | 0 | 5 | 110 | 57 | 41 |
| Octal | 252 | 130 | 363 | 36 | 100 | 0 | 5 | 420 | 127 | 101 |
| Binary | 10101010 | 1011000 | 11110011 | 11110 | 1000000 | 0 | 101 | 100010000 | 1010111 | 1000001 |
Color Harmonies of #AA58F3
Complementary color
Monochromatic Colors of #AA58F3
Black with #AA58F3
Text Example
Text Example
White with #AA58F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA58F3; }
p { color: rgb(170,88,243); }
H1.HeaderClassName
{
color: #AA58F3;
}
.AnyTagClassName
{
color: #AA58F3;
}
</style>
background-color css
<style>
a { background-color: #AA58F3; }
a { background-color: rgb(170,88,243); }
div.DivClassName
{
background-color: #AA58F3;
}
.BgClassName
{
background-color: #AA58F3;
}
</style>
border-color css
<style>
span { border-color: #AA58F3; }
span { border-color: rgb(170,88,243); }
td.TdClassName
{
border-color: #AA58F3;
}
.TagClassName
{
border-color: #AA58F3;
}
</style>