Shades of Medium Purple #A47BE7
Tints of Medium Purple #A47BE7
RGB
CMYK
RGB Variations
Color information
#A47BE7 (or 0xA47BE7) is known color: Medium Purple. HEX triplet: A4, 7B and E7. RGB value is (164,123,231). Sum of RGB (Red+Green+Blue) = 164+123+231=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 231 (90.62% from 255 or 44.59% from 518); Max value from RGB is 231 - color contains mainly: blue. Hex color #A47BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47BE7 is #5B8418. Grayscale: #939393. Windows color (decimal): -5997593 or 15170468. OLE color: 15170468.
HSL color Cylindrical-coordinate representation of color #A47BE7: hue angle of 262.78º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A47BE7 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 123 | 231 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.09 |
| HSL | 262.78º | 0.69% | 0.69% | - |
| HSV(B) | 262.78º | 0.47% | 0.91% | - |
| XYZ | 36.82 | 27.83 | 79.03 | - |
| YUV | 147.57 | 175.08 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 231 | 0.29 | 0.47 | 0 | 0.09 | 262.78 | 0.69 | 0.69 |
| Hex | A4 | 7B | E7 | 1D | 2F | 0 | 9 | 107 | 45 | 45 |
| Octal | 244 | 173 | 347 | 35 | 57 | 0 | 11 | 407 | 105 | 105 |
| Binary | 10100100 | 1111011 | 11100111 | 11101 | 101111 | 0 | 1001 | 100000111 | 1000101 | 1000101 |
Color Harmonies of #A47BE7
Complementary color
Monochromatic Colors of #A47BE7
Black with #A47BE7
Text Example
Text Example
White with #A47BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47BE7; }
p { color: rgb(164,123,231); }
H1.HeaderClassName
{
color: #A47BE7;
}
.AnyTagClassName
{
color: #A47BE7;
}
</style>
background-color css
<style>
a { background-color: #A47BE7; }
a { background-color: rgb(164,123,231); }
div.DivClassName
{
background-color: #A47BE7;
}
.BgClassName
{
background-color: #A47BE7;
}
</style>
border-color css
<style>
span { border-color: #A47BE7; }
span { border-color: rgb(164,123,231); }
td.TdClassName
{
border-color: #A47BE7;
}
.TagClassName
{
border-color: #A47BE7;
}
</style>