Shades of Medium Purple #A377E5
Tints of Medium Purple #A377E5
RGB
CMYK
RGB Variations
Color information
#A377E5 (or 0xA377E5) is known color: Medium Purple. HEX triplet: A3, 77 and E5. RGB value is (163,119,229). Sum of RGB (Red+Green+Blue) = 163+119+229=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #A377E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377E5 is #5C881A. Grayscale: #909090. Windows color (decimal): -6064155 or 15038371. OLE color: 15038371.
HSL color Cylindrical-coordinate representation of color #A377E5: hue angle of 264º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A377E5 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 119 | 229 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.10 |
| HSL | 264º | 0.68% | 0.68% | - |
| HSV(B) | 264º | 0.48% | 0.9% | - |
| XYZ | 35.84 | 26.64 | 77.38 | - |
| YUV | 144.7 | 175.58 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 229 | 0.29 | 0.48 | 0 | 0.10 | 264 | 0.68 | 0.68 |
| Hex | A3 | 77 | E5 | 1D | 30 | 0 | A | 108 | 44 | 44 |
| Octal | 243 | 167 | 345 | 35 | 60 | 0 | 12 | 410 | 104 | 104 |
| Binary | 10100011 | 1110111 | 11100101 | 11101 | 110000 | 0 | 1010 | 100001000 | 1000100 | 1000100 |
Color Harmonies of #A377E5
Complementary color
Monochromatic Colors of #A377E5
Black with #A377E5
Text Example
Text Example
White with #A377E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A377E5; }
p { color: rgb(163,119,229); }
H1.HeaderClassName
{
color: #A377E5;
}
.AnyTagClassName
{
color: #A377E5;
}
</style>
background-color css
<style>
a { background-color: #A377E5; }
a { background-color: rgb(163,119,229); }
div.DivClassName
{
background-color: #A377E5;
}
.BgClassName
{
background-color: #A377E5;
}
</style>
border-color css
<style>
span { border-color: #A377E5; }
span { border-color: rgb(163,119,229); }
td.TdClassName
{
border-color: #A377E5;
}
.TagClassName
{
border-color: #A377E5;
}
</style>