Shades of Medium Purple #A972E2
Tints of Medium Purple #A972E2
RGB
CMYK
RGB Variations
Color information
#A972E2 (or 0xA972E2) is known color: Medium Purple. HEX triplet: A9, 72 and E2. RGB value is (169,114,226). Sum of RGB (Red+Green+Blue) = 169+114+226=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 226 (88.67% from 255 or 44.40% from 509); Max value from RGB is 226 - color contains mainly: blue. Hex color #A972E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A972E2 is #568D1D. Grayscale: #8E8E8E. Windows color (decimal): -5672222 or 14840489. OLE color: 14840489.
HSL color Cylindrical-coordinate representation of color #A972E2: hue angle of 269.46º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A972E2 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 114 | 226 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.11 |
| HSL | 269.46º | 0.66% | 0.67% | - |
| HSV(B) | 269.46º | 0.5% | 0.89% | - |
| XYZ | 36.11 | 25.96 | 75.06 | - |
| YUV | 143.21 | 174.72 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 226 | 0.25 | 0.50 | 0 | 0.11 | 269.46 | 0.66 | 0.67 |
| Hex | A9 | 72 | E2 | 19 | 32 | 0 | B | 10D | 42 | 43 |
| Octal | 251 | 162 | 342 | 31 | 62 | 0 | 13 | 415 | 102 | 103 |
| Binary | 10101001 | 1110010 | 11100010 | 11001 | 110010 | 0 | 1011 | 100001101 | 1000010 | 1000011 |
Color Harmonies of #A972E2
Complementary color
Monochromatic Colors of #A972E2
Black with #A972E2
Text Example
Text Example
White with #A972E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A972E2; }
p { color: rgb(169,114,226); }
H1.HeaderClassName
{
color: #A972E2;
}
.AnyTagClassName
{
color: #A972E2;
}
</style>
background-color css
<style>
a { background-color: #A972E2; }
a { background-color: rgb(169,114,226); }
div.DivClassName
{
background-color: #A972E2;
}
.BgClassName
{
background-color: #A972E2;
}
</style>
border-color css
<style>
span { border-color: #A972E2; }
span { border-color: rgb(169,114,226); }
td.TdClassName
{
border-color: #A972E2;
}
.TagClassName
{
border-color: #A972E2;
}
</style>