Shades of Medium Orchid #AA4FEE
Tints of Medium Orchid #AA4FEE
RGB
CMYK
RGB Variations
Color information
#AA4FEE (or 0xAA4FEE) is known color: Medium Orchid. HEX triplet: AA, 4F and EE. RGB value is (170,79,238). Sum of RGB (Red+Green+Blue) = 170+79+238=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA4FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4FEE is #55B011. Grayscale: #7B7B7B. Windows color (decimal): -5615634 or 15617962. OLE color: 15617962.
HSL color Cylindrical-coordinate representation of color #AA4FEE: hue angle of 274.34º degrees, saturation: 0.82, 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 #AA4FEE is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 79 | 238 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.07 |
| HSL | 274.34º | 0.82% | 0.62% | - |
| HSV(B) | 274.34º | 0.67% | 0.93% | - |
| XYZ | 34.81 | 20.31 | 82.97 | - |
| YUV | 124.34 | 192.15 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 238 | 0.29 | 0.67 | 0 | 0.07 | 274.34 | 0.82 | 0.62 |
| Hex | AA | 4F | EE | 1D | 43 | 0 | 7 | 112 | 52 | 3E |
| Octal | 252 | 117 | 356 | 35 | 103 | 0 | 7 | 422 | 122 | 76 |
| Binary | 10101010 | 1001111 | 11101110 | 11101 | 1000011 | 0 | 111 | 100010010 | 1010010 | 111110 |
Color Harmonies of #AA4FEE
Complementary color
Monochromatic Colors of #AA4FEE
Black with #AA4FEE
Text Example
Text Example
White with #AA4FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FEE; }
p { color: rgb(170,79,238); }
H1.HeaderClassName
{
color: #AA4FEE;
}
.AnyTagClassName
{
color: #AA4FEE;
}
</style>
background-color css
<style>
a { background-color: #AA4FEE; }
a { background-color: rgb(170,79,238); }
div.DivClassName
{
background-color: #AA4FEE;
}
.BgClassName
{
background-color: #AA4FEE;
}
</style>
border-color css
<style>
span { border-color: #AA4FEE; }
span { border-color: rgb(170,79,238); }
td.TdClassName
{
border-color: #AA4FEE;
}
.TagClassName
{
border-color: #AA4FEE;
}
</style>