Shades of Medium Purple #A774FA
Tints of Medium Purple #A774FA
RGB
CMYK
RGB Variations
Color information
#A774FA (or 0xA774FA) is known color: Medium Purple. HEX triplet: A7, 74 and FA. RGB value is (167,116,250). Sum of RGB (Red+Green+Blue) = 167+116+250=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #A774FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A774FA is #588B05. Grayscale: #929292. Windows color (decimal): -5802758 or 16413863. OLE color: 16413863.
HSL color Cylindrical-coordinate representation of color #A774FA: hue angle of 262.84º 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 #A774FA is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 116 | 250 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.02 |
| HSL | 262.84º | 0.93% | 0.72% | - |
| HSV(B) | 262.84º | 0.54% | 0.98% | - |
| XYZ | 39.44 | 27.61 | 93.69 | - |
| YUV | 146.53 | 186.4 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 116 | 250 | 0.33 | 0.54 | 0 | 0.02 | 262.84 | 0.93 | 0.72 |
| Hex | A7 | 74 | FA | 21 | 36 | 0 | 2 | 107 | 5D | 48 |
| Octal | 247 | 164 | 372 | 41 | 66 | 0 | 2 | 407 | 135 | 110 |
| Binary | 10100111 | 1110100 | 11111010 | 100001 | 110110 | 0 | 10 | 100000111 | 1011101 | 1001000 |
Color Harmonies of #A774FA
Complementary color
Monochromatic Colors of #A774FA
Black with #A774FA
Text Example
Text Example
White with #A774FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A774FA; }
p { color: rgb(167,116,250); }
H1.HeaderClassName
{
color: #A774FA;
}
.AnyTagClassName
{
color: #A774FA;
}
</style>
background-color css
<style>
a { background-color: #A774FA; }
a { background-color: rgb(167,116,250); }
div.DivClassName
{
background-color: #A774FA;
}
.BgClassName
{
background-color: #A774FA;
}
</style>
border-color css
<style>
span { border-color: #A774FA; }
span { border-color: rgb(167,116,250); }
td.TdClassName
{
border-color: #A774FA;
}
.TagClassName
{
border-color: #A774FA;
}
</style>