Shades of Medium Orchid #AA4EFC
Tints of Medium Orchid #AA4EFC
RGB
CMYK
RGB Variations
Color information
#AA4EFC (or 0xAA4EFC) is known color: Medium Orchid. HEX triplet: AA, 4E and FC. RGB value is (170,78,252). Sum of RGB (Red+Green+Blue) = 170+78+252=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 78 (30.86% from 255 or 15.6% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA4EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4EFC is #55B103. Grayscale: #7C7C7C. Windows color (decimal): -5615876 or 16535210. OLE color: 16535210.
HSL color Cylindrical-coordinate representation of color #AA4EFC: hue angle of 271.72º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA4EFC is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 78 | 252 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.01 |
| HSL | 271.72º | 0.97% | 0.65% | - |
| HSV(B) | 271.72º | 0.69% | 0.99% | - |
| XYZ | 36.87 | 21.02 | 94.21 | - |
| YUV | 125.34 | 199.48 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 252 | 0.33 | 0.69 | 0 | 0.01 | 271.72 | 0.97 | 0.65 |
| Hex | AA | 4E | FC | 21 | 45 | 0 | 1 | 110 | 61 | 41 |
| Octal | 252 | 116 | 374 | 41 | 105 | 0 | 1 | 420 | 141 | 101 |
| Binary | 10101010 | 1001110 | 11111100 | 100001 | 1000101 | 0 | 1 | 100010000 | 1100001 | 1000001 |
Color Harmonies of #AA4EFC
Complementary color
Monochromatic Colors of #AA4EFC
Black with #AA4EFC
Text Example
Text Example
White with #AA4EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4EFC; }
p { color: rgb(170,78,252); }
H1.HeaderClassName
{
color: #AA4EFC;
}
.AnyTagClassName
{
color: #AA4EFC;
}
</style>
background-color css
<style>
a { background-color: #AA4EFC; }
a { background-color: rgb(170,78,252); }
div.DivClassName
{
background-color: #AA4EFC;
}
.BgClassName
{
background-color: #AA4EFC;
}
</style>
border-color css
<style>
span { border-color: #AA4EFC; }
span { border-color: rgb(170,78,252); }
td.TdClassName
{
border-color: #AA4EFC;
}
.TagClassName
{
border-color: #AA4EFC;
}
</style>