Shades of Medium Orchid #AA44DA
Tints of Medium Orchid #AA44DA
RGB
CMYK
RGB Variations
Color information
#AA44DA (or 0xAA44DA) is known color: Medium Orchid. HEX triplet: AA, 44 and DA. RGB value is (170,68,218). Sum of RGB (Red+Green+Blue) = 170+68+218=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA44DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44DA is #55BB25. Grayscale: #737373. Windows color (decimal): -5618470 or 14304426. OLE color: 14304426.
HSL color Cylindrical-coordinate representation of color #AA44DA: hue angle of 280.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA44DA is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 68 | 218 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.15 |
| HSL | 280.8º | 0.67% | 0.56% | - |
| HSV(B) | 280.8º | 0.69% | 0.85% | - |
| XYZ | 31.3 | 17.74 | 68.1 | - |
| YUV | 115.6 | 185.79 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 218 | 0.22 | 0.69 | 0 | 0.15 | 280.8 | 0.67 | 0.56 |
| Hex | AA | 44 | DA | 16 | 45 | 0 | F | 119 | 43 | 38 |
| Octal | 252 | 104 | 332 | 26 | 105 | 0 | 17 | 431 | 103 | 70 |
| Binary | 10101010 | 1000100 | 11011010 | 10110 | 1000101 | 0 | 1111 | 100011001 | 1000011 | 111000 |
Color Harmonies of #AA44DA
Complementary color
Monochromatic Colors of #AA44DA
Black with #AA44DA
Text Example
Text Example
White with #AA44DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA44DA; }
p { color: rgb(170,68,218); }
H1.HeaderClassName
{
color: #AA44DA;
}
.AnyTagClassName
{
color: #AA44DA;
}
</style>
background-color css
<style>
a { background-color: #AA44DA; }
a { background-color: rgb(170,68,218); }
div.DivClassName
{
background-color: #AA44DA;
}
.BgClassName
{
background-color: #AA44DA;
}
</style>
border-color css
<style>
span { border-color: #AA44DA; }
span { border-color: rgb(170,68,218); }
td.TdClassName
{
border-color: #AA44DA;
}
.TagClassName
{
border-color: #AA44DA;
}
</style>