Shades of Medium Orchid #AA44D2
Tints of Medium Orchid #AA44D2
RGB
CMYK
RGB Variations
Color information
#AA44D2 (or 0xAA44D2) is known color: Medium Orchid. HEX triplet: AA, 44 and D2. RGB value is (170,68,210). Sum of RGB (Red+Green+Blue) = 170+68+210=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 210 (82.42% from 255 or 46.88% from 448); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA44D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44D2 is #55BB2D. Grayscale: #727272. Windows color (decimal): -5618478 or 13780138. OLE color: 13780138.
HSL color Cylindrical-coordinate representation of color #AA44D2: hue angle of 283.1º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA44D2 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 68 | 210 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.18 |
| HSL | 283.1º | 0.61% | 0.55% | - |
| HSV(B) | 283.1º | 0.68% | 0.82% | - |
| XYZ | 30.28 | 17.33 | 62.72 | - |
| YUV | 114.69 | 181.79 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 210 | 0.19 | 0.68 | 0 | 0.18 | 283.1 | 0.61 | 0.55 |
| Hex | AA | 44 | D2 | 13 | 44 | 0 | 12 | 11B | 3D | 37 |
| Octal | 252 | 104 | 322 | 23 | 104 | 0 | 22 | 433 | 75 | 67 |
| Binary | 10101010 | 1000100 | 11010010 | 10011 | 1000100 | 0 | 10010 | 100011011 | 111101 | 110111 |
Color Harmonies of #AA44D2
Complementary color
Monochromatic Colors of #AA44D2
Black with #AA44D2
Text Example
Text Example
White with #AA44D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA44D2; }
p { color: rgb(170,68,210); }
H1.HeaderClassName
{
color: #AA44D2;
}
.AnyTagClassName
{
color: #AA44D2;
}
</style>
background-color css
<style>
a { background-color: #AA44D2; }
a { background-color: rgb(170,68,210); }
div.DivClassName
{
background-color: #AA44D2;
}
.BgClassName
{
background-color: #AA44D2;
}
</style>
border-color css
<style>
span { border-color: #AA44D2; }
span { border-color: rgb(170,68,210); }
td.TdClassName
{
border-color: #AA44D2;
}
.TagClassName
{
border-color: #AA44D2;
}
</style>