Shades of Medium Purple #A47BED
Tints of Medium Purple #A47BED
RGB
CMYK
RGB Variations
Color information
#A47BED (or 0xA47BED) is known color: Medium Purple. HEX triplet: A4, 7B and ED. RGB value is (164,123,237). Sum of RGB (Red+Green+Blue) = 164+123+237=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #A47BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47BED is #5B8412. Grayscale: #939393. Windows color (decimal): -5997587 or 15563684. OLE color: 15563684.
HSL color Cylindrical-coordinate representation of color #A47BED: hue angle of 261.58º degrees, saturation: 0.76, 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 #A47BED is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 123 | 237 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.07 |
| HSL | 261.58º | 0.76% | 0.71% | - |
| HSV(B) | 261.58º | 0.48% | 0.93% | - |
| XYZ | 37.68 | 28.17 | 83.57 | - |
| YUV | 148.26 | 178.08 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 237 | 0.31 | 0.48 | 0 | 0.07 | 261.58 | 0.76 | 0.71 |
| Hex | A4 | 7B | ED | 1F | 30 | 0 | 7 | 106 | 4C | 47 |
| Octal | 244 | 173 | 355 | 37 | 60 | 0 | 7 | 406 | 114 | 107 |
| Binary | 10100100 | 1111011 | 11101101 | 11111 | 110000 | 0 | 111 | 100000110 | 1001100 | 1000111 |
Color Harmonies of #A47BED
Complementary color
Monochromatic Colors of #A47BED
Black with #A47BED
Text Example
Text Example
White with #A47BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47BED; }
p { color: rgb(164,123,237); }
H1.HeaderClassName
{
color: #A47BED;
}
.AnyTagClassName
{
color: #A47BED;
}
</style>
background-color css
<style>
a { background-color: #A47BED; }
a { background-color: rgb(164,123,237); }
div.DivClassName
{
background-color: #A47BED;
}
.BgClassName
{
background-color: #A47BED;
}
</style>
border-color css
<style>
span { border-color: #A47BED; }
span { border-color: rgb(164,123,237); }
td.TdClassName
{
border-color: #A47BED;
}
.TagClassName
{
border-color: #A47BED;
}
</style>