Shades of Medium Orchid #AA4CEC
Tints of Medium Orchid #AA4CEC
RGB
CMYK
RGB Variations
Color information
#AA4CEC (or 0xAA4CEC) is known color: Medium Orchid. HEX triplet: AA, 4C and EC. RGB value is (170,76,236). Sum of RGB (Red+Green+Blue) = 170+76+236=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA4CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4CEC is #55B313. Grayscale: #797979. Windows color (decimal): -5616404 or 15486122. OLE color: 15486122.
HSL color Cylindrical-coordinate representation of color #AA4CEC: hue angle of 275.25º 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 #AA4CEC is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 76 | 236 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.07 |
| HSL | 275.25º | 0.81% | 0.61% | - |
| HSV(B) | 275.25º | 0.68% | 0.93% | - |
| XYZ | 34.3 | 19.77 | 81.37 | - |
| YUV | 122.35 | 192.14 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 236 | 0.28 | 0.68 | 0 | 0.07 | 275.25 | 0.81 | 0.61 |
| Hex | AA | 4C | EC | 1C | 44 | 0 | 7 | 113 | 51 | 3D |
| Octal | 252 | 114 | 354 | 34 | 104 | 0 | 7 | 423 | 121 | 75 |
| Binary | 10101010 | 1001100 | 11101100 | 11100 | 1000100 | 0 | 111 | 100010011 | 1010001 | 111101 |
Color Harmonies of #AA4CEC
Complementary color
Monochromatic Colors of #AA4CEC
Black with #AA4CEC
Text Example
Text Example
White with #AA4CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4CEC; }
p { color: rgb(170,76,236); }
H1.HeaderClassName
{
color: #AA4CEC;
}
.AnyTagClassName
{
color: #AA4CEC;
}
</style>
background-color css
<style>
a { background-color: #AA4CEC; }
a { background-color: rgb(170,76,236); }
div.DivClassName
{
background-color: #AA4CEC;
}
.BgClassName
{
background-color: #AA4CEC;
}
</style>
border-color css
<style>
span { border-color: #AA4CEC; }
span { border-color: rgb(170,76,236); }
td.TdClassName
{
border-color: #AA4CEC;
}
.TagClassName
{
border-color: #AA4CEC;
}
</style>