Shades of Medium Orchid #AA43DD
Tints of Medium Orchid #AA43DD
RGB
CMYK
RGB Variations
Color information
#AA43DD (or 0xAA43DD) is known color: Medium Orchid. HEX triplet: AA, 43 and DD. RGB value is (170,67,221). Sum of RGB (Red+Green+Blue) = 170+67+221=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA43DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA43DD is #55BC22. Grayscale: #727272. Windows color (decimal): -5618723 or 14500778. OLE color: 14500778.
HSL color Cylindrical-coordinate representation of color #AA43DD: hue angle of 280.13º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA43DD is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 67 | 221 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.13 |
| HSL | 280.13º | 0.69% | 0.56% | - |
| HSV(B) | 280.13º | 0.7% | 0.87% | - |
| XYZ | 31.64 | 17.78 | 70.17 | - |
| YUV | 115.35 | 187.62 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 221 | 0.23 | 0.70 | 0 | 0.13 | 280.13 | 0.69 | 0.56 |
| Hex | AA | 43 | DD | 17 | 46 | 0 | D | 118 | 45 | 38 |
| Octal | 252 | 103 | 335 | 27 | 106 | 0 | 15 | 430 | 105 | 70 |
| Binary | 10101010 | 1000011 | 11011101 | 10111 | 1000110 | 0 | 1101 | 100011000 | 1000101 | 111000 |
Color Harmonies of #AA43DD
Complementary color
Monochromatic Colors of #AA43DD
Black with #AA43DD
Text Example
Text Example
White with #AA43DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA43DD; }
p { color: rgb(170,67,221); }
H1.HeaderClassName
{
color: #AA43DD;
}
.AnyTagClassName
{
color: #AA43DD;
}
</style>
background-color css
<style>
a { background-color: #AA43DD; }
a { background-color: rgb(170,67,221); }
div.DivClassName
{
background-color: #AA43DD;
}
.BgClassName
{
background-color: #AA43DD;
}
</style>
border-color css
<style>
span { border-color: #AA43DD; }
span { border-color: rgb(170,67,221); }
td.TdClassName
{
border-color: #AA43DD;
}
.TagClassName
{
border-color: #AA43DD;
}
</style>