Shades of Medium Purple #A473ED
Tints of Medium Purple #A473ED
RGB
CMYK
RGB Variations
Color information
#A473ED (or 0xA473ED) is known color: Medium Purple. HEX triplet: A4, 73 and ED. RGB value is (164,115,237). Sum of RGB (Red+Green+Blue) = 164+115+237=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #A473ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A473ED is #5B8C12. Grayscale: #8F8F8F. Windows color (decimal): -5999635 or 15561636. OLE color: 15561636.
HSL color Cylindrical-coordinate representation of color #A473ED: hue angle of 264.1º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A473ED is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 115 | 237 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.07 |
| HSL | 264.1º | 0.77% | 0.69% | - |
| HSV(B) | 264.1º | 0.51% | 0.93% | - |
| XYZ | 36.73 | 26.27 | 83.26 | - |
| YUV | 143.56 | 180.73 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 237 | 0.31 | 0.51 | 0 | 0.07 | 264.1 | 0.77 | 0.69 |
| Hex | A4 | 73 | ED | 1F | 33 | 0 | 7 | 108 | 4D | 45 |
| Octal | 244 | 163 | 355 | 37 | 63 | 0 | 7 | 410 | 115 | 105 |
| Binary | 10100100 | 1110011 | 11101101 | 11111 | 110011 | 0 | 111 | 100001000 | 1001101 | 1000101 |
Color Harmonies of #A473ED
Complementary color
Monochromatic Colors of #A473ED
Black with #A473ED
Text Example
Text Example
White with #A473ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A473ED; }
p { color: rgb(164,115,237); }
H1.HeaderClassName
{
color: #A473ED;
}
.AnyTagClassName
{
color: #A473ED;
}
</style>
background-color css
<style>
a { background-color: #A473ED; }
a { background-color: rgb(164,115,237); }
div.DivClassName
{
background-color: #A473ED;
}
.BgClassName
{
background-color: #A473ED;
}
</style>
border-color css
<style>
span { border-color: #A473ED; }
span { border-color: rgb(164,115,237); }
td.TdClassName
{
border-color: #A473ED;
}
.TagClassName
{
border-color: #A473ED;
}
</style>