Shades of Medium Purple #A474E5
Tints of Medium Purple #A474E5
RGB
CMYK
RGB Variations
Color information
#A474E5 (or 0xA474E5) is known color: Medium Purple. HEX triplet: A4, 74 and E5. RGB value is (164,116,229). Sum of RGB (Red+Green+Blue) = 164+116+229=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #A474E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A474E5 is #5B8B1A. Grayscale: #8E8E8E. Windows color (decimal): -5999387 or 15037604. OLE color: 15037604.
HSL color Cylindrical-coordinate representation of color #A474E5: hue angle of 265.49º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A474E5 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 116 | 229 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.10 |
| HSL | 265.49º | 0.68% | 0.68% | - |
| HSV(B) | 265.49º | 0.49% | 0.9% | - |
| XYZ | 35.7 | 26.04 | 77.27 | - |
| YUV | 143.23 | 176.4 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 229 | 0.28 | 0.49 | 0 | 0.10 | 265.49 | 0.68 | 0.68 |
| Hex | A4 | 74 | E5 | 1C | 31 | 0 | A | 109 | 44 | 44 |
| Octal | 244 | 164 | 345 | 34 | 61 | 0 | 12 | 411 | 104 | 104 |
| Binary | 10100100 | 1110100 | 11100101 | 11100 | 110001 | 0 | 1010 | 100001001 | 1000100 | 1000100 |
Color Harmonies of #A474E5
Complementary color
Monochromatic Colors of #A474E5
Black with #A474E5
Text Example
Text Example
White with #A474E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A474E5; }
p { color: rgb(164,116,229); }
H1.HeaderClassName
{
color: #A474E5;
}
.AnyTagClassName
{
color: #A474E5;
}
</style>
background-color css
<style>
a { background-color: #A474E5; }
a { background-color: rgb(164,116,229); }
div.DivClassName
{
background-color: #A474E5;
}
.BgClassName
{
background-color: #A474E5;
}
</style>
border-color css
<style>
span { border-color: #A474E5; }
span { border-color: rgb(164,116,229); }
td.TdClassName
{
border-color: #A474E5;
}
.TagClassName
{
border-color: #A474E5;
}
</style>