Shades of Medium Purple #A473E2
Tints of Medium Purple #A473E2
RGB
CMYK
RGB Variations
Color information
#A473E2 (or 0xA473E2) is known color: Medium Purple. HEX triplet: A4, 73 and E2. RGB value is (164,115,226). Sum of RGB (Red+Green+Blue) = 164+115+226=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 226 (88.67% from 255 or 44.75% from 505); Max value from RGB is 226 - color contains mainly: blue. Hex color #A473E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A473E2 is #5B8C1D. Grayscale: #8D8D8D. Windows color (decimal): -5999646 or 14840740. OLE color: 14840740.
HSL color Cylindrical-coordinate representation of color #A473E2: hue angle of 266.49º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A473E2 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 115 | 226 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.11 |
| HSL | 266.49º | 0.66% | 0.67% | - |
| HSV(B) | 266.49º | 0.49% | 0.89% | - |
| XYZ | 35.17 | 25.64 | 75.05 | - |
| YUV | 142.31 | 175.23 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 226 | 0.27 | 0.49 | 0 | 0.11 | 266.49 | 0.66 | 0.67 |
| Hex | A4 | 73 | E2 | 1B | 31 | 0 | B | 10A | 42 | 43 |
| Octal | 244 | 163 | 342 | 33 | 61 | 0 | 13 | 412 | 102 | 103 |
| Binary | 10100100 | 1110011 | 11100010 | 11011 | 110001 | 0 | 1011 | 100001010 | 1000010 | 1000011 |
Color Harmonies of #A473E2
Complementary color
Monochromatic Colors of #A473E2
Black with #A473E2
Text Example
Text Example
White with #A473E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A473E2; }
p { color: rgb(164,115,226); }
H1.HeaderClassName
{
color: #A473E2;
}
.AnyTagClassName
{
color: #A473E2;
}
</style>
background-color css
<style>
a { background-color: #A473E2; }
a { background-color: rgb(164,115,226); }
div.DivClassName
{
background-color: #A473E2;
}
.BgClassName
{
background-color: #A473E2;
}
</style>
border-color css
<style>
span { border-color: #A473E2; }
span { border-color: rgb(164,115,226); }
td.TdClassName
{
border-color: #A473E2;
}
.TagClassName
{
border-color: #A473E2;
}
</style>