Shades of Medium Purple #A474EA
Tints of Medium Purple #A474EA
RGB
CMYK
RGB Variations
Color information
#A474EA (or 0xA474EA) is known color: Medium Purple. HEX triplet: A4, 74 and EA. RGB value is (164,116,234). Sum of RGB (Red+Green+Blue) = 164+116+234=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #A474EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A474EA is #5B8B15. Grayscale: #8F8F8F. Windows color (decimal): -5999382 or 15365284. OLE color: 15365284.
HSL color Cylindrical-coordinate representation of color #A474EA: hue angle of 264.41º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A474EA is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 116 | 234 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.08 |
| HSL | 264.41º | 0.74% | 0.69% | - |
| HSV(B) | 264.41º | 0.5% | 0.92% | - |
| XYZ | 36.41 | 26.32 | 81 | - |
| YUV | 143.8 | 178.9 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 234 | 0.30 | 0.50 | 0 | 0.08 | 264.41 | 0.74 | 0.69 |
| Hex | A4 | 74 | EA | 1E | 32 | 0 | 8 | 108 | 4A | 45 |
| Octal | 244 | 164 | 352 | 36 | 62 | 0 | 10 | 410 | 112 | 105 |
| Binary | 10100100 | 1110100 | 11101010 | 11110 | 110010 | 0 | 1000 | 100001000 | 1001010 | 1000101 |
Color Harmonies of #A474EA
Complementary color
Monochromatic Colors of #A474EA
Black with #A474EA
Text Example
Text Example
White with #A474EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A474EA; }
p { color: rgb(164,116,234); }
H1.HeaderClassName
{
color: #A474EA;
}
.AnyTagClassName
{
color: #A474EA;
}
</style>
background-color css
<style>
a { background-color: #A474EA; }
a { background-color: rgb(164,116,234); }
div.DivClassName
{
background-color: #A474EA;
}
.BgClassName
{
background-color: #A474EA;
}
</style>
border-color css
<style>
span { border-color: #A474EA; }
span { border-color: rgb(164,116,234); }
td.TdClassName
{
border-color: #A474EA;
}
.TagClassName
{
border-color: #A474EA;
}
</style>