Shades of Medium Orchid #AA44DC
Tints of Medium Orchid #AA44DC
RGB
CMYK
RGB Variations
Color information
#AA44DC (or 0xAA44DC) is known color: Medium Orchid. HEX triplet: AA, 44 and DC. RGB value is (170,68,220). Sum of RGB (Red+Green+Blue) = 170+68+220=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA44DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44DC is #55BB23. Grayscale: #737373. Windows color (decimal): -5618468 or 14435498. OLE color: 14435498.
HSL color Cylindrical-coordinate representation of color #AA44DC: hue angle of 280.26º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA44DC is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 68 | 220 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.14 |
| HSL | 280.26º | 0.68% | 0.56% | - |
| HSV(B) | 280.26º | 0.69% | 0.86% | - |
| XYZ | 31.56 | 17.85 | 69.49 | - |
| YUV | 115.83 | 186.79 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 220 | 0.23 | 0.69 | 0 | 0.14 | 280.26 | 0.68 | 0.56 |
| Hex | AA | 44 | DC | 17 | 45 | 0 | E | 118 | 44 | 38 |
| Octal | 252 | 104 | 334 | 27 | 105 | 0 | 16 | 430 | 104 | 70 |
| Binary | 10101010 | 1000100 | 11011100 | 10111 | 1000101 | 0 | 1110 | 100011000 | 1000100 | 111000 |
Color Harmonies of #AA44DC
Complementary color
Monochromatic Colors of #AA44DC
Black with #AA44DC
Text Example
Text Example
White with #AA44DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA44DC; }
p { color: rgb(170,68,220); }
H1.HeaderClassName
{
color: #AA44DC;
}
.AnyTagClassName
{
color: #AA44DC;
}
</style>
background-color css
<style>
a { background-color: #AA44DC; }
a { background-color: rgb(170,68,220); }
div.DivClassName
{
background-color: #AA44DC;
}
.BgClassName
{
background-color: #AA44DC;
}
</style>
border-color css
<style>
span { border-color: #AA44DC; }
span { border-color: rgb(170,68,220); }
td.TdClassName
{
border-color: #AA44DC;
}
.TagClassName
{
border-color: #AA44DC;
}
</style>