Shades of Medium Orchid #AA4FEC
Tints of Medium Orchid #AA4FEC
RGB
CMYK
RGB Variations
Color information
#AA4FEC (or 0xAA4FEC) is known color: Medium Orchid. HEX triplet: AA, 4F and EC. RGB value is (170,79,236). Sum of RGB (Red+Green+Blue) = 170+79+236=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA4FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4FEC is #55B013. Grayscale: #7B7B7B. Windows color (decimal): -5615636 or 15486890. OLE color: 15486890.
HSL color Cylindrical-coordinate representation of color #AA4FEC: hue angle of 274.78º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA4FEC is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 79 | 236 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.07 |
| HSL | 274.78º | 0.81% | 0.62% | - |
| HSV(B) | 274.78º | 0.67% | 0.93% | - |
| XYZ | 34.51 | 20.19 | 81.44 | - |
| YUV | 124.11 | 191.15 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 236 | 0.28 | 0.67 | 0 | 0.07 | 274.78 | 0.81 | 0.62 |
| Hex | AA | 4F | EC | 1C | 43 | 0 | 7 | 113 | 51 | 3E |
| Octal | 252 | 117 | 354 | 34 | 103 | 0 | 7 | 423 | 121 | 76 |
| Binary | 10101010 | 1001111 | 11101100 | 11100 | 1000011 | 0 | 111 | 100010011 | 1010001 | 111110 |
Color Harmonies of #AA4FEC
Complementary color
Monochromatic Colors of #AA4FEC
Black with #AA4FEC
Text Example
Text Example
White with #AA4FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FEC; }
p { color: rgb(170,79,236); }
H1.HeaderClassName
{
color: #AA4FEC;
}
.AnyTagClassName
{
color: #AA4FEC;
}
</style>
background-color css
<style>
a { background-color: #AA4FEC; }
a { background-color: rgb(170,79,236); }
div.DivClassName
{
background-color: #AA4FEC;
}
.BgClassName
{
background-color: #AA4FEC;
}
</style>
border-color css
<style>
span { border-color: #AA4FEC; }
span { border-color: rgb(170,79,236); }
td.TdClassName
{
border-color: #AA4FEC;
}
.TagClassName
{
border-color: #AA4FEC;
}
</style>