Shades of Medium Purple #AA7CEF
Tints of Medium Purple #AA7CEF
RGB
CMYK
RGB Variations
Color information
#AA7CEF (or 0xAA7CEF) is known color: Medium Purple. HEX triplet: AA, 7C and EF. RGB value is (170,124,239). Sum of RGB (Red+Green+Blue) = 170+124+239=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA7CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7CEF is #558310. Grayscale: #969696. Windows color (decimal): -5604113 or 15695018. OLE color: 15695018.
HSL color Cylindrical-coordinate representation of color #AA7CEF: hue angle of 264º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA7CEF is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 124 | 239 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.06 |
| HSL | 264º | 0.78% | 0.71% | - |
| HSV(B) | 264º | 0.48% | 0.94% | - |
| XYZ | 39.37 | 29.19 | 85.22 | - |
| YUV | 150.86 | 177.74 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 239 | 0.29 | 0.48 | 0 | 0.06 | 264 | 0.78 | 0.71 |
| Hex | AA | 7C | EF | 1D | 30 | 0 | 6 | 108 | 4E | 47 |
| Octal | 252 | 174 | 357 | 35 | 60 | 0 | 6 | 410 | 116 | 107 |
| Binary | 10101010 | 1111100 | 11101111 | 11101 | 110000 | 0 | 110 | 100001000 | 1001110 | 1000111 |
Color Harmonies of #AA7CEF
Complementary color
Monochromatic Colors of #AA7CEF
Black with #AA7CEF
Text Example
Text Example
White with #AA7CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7CEF; }
p { color: rgb(170,124,239); }
H1.HeaderClassName
{
color: #AA7CEF;
}
.AnyTagClassName
{
color: #AA7CEF;
}
</style>
background-color css
<style>
a { background-color: #AA7CEF; }
a { background-color: rgb(170,124,239); }
div.DivClassName
{
background-color: #AA7CEF;
}
.BgClassName
{
background-color: #AA7CEF;
}
</style>
border-color css
<style>
span { border-color: #AA7CEF; }
span { border-color: rgb(170,124,239); }
td.TdClassName
{
border-color: #AA7CEF;
}
.TagClassName
{
border-color: #AA7CEF;
}
</style>