Shades of Medium Purple #A47BE2
Tints of Medium Purple #A47BE2
RGB
CMYK
RGB Variations
Color information
#A47BE2 (or 0xA47BE2) is known color: Medium Purple. HEX triplet: A4, 7B and E2. RGB value is (164,123,226). Sum of RGB (Red+Green+Blue) = 164+123+226=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 226 (88.67% from 255 or 44.05% from 513); Max value from RGB is 226 - color contains mainly: blue. Hex color #A47BE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47BE2 is #5B841D. Grayscale: #929292. Windows color (decimal): -5997598 or 14842788. OLE color: 14842788.
HSL color Cylindrical-coordinate representation of color #A47BE2: hue angle of 263.88º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A47BE2 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 123 | 226 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.11 |
| HSL | 263.88º | 0.64% | 0.68% | - |
| HSV(B) | 263.88º | 0.46% | 0.89% | - |
| XYZ | 36.12 | 27.55 | 75.37 | - |
| YUV | 147 | 172.58 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 226 | 0.27 | 0.46 | 0 | 0.11 | 263.88 | 0.64 | 0.68 |
| Hex | A4 | 7B | E2 | 1B | 2E | 0 | B | 108 | 40 | 44 |
| Octal | 244 | 173 | 342 | 33 | 56 | 0 | 13 | 410 | 100 | 104 |
| Binary | 10100100 | 1111011 | 11100010 | 11011 | 101110 | 0 | 1011 | 100001000 | 1000000 | 1000100 |
Color Harmonies of #A47BE2
Complementary color
Monochromatic Colors of #A47BE2
Black with #A47BE2
Text Example
Text Example
White with #A47BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47BE2; }
p { color: rgb(164,123,226); }
H1.HeaderClassName
{
color: #A47BE2;
}
.AnyTagClassName
{
color: #A47BE2;
}
</style>
background-color css
<style>
a { background-color: #A47BE2; }
a { background-color: rgb(164,123,226); }
div.DivClassName
{
background-color: #A47BE2;
}
.BgClassName
{
background-color: #A47BE2;
}
</style>
border-color css
<style>
span { border-color: #A47BE2; }
span { border-color: rgb(164,123,226); }
td.TdClassName
{
border-color: #A47BE2;
}
.TagClassName
{
border-color: #A47BE2;
}
</style>