Shades of Medium Purple #A471E5
Tints of Medium Purple #A471E5
RGB
CMYK
RGB Variations
Color information
#A471E5 (or 0xA471E5) is known color: Medium Purple. HEX triplet: A4, 71 and E5. RGB value is (164,113,229). Sum of RGB (Red+Green+Blue) = 164+113+229=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #A471E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471E5 is #5B8E1A. Grayscale: #8D8D8D. Windows color (decimal): -6000155 or 15036836. OLE color: 15036836.
HSL color Cylindrical-coordinate representation of color #A471E5: hue angle of 266.38º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A471E5 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 113 | 229 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.10 |
| HSL | 266.38º | 0.69% | 0.67% | - |
| HSV(B) | 266.38º | 0.51% | 0.9% | - |
| XYZ | 35.36 | 25.36 | 77.16 | - |
| YUV | 141.47 | 177.4 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 229 | 0.28 | 0.51 | 0 | 0.10 | 266.38 | 0.69 | 0.67 |
| Hex | A4 | 71 | E5 | 1C | 33 | 0 | A | 10A | 45 | 43 |
| Octal | 244 | 161 | 345 | 34 | 63 | 0 | 12 | 412 | 105 | 103 |
| Binary | 10100100 | 1110001 | 11100101 | 11100 | 110011 | 0 | 1010 | 100001010 | 1000101 | 1000011 |
Color Harmonies of #A471E5
Complementary color
Monochromatic Colors of #A471E5
Black with #A471E5
Text Example
Text Example
White with #A471E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A471E5; }
p { color: rgb(164,113,229); }
H1.HeaderClassName
{
color: #A471E5;
}
.AnyTagClassName
{
color: #A471E5;
}
</style>
background-color css
<style>
a { background-color: #A471E5; }
a { background-color: rgb(164,113,229); }
div.DivClassName
{
background-color: #A471E5;
}
.BgClassName
{
background-color: #A471E5;
}
</style>
border-color css
<style>
span { border-color: #A471E5; }
span { border-color: rgb(164,113,229); }
td.TdClassName
{
border-color: #A471E5;
}
.TagClassName
{
border-color: #A471E5;
}
</style>