Shades of Medium Orchid #AA48CF
Tints of Medium Orchid #AA48CF
RGB
CMYK
RGB Variations
Color information
#AA48CF (or 0xAA48CF) is known color: Medium Orchid. HEX triplet: AA, 48 and CF. RGB value is (170,72,207). Sum of RGB (Red+Green+Blue) = 170+72+207=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA48CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA48CF is #55B730. Grayscale: #747474. Windows color (decimal): -5617457 or 13584554. OLE color: 13584554.
HSL color Cylindrical-coordinate representation of color #AA48CF: hue angle of 283.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA48CF is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 72 | 207 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.19 |
| HSL | 283.56º | 0.58% | 0.55% | - |
| HSV(B) | 283.56º | 0.65% | 0.81% | - |
| XYZ | 30.16 | 17.69 | 60.86 | - |
| YUV | 116.69 | 178.97 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 207 | 0.18 | 0.65 | 0 | 0.19 | 283.56 | 0.58 | 0.55 |
| Hex | AA | 48 | CF | 12 | 41 | 0 | 13 | 11C | 3A | 37 |
| Octal | 252 | 110 | 317 | 22 | 101 | 0 | 23 | 434 | 72 | 67 |
| Binary | 10101010 | 1001000 | 11001111 | 10010 | 1000001 | 0 | 10011 | 100011100 | 111010 | 110111 |
Color Harmonies of #AA48CF
Complementary color
Monochromatic Colors of #AA48CF
Black with #AA48CF
Text Example
Text Example
White with #AA48CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA48CF; }
p { color: rgb(170,72,207); }
H1.HeaderClassName
{
color: #AA48CF;
}
.AnyTagClassName
{
color: #AA48CF;
}
</style>
background-color css
<style>
a { background-color: #AA48CF; }
a { background-color: rgb(170,72,207); }
div.DivClassName
{
background-color: #AA48CF;
}
.BgClassName
{
background-color: #AA48CF;
}
</style>
border-color css
<style>
span { border-color: #AA48CF; }
span { border-color: rgb(170,72,207); }
td.TdClassName
{
border-color: #AA48CF;
}
.TagClassName
{
border-color: #AA48CF;
}
</style>