Shades of Medium Purple #A774EE
Tints of Medium Purple #A774EE
RGB
CMYK
RGB Variations
Color information
#A774EE (or 0xA774EE) is known color: Medium Purple. HEX triplet: A7, 74 and EE. RGB value is (167,116,238). Sum of RGB (Red+Green+Blue) = 167+116+238=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #A774EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A774EE is #588B11. Grayscale: #909090. Windows color (decimal): -5802770 or 15627431. OLE color: 15627431.
HSL color Cylindrical-coordinate representation of color #A774EE: hue angle of 265.08º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A774EE is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 116 | 238 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.07 |
| HSL | 265.08º | 0.78% | 0.69% | - |
| HSV(B) | 265.08º | 0.51% | 0.93% | - |
| XYZ | 37.61 | 26.88 | 84.09 | - |
| YUV | 145.16 | 180.4 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 116 | 238 | 0.30 | 0.51 | 0 | 0.07 | 265.08 | 0.78 | 0.69 |
| Hex | A7 | 74 | EE | 1E | 33 | 0 | 7 | 109 | 4E | 45 |
| Octal | 247 | 164 | 356 | 36 | 63 | 0 | 7 | 411 | 116 | 105 |
| Binary | 10100111 | 1110100 | 11101110 | 11110 | 110011 | 0 | 111 | 100001001 | 1001110 | 1000101 |
Color Harmonies of #A774EE
Complementary color
Monochromatic Colors of #A774EE
Black with #A774EE
Text Example
Text Example
White with #A774EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A774EE; }
p { color: rgb(167,116,238); }
H1.HeaderClassName
{
color: #A774EE;
}
.AnyTagClassName
{
color: #A774EE;
}
</style>
background-color css
<style>
a { background-color: #A774EE; }
a { background-color: rgb(167,116,238); }
div.DivClassName
{
background-color: #A774EE;
}
.BgClassName
{
background-color: #A774EE;
}
</style>
border-color css
<style>
span { border-color: #A774EE; }
span { border-color: rgb(167,116,238); }
td.TdClassName
{
border-color: #A774EE;
}
.TagClassName
{
border-color: #A774EE;
}
</style>