Shades of Medium Orchid #AA43EC
Tints of Medium Orchid #AA43EC
RGB
CMYK
RGB Variations
Color information
#AA43EC (or 0xAA43EC) is known color: Medium Orchid. HEX triplet: AA, 43 and EC. RGB value is (170,67,236). Sum of RGB (Red+Green+Blue) = 170+67+236=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA43EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA43EC is #55BC13. Grayscale: #747474. Windows color (decimal): -5618708 or 15483818. OLE color: 15483818.
HSL color Cylindrical-coordinate representation of color #AA43EC: hue angle of 276.57º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA43EC is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 67 | 236 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.07 |
| HSL | 276.57º | 0.82% | 0.59% | - |
| HSV(B) | 276.57º | 0.72% | 0.93% | - |
| XYZ | 33.73 | 18.62 | 81.17 | - |
| YUV | 117.06 | 195.12 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 236 | 0.28 | 0.72 | 0 | 0.07 | 276.57 | 0.82 | 0.59 |
| Hex | AA | 43 | EC | 1C | 48 | 0 | 7 | 115 | 52 | 3B |
| Octal | 252 | 103 | 354 | 34 | 110 | 0 | 7 | 425 | 122 | 73 |
| Binary | 10101010 | 1000011 | 11101100 | 11100 | 1001000 | 0 | 111 | 100010101 | 1010010 | 111011 |
Color Harmonies of #AA43EC
Complementary color
Monochromatic Colors of #AA43EC
Black with #AA43EC
Text Example
Text Example
White with #AA43EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA43EC; }
p { color: rgb(170,67,236); }
H1.HeaderClassName
{
color: #AA43EC;
}
.AnyTagClassName
{
color: #AA43EC;
}
</style>
background-color css
<style>
a { background-color: #AA43EC; }
a { background-color: rgb(170,67,236); }
div.DivClassName
{
background-color: #AA43EC;
}
.BgClassName
{
background-color: #AA43EC;
}
</style>
border-color css
<style>
span { border-color: #AA43EC; }
span { border-color: rgb(170,67,236); }
td.TdClassName
{
border-color: #AA43EC;
}
.TagClassName
{
border-color: #AA43EC;
}
</style>