Shades of Medium Purple #A474F6
Tints of Medium Purple #A474F6
RGB
CMYK
RGB Variations
Color information
#A474F6 (or 0xA474F6) is known color: Medium Purple. HEX triplet: A4, 74 and F6. RGB value is (164,116,246). Sum of RGB (Red+Green+Blue) = 164+116+246=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #A474F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A474F6 is #5B8B09. Grayscale: #909090. Windows color (decimal): -5999370 or 16151716. OLE color: 16151716.
HSL color Cylindrical-coordinate representation of color #A474F6: hue angle of 262.15º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A474F6 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 116 | 246 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.04 |
| HSL | 262.15º | 0.88% | 0.71% | - |
| HSV(B) | 262.15º | 0.53% | 0.96% | - |
| XYZ | 38.19 | 27.04 | 90.39 | - |
| YUV | 145.17 | 184.9 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 246 | 0.33 | 0.53 | 0 | 0.04 | 262.15 | 0.88 | 0.71 |
| Hex | A4 | 74 | F6 | 21 | 35 | 0 | 4 | 106 | 58 | 47 |
| Octal | 244 | 164 | 366 | 41 | 65 | 0 | 4 | 406 | 130 | 107 |
| Binary | 10100100 | 1110100 | 11110110 | 100001 | 110101 | 0 | 100 | 100000110 | 1011000 | 1000111 |
Color Harmonies of #A474F6
Complementary color
Monochromatic Colors of #A474F6
Black with #A474F6
Text Example
Text Example
White with #A474F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A474F6; }
p { color: rgb(164,116,246); }
H1.HeaderClassName
{
color: #A474F6;
}
.AnyTagClassName
{
color: #A474F6;
}
</style>
background-color css
<style>
a { background-color: #A474F6; }
a { background-color: rgb(164,116,246); }
div.DivClassName
{
background-color: #A474F6;
}
.BgClassName
{
background-color: #A474F6;
}
</style>
border-color css
<style>
span { border-color: #A474F6; }
span { border-color: rgb(164,116,246); }
td.TdClassName
{
border-color: #A474F6;
}
.TagClassName
{
border-color: #A474F6;
}
</style>