Shades of Medium Purple #A474E0
Tints of Medium Purple #A474E0
RGB
CMYK
RGB Variations
Color information
#A474E0 (or 0xA474E0) is known color: Medium Purple. HEX triplet: A4, 74 and E0. RGB value is (164,116,224). Sum of RGB (Red+Green+Blue) = 164+116+224=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #A474E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A474E0 is #5B8B1F. Grayscale: #8E8E8E. Windows color (decimal): -5999392 or 14709924. OLE color: 14709924.
HSL color Cylindrical-coordinate representation of color #A474E0: hue angle of 266.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A474E0 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 116 | 224 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.12 |
| HSL | 266.67º | 0.64% | 0.67% | - |
| HSV(B) | 266.67º | 0.48% | 0.88% | - |
| XYZ | 35.01 | 25.77 | 73.65 | - |
| YUV | 142.66 | 173.9 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 224 | 0.27 | 0.48 | 0 | 0.12 | 266.67 | 0.64 | 0.67 |
| Hex | A4 | 74 | E0 | 1B | 30 | 0 | C | 10B | 40 | 43 |
| Octal | 244 | 164 | 340 | 33 | 60 | 0 | 14 | 413 | 100 | 103 |
| Binary | 10100100 | 1110100 | 11100000 | 11011 | 110000 | 0 | 1100 | 100001011 | 1000000 | 1000011 |
Color Harmonies of #A474E0
Complementary color
Monochromatic Colors of #A474E0
Black with #A474E0
Text Example
Text Example
White with #A474E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A474E0; }
p { color: rgb(164,116,224); }
H1.HeaderClassName
{
color: #A474E0;
}
.AnyTagClassName
{
color: #A474E0;
}
</style>
background-color css
<style>
a { background-color: #A474E0; }
a { background-color: rgb(164,116,224); }
div.DivClassName
{
background-color: #A474E0;
}
.BgClassName
{
background-color: #A474E0;
}
</style>
border-color css
<style>
span { border-color: #A474E0; }
span { border-color: rgb(164,116,224); }
td.TdClassName
{
border-color: #A474E0;
}
.TagClassName
{
border-color: #A474E0;
}
</style>