Shades of Medium Orchid #AA4CEF
Tints of Medium Orchid #AA4CEF
RGB
CMYK
RGB Variations
Color information
#AA4CEF (or 0xAA4CEF) is known color: Medium Orchid. HEX triplet: AA, 4C and EF. RGB value is (170,76,239). Sum of RGB (Red+Green+Blue) = 170+76+239=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA4CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4CEF is #55B310. Grayscale: #7A7A7A. Windows color (decimal): -5616401 or 15682730. OLE color: 15682730.
HSL color Cylindrical-coordinate representation of color #AA4CEF: hue angle of 274.6º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA4CEF is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 76 | 239 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.06 |
| HSL | 274.6º | 0.84% | 0.62% | - |
| HSV(B) | 274.6º | 0.68% | 0.94% | - |
| XYZ | 34.74 | 19.95 | 83.68 | - |
| YUV | 122.69 | 193.64 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 239 | 0.29 | 0.68 | 0 | 0.06 | 274.6 | 0.84 | 0.62 |
| Hex | AA | 4C | EF | 1D | 44 | 0 | 6 | 113 | 54 | 3E |
| Octal | 252 | 114 | 357 | 35 | 104 | 0 | 6 | 423 | 124 | 76 |
| Binary | 10101010 | 1001100 | 11101111 | 11101 | 1000100 | 0 | 110 | 100010011 | 1010100 | 111110 |
Color Harmonies of #AA4CEF
Complementary color
Monochromatic Colors of #AA4CEF
Black with #AA4CEF
Text Example
Text Example
White with #AA4CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4CEF; }
p { color: rgb(170,76,239); }
H1.HeaderClassName
{
color: #AA4CEF;
}
.AnyTagClassName
{
color: #AA4CEF;
}
</style>
background-color css
<style>
a { background-color: #AA4CEF; }
a { background-color: rgb(170,76,239); }
div.DivClassName
{
background-color: #AA4CEF;
}
.BgClassName
{
background-color: #AA4CEF;
}
</style>
border-color css
<style>
span { border-color: #AA4CEF; }
span { border-color: rgb(170,76,239); }
td.TdClassName
{
border-color: #AA4CEF;
}
.TagClassName
{
border-color: #AA4CEF;
}
</style>