Shades of Medium Orchid #AA4DFE
Tints of Medium Orchid #AA4DFE
RGB
CMYK
RGB Variations
Color information
#AA4DFE (or 0xAA4DFE) is known color: Medium Orchid. HEX triplet: AA, 4D and FE. RGB value is (170,77,254). Sum of RGB (Red+Green+Blue) = 170+77+254=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 77 (30.47% from 255 or 15.37% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA4DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4DFE is #55B201. Grayscale: #7C7C7C. Windows color (decimal): -5616130 or 16666026. OLE color: 16666026.
HSL color Cylindrical-coordinate representation of color #AA4DFE: hue angle of 271.53º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA4DFE is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 77 | 254 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.00 |
| HSL | 271.53º | 0.99% | 0.65% | - |
| HSV(B) | 271.53º | 0.7% | 1% | - |
| XYZ | 37.12 | 21.01 | 95.86 | - |
| YUV | 124.99 | 200.81 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 254 | 0.33 | 0.70 | 0 | 0.00 | 271.53 | 0.99 | 0.65 |
| Hex | AA | 4D | FE | 21 | 46 | 0 | 0 | 110 | 63 | 41 |
| Octal | 252 | 115 | 376 | 41 | 106 | 0 | 0 | 420 | 143 | 101 |
| Binary | 10101010 | 1001101 | 11111110 | 100001 | 1000110 | 0 | 0 | 100010000 | 1100011 | 1000001 |
Color Harmonies of #AA4DFE
Complementary color
Monochromatic Colors of #AA4DFE
Black with #AA4DFE
Text Example
Text Example
White with #AA4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4DFE; }
p { color: rgb(170,77,254); }
H1.HeaderClassName
{
color: #AA4DFE;
}
.AnyTagClassName
{
color: #AA4DFE;
}
</style>
background-color css
<style>
a { background-color: #AA4DFE; }
a { background-color: rgb(170,77,254); }
div.DivClassName
{
background-color: #AA4DFE;
}
.BgClassName
{
background-color: #AA4DFE;
}
</style>
border-color css
<style>
span { border-color: #AA4DFE; }
span { border-color: rgb(170,77,254); }
td.TdClassName
{
border-color: #AA4DFE;
}
.TagClassName
{
border-color: #AA4DFE;
}
</style>