Shades of Medium Purple #A774E0
Tints of Medium Purple #A774E0
RGB
CMYK
RGB Variations
Color information
#A774E0 (or 0xA774E0) is known color: Medium Purple. HEX triplet: A7, 74 and E0. RGB value is (167,116,224). Sum of RGB (Red+Green+Blue) = 167+116+224=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #A774E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A774E0 is #588B1F. Grayscale: #8F8F8F. Windows color (decimal): -5802784 or 14709927. OLE color: 14709927.
HSL color Cylindrical-coordinate representation of color #A774E0: hue angle of 268.33º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A774E0 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 116 | 224 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.12 |
| HSL | 268.33º | 0.64% | 0.67% | - |
| HSV(B) | 268.33º | 0.48% | 0.88% | - |
| XYZ | 35.64 | 26.09 | 73.68 | - |
| YUV | 143.56 | 173.4 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 116 | 224 | 0.25 | 0.48 | 0 | 0.12 | 268.33 | 0.64 | 0.67 |
| Hex | A7 | 74 | E0 | 19 | 30 | 0 | C | 10C | 40 | 43 |
| Octal | 247 | 164 | 340 | 31 | 60 | 0 | 14 | 414 | 100 | 103 |
| Binary | 10100111 | 1110100 | 11100000 | 11001 | 110000 | 0 | 1100 | 100001100 | 1000000 | 1000011 |
Color Harmonies of #A774E0
Complementary color
Monochromatic Colors of #A774E0
Black with #A774E0
Text Example
Text Example
White with #A774E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A774E0; }
p { color: rgb(167,116,224); }
H1.HeaderClassName
{
color: #A774E0;
}
.AnyTagClassName
{
color: #A774E0;
}
</style>
background-color css
<style>
a { background-color: #A774E0; }
a { background-color: rgb(167,116,224); }
div.DivClassName
{
background-color: #A774E0;
}
.BgClassName
{
background-color: #A774E0;
}
</style>
border-color css
<style>
span { border-color: #A774E0; }
span { border-color: rgb(167,116,224); }
td.TdClassName
{
border-color: #A774E0;
}
.TagClassName
{
border-color: #A774E0;
}
</style>