Shades of Medium Purple #A474FA
Tints of Medium Purple #A474FA
RGB
CMYK
RGB Variations
Color information
#A474FA (or 0xA474FA) is known color: Medium Purple. HEX triplet: A4, 74 and FA. RGB value is (164,116,250). Sum of RGB (Red+Green+Blue) = 164+116+250=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #A474FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A474FA is #5B8B05. Grayscale: #919191. Windows color (decimal): -5999366 or 16413860. OLE color: 16413860.
HSL color Cylindrical-coordinate representation of color #A474FA: hue angle of 261.49º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A474FA is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 116 | 250 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.02 |
| HSL | 261.49º | 0.93% | 0.72% | - |
| HSV(B) | 261.49º | 0.54% | 0.98% | - |
| XYZ | 38.81 | 27.29 | 93.66 | - |
| YUV | 145.63 | 186.9 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 250 | 0.34 | 0.54 | 0 | 0.02 | 261.49 | 0.93 | 0.72 |
| Hex | A4 | 74 | FA | 22 | 36 | 0 | 2 | 105 | 5D | 48 |
| Octal | 244 | 164 | 372 | 42 | 66 | 0 | 2 | 405 | 135 | 110 |
| Binary | 10100100 | 1110100 | 11111010 | 100010 | 110110 | 0 | 10 | 100000101 | 1011101 | 1001000 |
Color Harmonies of #A474FA
Complementary color
Monochromatic Colors of #A474FA
Black with #A474FA
Text Example
Text Example
White with #A474FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A474FA; }
p { color: rgb(164,116,250); }
H1.HeaderClassName
{
color: #A474FA;
}
.AnyTagClassName
{
color: #A474FA;
}
</style>
background-color css
<style>
a { background-color: #A474FA; }
a { background-color: rgb(164,116,250); }
div.DivClassName
{
background-color: #A474FA;
}
.BgClassName
{
background-color: #A474FA;
}
</style>
border-color css
<style>
span { border-color: #A474FA; }
span { border-color: rgb(164,116,250); }
td.TdClassName
{
border-color: #A474FA;
}
.TagClassName
{
border-color: #A474FA;
}
</style>