Shades of Medium Purple #A474EF
Tints of Medium Purple #A474EF
RGB
CMYK
RGB Variations
Color information
#A474EF (or 0xA474EF) is known color: Medium Purple. HEX triplet: A4, 74 and EF. RGB value is (164,116,239). Sum of RGB (Red+Green+Blue) = 164+116+239=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #A474EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A474EF is #5B8B10. Grayscale: #8F8F8F. Windows color (decimal): -5999377 or 15692964. OLE color: 15692964.
HSL color Cylindrical-coordinate representation of color #A474EF: hue angle of 263.41º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A474EF is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 116 | 239 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.06 |
| HSL | 263.41º | 0.79% | 0.7% | - |
| HSV(B) | 263.41º | 0.51% | 0.94% | - |
| XYZ | 37.14 | 26.62 | 84.84 | - |
| YUV | 144.37 | 181.4 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 239 | 0.31 | 0.51 | 0 | 0.06 | 263.41 | 0.79 | 0.7 |
| Hex | A4 | 74 | EF | 1F | 33 | 0 | 6 | 107 | 4F | 46 |
| Octal | 244 | 164 | 357 | 37 | 63 | 0 | 6 | 407 | 117 | 106 |
| Binary | 10100100 | 1110100 | 11101111 | 11111 | 110011 | 0 | 110 | 100000111 | 1001111 | 1000110 |
Color Harmonies of #A474EF
Complementary color
Monochromatic Colors of #A474EF
Black with #A474EF
Text Example
Text Example
White with #A474EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A474EF; }
p { color: rgb(164,116,239); }
H1.HeaderClassName
{
color: #A474EF;
}
.AnyTagClassName
{
color: #A474EF;
}
</style>
background-color css
<style>
a { background-color: #A474EF; }
a { background-color: rgb(164,116,239); }
div.DivClassName
{
background-color: #A474EF;
}
.BgClassName
{
background-color: #A474EF;
}
</style>
border-color css
<style>
span { border-color: #A474EF; }
span { border-color: rgb(164,116,239); }
td.TdClassName
{
border-color: #A474EF;
}
.TagClassName
{
border-color: #A474EF;
}
</style>