Shades of Medium Purple #A471EB
Tints of Medium Purple #A471EB
RGB
CMYK
RGB Variations
Color information
#A471EB (or 0xA471EB) is known color: Medium Purple. HEX triplet: A4, 71 and EB. RGB value is (164,113,235). Sum of RGB (Red+Green+Blue) = 164+113+235=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #A471EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A471EB is #5B8E14. Grayscale: #8D8D8D. Windows color (decimal): -6000149 or 15430052. OLE color: 15430052.
HSL color Cylindrical-coordinate representation of color #A471EB: hue angle of 265.08º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A471EB is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 113 | 235 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.08 |
| HSL | 265.08º | 0.75% | 0.68% | - |
| HSV(B) | 265.08º | 0.52% | 0.92% | - |
| XYZ | 36.21 | 25.7 | 81.65 | - |
| YUV | 142.16 | 180.4 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 235 | 0.30 | 0.52 | 0 | 0.08 | 265.08 | 0.75 | 0.68 |
| Hex | A4 | 71 | EB | 1E | 34 | 0 | 8 | 109 | 4B | 44 |
| Octal | 244 | 161 | 353 | 36 | 64 | 0 | 10 | 411 | 113 | 104 |
| Binary | 10100100 | 1110001 | 11101011 | 11110 | 110100 | 0 | 1000 | 100001001 | 1001011 | 1000100 |
Color Harmonies of #A471EB
Complementary color
Monochromatic Colors of #A471EB
Black with #A471EB
Text Example
Text Example
White with #A471EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A471EB; }
p { color: rgb(164,113,235); }
H1.HeaderClassName
{
color: #A471EB;
}
.AnyTagClassName
{
color: #A471EB;
}
</style>
background-color css
<style>
a { background-color: #A471EB; }
a { background-color: rgb(164,113,235); }
div.DivClassName
{
background-color: #A471EB;
}
.BgClassName
{
background-color: #A471EB;
}
</style>
border-color css
<style>
span { border-color: #A471EB; }
span { border-color: rgb(164,113,235); }
td.TdClassName
{
border-color: #A471EB;
}
.TagClassName
{
border-color: #A471EB;
}
</style>