Shades of Medium Purple #A47EEE
Tints of Medium Purple #A47EEE
RGB
CMYK
RGB Variations
Color information
#A47EEE (or 0xA47EEE) is known color: Medium Purple. HEX triplet: A4, 7E and EE. RGB value is (164,126,238). Sum of RGB (Red+Green+Blue) = 164+126+238=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #A47EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47EEE is #5B8111. Grayscale: #959595. Windows color (decimal): -5996818 or 15629988. OLE color: 15629988.
HSL color Cylindrical-coordinate representation of color #A47EEE: hue angle of 260.36º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A47EEE is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 126 | 238 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.07 |
| HSL | 260.36º | 0.77% | 0.71% | - |
| HSV(B) | 260.36º | 0.47% | 0.93% | - |
| XYZ | 38.2 | 28.99 | 84.47 | - |
| YUV | 150.13 | 177.59 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 238 | 0.31 | 0.47 | 0 | 0.07 | 260.36 | 0.77 | 0.71 |
| Hex | A4 | 7E | EE | 1F | 2F | 0 | 7 | 104 | 4D | 47 |
| Octal | 244 | 176 | 356 | 37 | 57 | 0 | 7 | 404 | 115 | 107 |
| Binary | 10100100 | 1111110 | 11101110 | 11111 | 101111 | 0 | 111 | 100000100 | 1001101 | 1000111 |
Color Harmonies of #A47EEE
Complementary color
Monochromatic Colors of #A47EEE
Black with #A47EEE
Text Example
Text Example
White with #A47EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47EEE; }
p { color: rgb(164,126,238); }
H1.HeaderClassName
{
color: #A47EEE;
}
.AnyTagClassName
{
color: #A47EEE;
}
</style>
background-color css
<style>
a { background-color: #A47EEE; }
a { background-color: rgb(164,126,238); }
div.DivClassName
{
background-color: #A47EEE;
}
.BgClassName
{
background-color: #A47EEE;
}
</style>
border-color css
<style>
span { border-color: #A47EEE; }
span { border-color: rgb(164,126,238); }
td.TdClassName
{
border-color: #A47EEE;
}
.TagClassName
{
border-color: #A47EEE;
}
</style>