Shades of Medium Purple #A775E0
Tints of Medium Purple #A775E0
RGB
CMYK
RGB Variations
Color information
#A775E0 (or 0xA775E0) is known color: Medium Purple. HEX triplet: A7, 75 and E0. RGB value is (167,117,224). Sum of RGB (Red+Green+Blue) = 167+117+224=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #A775E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A775E0 is #588A1F. Grayscale: #8F8F8F. Windows color (decimal): -5802528 or 14710183. OLE color: 14710183.
HSL color Cylindrical-coordinate representation of color #A775E0: hue angle of 268.04º degrees, saturation: 0.63, 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 #A775E0 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 117 | 224 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.12 |
| HSL | 268.04º | 0.63% | 0.67% | - |
| HSV(B) | 268.04º | 0.48% | 0.88% | - |
| XYZ | 35.75 | 26.32 | 73.72 | - |
| YUV | 144.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 117 | 224 | 0.25 | 0.48 | 0 | 0.12 | 268.04 | 0.63 | 0.67 |
| Hex | A7 | 75 | E0 | 19 | 30 | 0 | C | 10C | 3F | 43 |
| Octal | 247 | 165 | 340 | 31 | 60 | 0 | 14 | 414 | 77 | 103 |
| Binary | 10100111 | 1110101 | 11100000 | 11001 | 110000 | 0 | 1100 | 100001100 | 111111 | 1000011 |
Color Harmonies of #A775E0
Complementary color
Monochromatic Colors of #A775E0
Black with #A775E0
Text Example
Text Example
White with #A775E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A775E0; }
p { color: rgb(167,117,224); }
H1.HeaderClassName
{
color: #A775E0;
}
.AnyTagClassName
{
color: #A775E0;
}
</style>
background-color css
<style>
a { background-color: #A775E0; }
a { background-color: rgb(167,117,224); }
div.DivClassName
{
background-color: #A775E0;
}
.BgClassName
{
background-color: #A775E0;
}
</style>
border-color css
<style>
span { border-color: #A775E0; }
span { border-color: rgb(167,117,224); }
td.TdClassName
{
border-color: #A775E0;
}
.TagClassName
{
border-color: #A775E0;
}
</style>