Shades of Medium Orchid #AA41EC
Tints of Medium Orchid #AA41EC
RGB
CMYK
RGB Variations
Color information
#AA41EC (or 0xAA41EC) is known color: Medium Orchid. HEX triplet: AA, 41 and EC. RGB value is (170,65,236). Sum of RGB (Red+Green+Blue) = 170+65+236=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA41EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA41EC is #55BE13. Grayscale: #737373. Windows color (decimal): -5619220 or 15483306. OLE color: 15483306.
HSL color Cylindrical-coordinate representation of color #AA41EC: hue angle of 276.84º 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 #AA41EC is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 65 | 236 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.07 |
| HSL | 276.84º | 0.82% | 0.59% | - |
| HSV(B) | 276.84º | 0.72% | 0.93% | - |
| XYZ | 33.61 | 18.38 | 81.13 | - |
| YUV | 115.89 | 195.79 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 236 | 0.28 | 0.72 | 0 | 0.07 | 276.84 | 0.82 | 0.59 |
| Hex | AA | 41 | EC | 1C | 48 | 0 | 7 | 115 | 52 | 3B |
| Octal | 252 | 101 | 354 | 34 | 110 | 0 | 7 | 425 | 122 | 73 |
| Binary | 10101010 | 1000001 | 11101100 | 11100 | 1001000 | 0 | 111 | 100010101 | 1010010 | 111011 |
Color Harmonies of #AA41EC
Complementary color
Monochromatic Colors of #AA41EC
Black with #AA41EC
Text Example
Text Example
White with #AA41EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA41EC; }
p { color: rgb(170,65,236); }
H1.HeaderClassName
{
color: #AA41EC;
}
.AnyTagClassName
{
color: #AA41EC;
}
</style>
background-color css
<style>
a { background-color: #AA41EC; }
a { background-color: rgb(170,65,236); }
div.DivClassName
{
background-color: #AA41EC;
}
.BgClassName
{
background-color: #AA41EC;
}
</style>
border-color css
<style>
span { border-color: #AA41EC; }
span { border-color: rgb(170,65,236); }
td.TdClassName
{
border-color: #AA41EC;
}
.TagClassName
{
border-color: #AA41EC;
}
</style>