Shades of Medium Orchid #AA4FEF
Tints of Medium Orchid #AA4FEF
RGB
CMYK
RGB Variations
Color information
#AA4FEF (or 0xAA4FEF) is known color: Medium Orchid. HEX triplet: AA, 4F and EF. RGB value is (170,79,239). Sum of RGB (Red+Green+Blue) = 170+79+239=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA4FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4FEF is #55B010. Grayscale: #7B7B7B. Windows color (decimal): -5615633 or 15683498. OLE color: 15683498.
HSL color Cylindrical-coordinate representation of color #AA4FEF: hue angle of 274.12º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA4FEF is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 79 | 239 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.06 |
| HSL | 274.13º | 0.83% | 0.62% | - |
| HSV(B) | 274.13º | 0.67% | 0.94% | - |
| XYZ | 34.95 | 20.37 | 83.75 | - |
| YUV | 124.45 | 192.65 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 239 | 0.29 | 0.67 | 0 | 0.06 | 274.13 | 0.83 | 0.62 |
| Hex | AA | 4F | EF | 1D | 43 | 0 | 6 | 112 | 53 | 3E |
| Octal | 252 | 117 | 357 | 35 | 103 | 0 | 6 | 422 | 123 | 76 |
| Binary | 10101010 | 1001111 | 11101111 | 11101 | 1000011 | 0 | 110 | 100010010 | 1010011 | 111110 |
Color Harmonies of #AA4FEF
Complementary color
Monochromatic Colors of #AA4FEF
Black with #AA4FEF
Text Example
Text Example
White with #AA4FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FEF; }
p { color: rgb(170,79,239); }
H1.HeaderClassName
{
color: #AA4FEF;
}
.AnyTagClassName
{
color: #AA4FEF;
}
</style>
background-color css
<style>
a { background-color: #AA4FEF; }
a { background-color: rgb(170,79,239); }
div.DivClassName
{
background-color: #AA4FEF;
}
.BgClassName
{
background-color: #AA4FEF;
}
</style>
border-color css
<style>
span { border-color: #AA4FEF; }
span { border-color: rgb(170,79,239); }
td.TdClassName
{
border-color: #AA4FEF;
}
.TagClassName
{
border-color: #AA4FEF;
}
</style>