Shades of Medium Orchid #AA42EC
Tints of Medium Orchid #AA42EC
RGB
CMYK
RGB Variations
Color information
#AA42EC (or 0xAA42EC) is known color: Medium Orchid. HEX triplet: AA, 42 and EC. RGB value is (170,66,236). Sum of RGB (Red+Green+Blue) = 170+66+236=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA42EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA42EC is #55BD13. Grayscale: #737373. Windows color (decimal): -5618964 or 15483562. OLE color: 15483562.
HSL color Cylindrical-coordinate representation of color #AA42EC: hue angle of 276.71º 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 #AA42EC is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 66 | 236 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.07 |
| HSL | 276.71º | 0.82% | 0.59% | - |
| HSV(B) | 276.71º | 0.72% | 0.93% | - |
| XYZ | 33.67 | 18.5 | 81.15 | - |
| YUV | 116.48 | 195.46 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 236 | 0.28 | 0.72 | 0 | 0.07 | 276.71 | 0.82 | 0.59 |
| Hex | AA | 42 | EC | 1C | 48 | 0 | 7 | 115 | 52 | 3B |
| Octal | 252 | 102 | 354 | 34 | 110 | 0 | 7 | 425 | 122 | 73 |
| Binary | 10101010 | 1000010 | 11101100 | 11100 | 1001000 | 0 | 111 | 100010101 | 1010010 | 111011 |
Color Harmonies of #AA42EC
Complementary color
Monochromatic Colors of #AA42EC
Black with #AA42EC
Text Example
Text Example
White with #AA42EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA42EC; }
p { color: rgb(170,66,236); }
H1.HeaderClassName
{
color: #AA42EC;
}
.AnyTagClassName
{
color: #AA42EC;
}
</style>
background-color css
<style>
a { background-color: #AA42EC; }
a { background-color: rgb(170,66,236); }
div.DivClassName
{
background-color: #AA42EC;
}
.BgClassName
{
background-color: #AA42EC;
}
</style>
border-color css
<style>
span { border-color: #AA42EC; }
span { border-color: rgb(170,66,236); }
td.TdClassName
{
border-color: #AA42EC;
}
.TagClassName
{
border-color: #AA42EC;
}
</style>