Shades of Medium Purple #A472EE
Tints of Medium Purple #A472EE
RGB
CMYK
RGB Variations
Color information
#A472EE (or 0xA472EE) is known color: Medium Purple. HEX triplet: A4, 72 and EE. RGB value is (164,114,238). Sum of RGB (Red+Green+Blue) = 164+114+238=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #A472EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A472EE is #5B8D11. Grayscale: #8E8E8E. Windows color (decimal): -5999890 or 15626916. OLE color: 15626916.
HSL color Cylindrical-coordinate representation of color #A472EE: hue angle of 264.19º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A472EE is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 114 | 238 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.07 |
| HSL | 264.19º | 0.78% | 0.69% | - |
| HSV(B) | 264.19º | 0.52% | 0.93% | - |
| XYZ | 36.76 | 26.1 | 83.99 | - |
| YUV | 143.09 | 181.57 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 238 | 0.31 | 0.52 | 0 | 0.07 | 264.19 | 0.78 | 0.69 |
| Hex | A4 | 72 | EE | 1F | 34 | 0 | 7 | 108 | 4E | 45 |
| Octal | 244 | 162 | 356 | 37 | 64 | 0 | 7 | 410 | 116 | 105 |
| Binary | 10100100 | 1110010 | 11101110 | 11111 | 110100 | 0 | 111 | 100001000 | 1001110 | 1000101 |
Color Harmonies of #A472EE
Complementary color
Monochromatic Colors of #A472EE
Black with #A472EE
Text Example
Text Example
White with #A472EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A472EE; }
p { color: rgb(164,114,238); }
H1.HeaderClassName
{
color: #A472EE;
}
.AnyTagClassName
{
color: #A472EE;
}
</style>
background-color css
<style>
a { background-color: #A472EE; }
a { background-color: rgb(164,114,238); }
div.DivClassName
{
background-color: #A472EE;
}
.BgClassName
{
background-color: #A472EE;
}
</style>
border-color css
<style>
span { border-color: #A472EE; }
span { border-color: rgb(164,114,238); }
td.TdClassName
{
border-color: #A472EE;
}
.TagClassName
{
border-color: #A472EE;
}
</style>