Shades of Medium Purple #A973E1
Tints of Medium Purple #A973E1
RGB
CMYK
RGB Variations
Color information
#A973E1 (or 0xA973E1) is known color: Medium Purple. HEX triplet: A9, 73 and E1. RGB value is (169,115,225). Sum of RGB (Red+Green+Blue) = 169+115+225=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #A973E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A973E1 is #568C1E. Grayscale: #8F8F8F. Windows color (decimal): -5671967 or 14775209. OLE color: 14775209.
HSL color Cylindrical-coordinate representation of color #A973E1: hue angle of 269.45º 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 #A973E1 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 115 | 225 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.12 |
| HSL | 269.45º | 0.65% | 0.67% | - |
| HSV(B) | 269.45º | 0.49% | 0.88% | - |
| XYZ | 36.08 | 26.13 | 74.38 | - |
| YUV | 143.69 | 173.89 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 225 | 0.25 | 0.49 | 0 | 0.12 | 269.45 | 0.65 | 0.67 |
| Hex | A9 | 73 | E1 | 19 | 31 | 0 | C | 10D | 41 | 43 |
| Octal | 251 | 163 | 341 | 31 | 61 | 0 | 14 | 415 | 101 | 103 |
| Binary | 10101001 | 1110011 | 11100001 | 11001 | 110001 | 0 | 1100 | 100001101 | 1000001 | 1000011 |
Color Harmonies of #A973E1
Complementary color
Monochromatic Colors of #A973E1
Black with #A973E1
Text Example
Text Example
White with #A973E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A973E1; }
p { color: rgb(169,115,225); }
H1.HeaderClassName
{
color: #A973E1;
}
.AnyTagClassName
{
color: #A973E1;
}
</style>
background-color css
<style>
a { background-color: #A973E1; }
a { background-color: rgb(169,115,225); }
div.DivClassName
{
background-color: #A973E1;
}
.BgClassName
{
background-color: #A973E1;
}
</style>
border-color css
<style>
span { border-color: #A973E1; }
span { border-color: rgb(169,115,225); }
td.TdClassName
{
border-color: #A973E1;
}
.TagClassName
{
border-color: #A973E1;
}
</style>