Shades of Medium Orchid #AA4BEC
Tints of Medium Orchid #AA4BEC
RGB
CMYK
RGB Variations
Color information
#AA4BEC (or 0xAA4BEC) is known color: Medium Orchid. HEX triplet: AA, 4B and EC. RGB value is (170,75,236). Sum of RGB (Red+Green+Blue) = 170+75+236=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA4BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4BEC is #55B413. Grayscale: #797979. Windows color (decimal): -5616660 or 15485866. OLE color: 15485866.
HSL color Cylindrical-coordinate representation of color #AA4BEC: hue angle of 275.4º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA4BEC is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 75 | 236 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.07 |
| HSL | 275.4º | 0.81% | 0.61% | - |
| HSV(B) | 275.4º | 0.68% | 0.93% | - |
| XYZ | 34.23 | 19.63 | 81.34 | - |
| YUV | 121.76 | 192.47 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 236 | 0.28 | 0.68 | 0 | 0.07 | 275.4 | 0.81 | 0.61 |
| Hex | AA | 4B | EC | 1C | 44 | 0 | 7 | 113 | 51 | 3D |
| Octal | 252 | 113 | 354 | 34 | 104 | 0 | 7 | 423 | 121 | 75 |
| Binary | 10101010 | 1001011 | 11101100 | 11100 | 1000100 | 0 | 111 | 100010011 | 1010001 | 111101 |
Color Harmonies of #AA4BEC
Complementary color
Monochromatic Colors of #AA4BEC
Black with #AA4BEC
Text Example
Text Example
White with #AA4BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4BEC; }
p { color: rgb(170,75,236); }
H1.HeaderClassName
{
color: #AA4BEC;
}
.AnyTagClassName
{
color: #AA4BEC;
}
</style>
background-color css
<style>
a { background-color: #AA4BEC; }
a { background-color: rgb(170,75,236); }
div.DivClassName
{
background-color: #AA4BEC;
}
.BgClassName
{
background-color: #AA4BEC;
}
</style>
border-color css
<style>
span { border-color: #AA4BEC; }
span { border-color: rgb(170,75,236); }
td.TdClassName
{
border-color: #AA4BEC;
}
.TagClassName
{
border-color: #AA4BEC;
}
</style>