Shades of Medium Orchid #AA44DE
Tints of Medium Orchid #AA44DE
RGB
CMYK
RGB Variations
Color information
#AA44DE (or 0xAA44DE) is known color: Medium Orchid. HEX triplet: AA, 44 and DE. RGB value is (170,68,222). Sum of RGB (Red+Green+Blue) = 170+68+222=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA44DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44DE is #55BB21. Grayscale: #737373. Windows color (decimal): -5618466 or 14566570. OLE color: 14566570.
HSL color Cylindrical-coordinate representation of color #AA44DE: hue angle of 279.74º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA44DE is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 68 | 222 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.13 |
| HSL | 279.74º | 0.7% | 0.57% | - |
| HSV(B) | 279.74º | 0.69% | 0.87% | - |
| XYZ | 31.83 | 17.95 | 70.9 | - |
| YUV | 116.05 | 187.79 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 222 | 0.23 | 0.69 | 0 | 0.13 | 279.74 | 0.7 | 0.57 |
| Hex | AA | 44 | DE | 17 | 45 | 0 | D | 118 | 46 | 39 |
| Octal | 252 | 104 | 336 | 27 | 105 | 0 | 15 | 430 | 106 | 71 |
| Binary | 10101010 | 1000100 | 11011110 | 10111 | 1000101 | 0 | 1101 | 100011000 | 1000110 | 111001 |
Color Harmonies of #AA44DE
Complementary color
Monochromatic Colors of #AA44DE
Black with #AA44DE
Text Example
Text Example
White with #AA44DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA44DE; }
p { color: rgb(170,68,222); }
H1.HeaderClassName
{
color: #AA44DE;
}
.AnyTagClassName
{
color: #AA44DE;
}
</style>
background-color css
<style>
a { background-color: #AA44DE; }
a { background-color: rgb(170,68,222); }
div.DivClassName
{
background-color: #AA44DE;
}
.BgClassName
{
background-color: #AA44DE;
}
</style>
border-color css
<style>
span { border-color: #AA44DE; }
span { border-color: rgb(170,68,222); }
td.TdClassName
{
border-color: #AA44DE;
}
.TagClassName
{
border-color: #AA44DE;
}
</style>