Shades of Medium Purple #A47CED
Tints of Medium Purple #A47CED
RGB
CMYK
RGB Variations
Color information
#A47CED (or 0xA47CED) is known color: Medium Purple. HEX triplet: A4, 7C and ED. RGB value is (164,124,237). Sum of RGB (Red+Green+Blue) = 164+124+237=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #A47CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47CED is #5B8312. Grayscale: #949494. Windows color (decimal): -5997331 or 15563940. OLE color: 15563940.
HSL color Cylindrical-coordinate representation of color #A47CED: hue angle of 261.24º 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 #A47CED is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 124 | 237 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.07 |
| HSL | 261.24º | 0.76% | 0.71% | - |
| HSV(B) | 261.24º | 0.48% | 0.93% | - |
| XYZ | 37.8 | 28.42 | 83.61 | - |
| YUV | 148.84 | 177.75 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 237 | 0.31 | 0.48 | 0 | 0.07 | 261.24 | 0.76 | 0.71 |
| Hex | A4 | 7C | ED | 1F | 30 | 0 | 7 | 105 | 4C | 47 |
| Octal | 244 | 174 | 355 | 37 | 60 | 0 | 7 | 405 | 114 | 107 |
| Binary | 10100100 | 1111100 | 11101101 | 11111 | 110000 | 0 | 111 | 100000101 | 1001100 | 1000111 |
Color Harmonies of #A47CED
Complementary color
Monochromatic Colors of #A47CED
Black with #A47CED
Text Example
Text Example
White with #A47CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47CED; }
p { color: rgb(164,124,237); }
H1.HeaderClassName
{
color: #A47CED;
}
.AnyTagClassName
{
color: #A47CED;
}
</style>
background-color css
<style>
a { background-color: #A47CED; }
a { background-color: rgb(164,124,237); }
div.DivClassName
{
background-color: #A47CED;
}
.BgClassName
{
background-color: #A47CED;
}
</style>
border-color css
<style>
span { border-color: #A47CED; }
span { border-color: rgb(164,124,237); }
td.TdClassName
{
border-color: #A47CED;
}
.TagClassName
{
border-color: #A47CED;
}
</style>