Shades of Medium Orchid #AA48F2
Tints of Medium Orchid #AA48F2
RGB
CMYK
RGB Variations
Color information
#AA48F2 (or 0xAA48F2) is known color: Medium Orchid. HEX triplet: AA, 48 and F2. RGB value is (170,72,242). Sum of RGB (Red+Green+Blue) = 170+72+242=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA48F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA48F2 is #55B70D. Grayscale: #787878. Windows color (decimal): -5617422 or 15878314. OLE color: 15878314.
HSL color Cylindrical-coordinate representation of color #AA48F2: hue angle of 274.59º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA48F2 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 72 | 242 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.05 |
| HSL | 274.59º | 0.87% | 0.62% | - |
| HSV(B) | 274.59º | 0.7% | 0.95% | - |
| XYZ | 34.92 | 19.59 | 85.95 | - |
| YUV | 120.68 | 196.47 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 242 | 0.30 | 0.70 | 0 | 0.05 | 274.59 | 0.87 | 0.62 |
| Hex | AA | 48 | F2 | 1E | 46 | 0 | 5 | 113 | 57 | 3E |
| Octal | 252 | 110 | 362 | 36 | 106 | 0 | 5 | 423 | 127 | 76 |
| Binary | 10101010 | 1001000 | 11110010 | 11110 | 1000110 | 0 | 101 | 100010011 | 1010111 | 111110 |
Color Harmonies of #AA48F2
Complementary color
Monochromatic Colors of #AA48F2
Black with #AA48F2
Text Example
Text Example
White with #AA48F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA48F2; }
p { color: rgb(170,72,242); }
H1.HeaderClassName
{
color: #AA48F2;
}
.AnyTagClassName
{
color: #AA48F2;
}
</style>
background-color css
<style>
a { background-color: #AA48F2; }
a { background-color: rgb(170,72,242); }
div.DivClassName
{
background-color: #AA48F2;
}
.BgClassName
{
background-color: #AA48F2;
}
</style>
border-color css
<style>
span { border-color: #AA48F2; }
span { border-color: rgb(170,72,242); }
td.TdClassName
{
border-color: #AA48F2;
}
.TagClassName
{
border-color: #AA48F2;
}
</style>