Shades of Medium Purple #A473E1
Tints of Medium Purple #A473E1
RGB
CMYK
RGB Variations
Color information
#A473E1 (or 0xA473E1) is known color: Medium Purple. HEX triplet: A4, 73 and E1. RGB value is (164,115,225). Sum of RGB (Red+Green+Blue) = 164+115+225=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #A473E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A473E1 is #5B8C1E. Grayscale: #8D8D8D. Windows color (decimal): -5999647 or 14775204. OLE color: 14775204.
HSL color Cylindrical-coordinate representation of color #A473E1: hue angle of 266.73º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A473E1 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 115 | 225 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.12 |
| HSL | 266.73º | 0.65% | 0.67% | - |
| HSV(B) | 266.73º | 0.49% | 0.88% | - |
| XYZ | 35.03 | 25.59 | 74.33 | - |
| YUV | 142.19 | 174.73 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 225 | 0.27 | 0.49 | 0 | 0.12 | 266.73 | 0.65 | 0.67 |
| Hex | A4 | 73 | E1 | 1B | 31 | 0 | C | 10B | 41 | 43 |
| Octal | 244 | 163 | 341 | 33 | 61 | 0 | 14 | 413 | 101 | 103 |
| Binary | 10100100 | 1110011 | 11100001 | 11011 | 110001 | 0 | 1100 | 100001011 | 1000001 | 1000011 |
Color Harmonies of #A473E1
Complementary color
Monochromatic Colors of #A473E1
Black with #A473E1
Text Example
Text Example
White with #A473E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A473E1; }
p { color: rgb(164,115,225); }
H1.HeaderClassName
{
color: #A473E1;
}
.AnyTagClassName
{
color: #A473E1;
}
</style>
background-color css
<style>
a { background-color: #A473E1; }
a { background-color: rgb(164,115,225); }
div.DivClassName
{
background-color: #A473E1;
}
.BgClassName
{
background-color: #A473E1;
}
</style>
border-color css
<style>
span { border-color: #A473E1; }
span { border-color: rgb(164,115,225); }
td.TdClassName
{
border-color: #A473E1;
}
.TagClassName
{
border-color: #A473E1;
}
</style>