Shades of Medium Purple #A377ED
Tints of Medium Purple #A377ED
RGB
CMYK
RGB Variations
Color information
#A377ED (or 0xA377ED) is known color: Medium Purple. HEX triplet: A3, 77 and ED. RGB value is (163,119,237). Sum of RGB (Red+Green+Blue) = 163+119+237=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #A377ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A377ED is #5C8812. Grayscale: #919191. Windows color (decimal): -6064147 or 15562659. OLE color: 15562659.
HSL color Cylindrical-coordinate representation of color #A377ED: hue angle of 262.37º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A377ED is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 119 | 237 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.07 |
| HSL | 262.37º | 0.77% | 0.7% | - |
| HSV(B) | 262.37º | 0.5% | 0.93% | - |
| XYZ | 36.99 | 27.09 | 83.4 | - |
| YUV | 145.61 | 179.58 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 237 | 0.31 | 0.50 | 0 | 0.07 | 262.37 | 0.77 | 0.7 |
| Hex | A3 | 77 | ED | 1F | 32 | 0 | 7 | 106 | 4D | 46 |
| Octal | 243 | 167 | 355 | 37 | 62 | 0 | 7 | 406 | 115 | 106 |
| Binary | 10100011 | 1110111 | 11101101 | 11111 | 110010 | 0 | 111 | 100000110 | 1001101 | 1000110 |
Color Harmonies of #A377ED
Complementary color
Monochromatic Colors of #A377ED
Black with #A377ED
Text Example
Text Example
White with #A377ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A377ED; }
p { color: rgb(163,119,237); }
H1.HeaderClassName
{
color: #A377ED;
}
.AnyTagClassName
{
color: #A377ED;
}
</style>
background-color css
<style>
a { background-color: #A377ED; }
a { background-color: rgb(163,119,237); }
div.DivClassName
{
background-color: #A377ED;
}
.BgClassName
{
background-color: #A377ED;
}
</style>
border-color css
<style>
span { border-color: #A377ED; }
span { border-color: rgb(163,119,237); }
td.TdClassName
{
border-color: #A377ED;
}
.TagClassName
{
border-color: #A377ED;
}
</style>