Shades of Medium Purple #A47BEE
Tints of Medium Purple #A47BEE
RGB
CMYK
RGB Variations
Color information
#A47BEE (or 0xA47BEE) is known color: Medium Purple. HEX triplet: A4, 7B and EE. RGB value is (164,123,238). Sum of RGB (Red+Green+Blue) = 164+123+238=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #A47BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47BEE is #5B8411. Grayscale: #939393. Windows color (decimal): -5997586 or 15629220. OLE color: 15629220.
HSL color Cylindrical-coordinate representation of color #A47BEE: hue angle of 261.39º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A47BEE is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 123 | 238 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.07 |
| HSL | 261.39º | 0.77% | 0.71% | - |
| HSV(B) | 261.39º | 0.48% | 0.93% | - |
| XYZ | 37.83 | 28.23 | 84.34 | - |
| YUV | 148.37 | 178.58 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 238 | 0.31 | 0.48 | 0 | 0.07 | 261.39 | 0.77 | 0.71 |
| Hex | A4 | 7B | EE | 1F | 30 | 0 | 7 | 105 | 4D | 47 |
| Octal | 244 | 173 | 356 | 37 | 60 | 0 | 7 | 405 | 115 | 107 |
| Binary | 10100100 | 1111011 | 11101110 | 11111 | 110000 | 0 | 111 | 100000101 | 1001101 | 1000111 |
Color Harmonies of #A47BEE
Complementary color
Monochromatic Colors of #A47BEE
Black with #A47BEE
Text Example
Text Example
White with #A47BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47BEE; }
p { color: rgb(164,123,238); }
H1.HeaderClassName
{
color: #A47BEE;
}
.AnyTagClassName
{
color: #A47BEE;
}
</style>
background-color css
<style>
a { background-color: #A47BEE; }
a { background-color: rgb(164,123,238); }
div.DivClassName
{
background-color: #A47BEE;
}
.BgClassName
{
background-color: #A47BEE;
}
</style>
border-color css
<style>
span { border-color: #A47BEE; }
span { border-color: rgb(164,123,238); }
td.TdClassName
{
border-color: #A47BEE;
}
.TagClassName
{
border-color: #A47BEE;
}
</style>