Shades of Medium Purple #A47EEA
Tints of Medium Purple #A47EEA
RGB
CMYK
RGB Variations
Color information
#A47EEA (or 0xA47EEA) is known color: Medium Purple. HEX triplet: A4, 7E and EA. RGB value is (164,126,234). Sum of RGB (Red+Green+Blue) = 164+126+234=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #A47EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47EEA is #5B8115. Grayscale: #959595. Windows color (decimal): -5996822 or 15367844. OLE color: 15367844.
HSL color Cylindrical-coordinate representation of color #A47EEA: hue angle of 261.11º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A47EEA is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 126 | 234 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.08 |
| HSL | 261.11º | 0.72% | 0.71% | - |
| HSV(B) | 261.11º | 0.46% | 0.92% | - |
| XYZ | 37.62 | 28.75 | 81.41 | - |
| YUV | 149.67 | 175.59 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 234 | 0.30 | 0.46 | 0 | 0.08 | 261.11 | 0.72 | 0.71 |
| Hex | A4 | 7E | EA | 1E | 2E | 0 | 8 | 105 | 48 | 47 |
| Octal | 244 | 176 | 352 | 36 | 56 | 0 | 10 | 405 | 110 | 107 |
| Binary | 10100100 | 1111110 | 11101010 | 11110 | 101110 | 0 | 1000 | 100000101 | 1001000 | 1000111 |
Color Harmonies of #A47EEA
Complementary color
Monochromatic Colors of #A47EEA
Black with #A47EEA
Text Example
Text Example
White with #A47EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47EEA; }
p { color: rgb(164,126,234); }
H1.HeaderClassName
{
color: #A47EEA;
}
.AnyTagClassName
{
color: #A47EEA;
}
</style>
background-color css
<style>
a { background-color: #A47EEA; }
a { background-color: rgb(164,126,234); }
div.DivClassName
{
background-color: #A47EEA;
}
.BgClassName
{
background-color: #A47EEA;
}
</style>
border-color css
<style>
span { border-color: #A47EEA; }
span { border-color: rgb(164,126,234); }
td.TdClassName
{
border-color: #A47EEA;
}
.TagClassName
{
border-color: #A47EEA;
}
</style>