Shades of Medium Purple #A47EEF
Tints of Medium Purple #A47EEF
RGB
CMYK
RGB Variations
Color information
#A47EEF (or 0xA47EEF) is known color: Medium Purple. HEX triplet: A4, 7E and EF. RGB value is (164,126,239). Sum of RGB (Red+Green+Blue) = 164+126+239=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #A47EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47EEF is #5B8110. Grayscale: #959595. Windows color (decimal): -5996817 or 15695524. OLE color: 15695524.
HSL color Cylindrical-coordinate representation of color #A47EEF: hue angle of 260.18º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A47EEF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 126 | 239 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.06 |
| HSL | 260.18º | 0.78% | 0.72% | - |
| HSV(B) | 260.18º | 0.47% | 0.94% | - |
| XYZ | 38.35 | 29.05 | 85.25 | - |
| YUV | 150.24 | 178.09 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 239 | 0.31 | 0.47 | 0 | 0.06 | 260.18 | 0.78 | 0.72 |
| Hex | A4 | 7E | EF | 1F | 2F | 0 | 6 | 104 | 4E | 48 |
| Octal | 244 | 176 | 357 | 37 | 57 | 0 | 6 | 404 | 116 | 110 |
| Binary | 10100100 | 1111110 | 11101111 | 11111 | 101111 | 0 | 110 | 100000100 | 1001110 | 1001000 |
Color Harmonies of #A47EEF
Complementary color
Monochromatic Colors of #A47EEF
Black with #A47EEF
Text Example
Text Example
White with #A47EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47EEF; }
p { color: rgb(164,126,239); }
H1.HeaderClassName
{
color: #A47EEF;
}
.AnyTagClassName
{
color: #A47EEF;
}
</style>
background-color css
<style>
a { background-color: #A47EEF; }
a { background-color: rgb(164,126,239); }
div.DivClassName
{
background-color: #A47EEF;
}
.BgClassName
{
background-color: #A47EEF;
}
</style>
border-color css
<style>
span { border-color: #A47EEF; }
span { border-color: rgb(164,126,239); }
td.TdClassName
{
border-color: #A47EEF;
}
.TagClassName
{
border-color: #A47EEF;
}
</style>