Shades of Medium Orchid #AA48DC
Tints of Medium Orchid #AA48DC
RGB
CMYK
RGB Variations
Color information
#AA48DC (or 0xAA48DC) is known color: Medium Orchid. HEX triplet: AA, 48 and DC. RGB value is (170,72,220). Sum of RGB (Red+Green+Blue) = 170+72+220=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA48DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA48DC is #55B723. Grayscale: #757575. Windows color (decimal): -5617444 or 14436522. OLE color: 14436522.
HSL color Cylindrical-coordinate representation of color #AA48DC: hue angle of 279.73º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA48DC is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 72 | 220 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.14 |
| HSL | 279.73º | 0.68% | 0.57% | - |
| HSV(B) | 279.73º | 0.67% | 0.86% | - |
| XYZ | 31.81 | 18.35 | 69.57 | - |
| YUV | 118.17 | 185.47 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 220 | 0.23 | 0.67 | 0 | 0.14 | 279.73 | 0.68 | 0.57 |
| Hex | AA | 48 | DC | 17 | 43 | 0 | E | 118 | 44 | 39 |
| Octal | 252 | 110 | 334 | 27 | 103 | 0 | 16 | 430 | 104 | 71 |
| Binary | 10101010 | 1001000 | 11011100 | 10111 | 1000011 | 0 | 1110 | 100011000 | 1000100 | 111001 |
Color Harmonies of #AA48DC
Complementary color
Monochromatic Colors of #AA48DC
Black with #AA48DC
Text Example
Text Example
White with #AA48DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA48DC; }
p { color: rgb(170,72,220); }
H1.HeaderClassName
{
color: #AA48DC;
}
.AnyTagClassName
{
color: #AA48DC;
}
</style>
background-color css
<style>
a { background-color: #AA48DC; }
a { background-color: rgb(170,72,220); }
div.DivClassName
{
background-color: #AA48DC;
}
.BgClassName
{
background-color: #AA48DC;
}
</style>
border-color css
<style>
span { border-color: #AA48DC; }
span { border-color: rgb(170,72,220); }
td.TdClassName
{
border-color: #AA48DC;
}
.TagClassName
{
border-color: #AA48DC;
}
</style>