Shades of Medium Orchid #AA48CA
Tints of Medium Orchid #AA48CA
RGB
CMYK
RGB Variations
Color information
#AA48CA (or 0xAA48CA) is known color: Medium Orchid. HEX triplet: AA, 48 and CA. RGB value is (170,72,202). Sum of RGB (Red+Green+Blue) = 170+72+202=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA48CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA48CA is #55B735. Grayscale: #737373. Windows color (decimal): -5617462 or 13256874. OLE color: 13256874.
HSL color Cylindrical-coordinate representation of color #AA48CA: hue angle of 285.23º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA48CA is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 72 | 202 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.21 |
| HSL | 285.23º | 0.55% | 0.54% | - |
| HSV(B) | 285.23º | 0.64% | 0.79% | - |
| XYZ | 29.56 | 17.45 | 57.69 | - |
| YUV | 116.12 | 176.47 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 202 | 0.16 | 0.64 | 0 | 0.21 | 285.23 | 0.55 | 0.54 |
| Hex | AA | 48 | CA | 10 | 40 | 0 | 15 | 11D | 37 | 36 |
| Octal | 252 | 110 | 312 | 20 | 100 | 0 | 25 | 435 | 67 | 66 |
| Binary | 10101010 | 1001000 | 11001010 | 10000 | 1000000 | 0 | 10101 | 100011101 | 110111 | 110110 |
Color Harmonies of #AA48CA
Complementary color
Monochromatic Colors of #AA48CA
Black with #AA48CA
Text Example
Text Example
White with #AA48CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA48CA; }
p { color: rgb(170,72,202); }
H1.HeaderClassName
{
color: #AA48CA;
}
.AnyTagClassName
{
color: #AA48CA;
}
</style>
background-color css
<style>
a { background-color: #AA48CA; }
a { background-color: rgb(170,72,202); }
div.DivClassName
{
background-color: #AA48CA;
}
.BgClassName
{
background-color: #AA48CA;
}
</style>
border-color css
<style>
span { border-color: #AA48CA; }
span { border-color: rgb(170,72,202); }
td.TdClassName
{
border-color: #AA48CA;
}
.TagClassName
{
border-color: #AA48CA;
}
</style>