Shades of Medium Purple #A474EE
Tints of Medium Purple #A474EE
RGB
CMYK
RGB Variations
Color information
#A474EE (or 0xA474EE) is known color: Medium Purple. HEX triplet: A4, 74 and EE. RGB value is (164,116,238). Sum of RGB (Red+Green+Blue) = 164+116+238=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #A474EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A474EE is #5B8B11. Grayscale: #8F8F8F. Windows color (decimal): -5999378 or 15627428. OLE color: 15627428.
HSL color Cylindrical-coordinate representation of color #A474EE: hue angle of 263.61º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A474EE is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 116 | 238 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.07 |
| HSL | 263.61º | 0.78% | 0.69% | - |
| HSV(B) | 263.61º | 0.51% | 0.93% | - |
| XYZ | 36.99 | 26.56 | 84.07 | - |
| YUV | 144.26 | 180.9 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 238 | 0.31 | 0.51 | 0 | 0.07 | 263.61 | 0.78 | 0.69 |
| Hex | A4 | 74 | EE | 1F | 33 | 0 | 7 | 108 | 4E | 45 |
| Octal | 244 | 164 | 356 | 37 | 63 | 0 | 7 | 410 | 116 | 105 |
| Binary | 10100100 | 1110100 | 11101110 | 11111 | 110011 | 0 | 111 | 100001000 | 1001110 | 1000101 |
Color Harmonies of #A474EE
Complementary color
Monochromatic Colors of #A474EE
Black with #A474EE
Text Example
Text Example
White with #A474EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A474EE; }
p { color: rgb(164,116,238); }
H1.HeaderClassName
{
color: #A474EE;
}
.AnyTagClassName
{
color: #A474EE;
}
</style>
background-color css
<style>
a { background-color: #A474EE; }
a { background-color: rgb(164,116,238); }
div.DivClassName
{
background-color: #A474EE;
}
.BgClassName
{
background-color: #A474EE;
}
</style>
border-color css
<style>
span { border-color: #A474EE; }
span { border-color: rgb(164,116,238); }
td.TdClassName
{
border-color: #A474EE;
}
.TagClassName
{
border-color: #A474EE;
}
</style>