Shades of Medium Orchid #AA48E3
Tints of Medium Orchid #AA48E3
RGB
CMYK
RGB Variations
Color information
#AA48E3 (or 0xAA48E3) is known color: Medium Orchid. HEX triplet: AA, 48 and E3. RGB value is (170,72,227). Sum of RGB (Red+Green+Blue) = 170+72+227=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 227 - color contains mainly: blue. Hex color #AA48E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA48E3 is #55B71C. Grayscale: #767676. Windows color (decimal): -5617437 or 14895274. OLE color: 14895274.
HSL color Cylindrical-coordinate representation of color #AA48E3: hue angle of 277.94º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA48E3 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 72 | 227 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.11 |
| HSL | 277.94º | 0.73% | 0.59% | - |
| HSV(B) | 277.94º | 0.68% | 0.89% | - |
| XYZ | 32.76 | 18.73 | 74.56 | - |
| YUV | 118.97 | 188.97 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 227 | 0.25 | 0.68 | 0 | 0.11 | 277.94 | 0.73 | 0.59 |
| Hex | AA | 48 | E3 | 19 | 44 | 0 | B | 116 | 49 | 3B |
| Octal | 252 | 110 | 343 | 31 | 104 | 0 | 13 | 426 | 111 | 73 |
| Binary | 10101010 | 1001000 | 11100011 | 11001 | 1000100 | 0 | 1011 | 100010110 | 1001001 | 111011 |
Color Harmonies of #AA48E3
Complementary color
Monochromatic Colors of #AA48E3
Black with #AA48E3
Text Example
Text Example
White with #AA48E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA48E3; }
p { color: rgb(170,72,227); }
H1.HeaderClassName
{
color: #AA48E3;
}
.AnyTagClassName
{
color: #AA48E3;
}
</style>
background-color css
<style>
a { background-color: #AA48E3; }
a { background-color: rgb(170,72,227); }
div.DivClassName
{
background-color: #AA48E3;
}
.BgClassName
{
background-color: #AA48E3;
}
</style>
border-color css
<style>
span { border-color: #AA48E3; }
span { border-color: rgb(170,72,227); }
td.TdClassName
{
border-color: #AA48E3;
}
.TagClassName
{
border-color: #AA48E3;
}
</style>