Shades of Medium Purple #A377E6
Tints of Medium Purple #A377E6
RGB
CMYK
RGB Variations
Color information
#A377E6 (or 0xA377E6) is known color: Medium Purple. HEX triplet: A3, 77 and E6. RGB value is (163,119,230). Sum of RGB (Red+Green+Blue) = 163+119+230=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #A377E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A377E6 is #5C8819. Grayscale: #909090. Windows color (decimal): -6064154 or 15103907. OLE color: 15103907.
HSL color Cylindrical-coordinate representation of color #A377E6: hue angle of 263.78º degrees, saturation: 0.69, 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 #A377E6 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 119 | 230 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.10 |
| HSL | 263.78º | 0.69% | 0.68% | - |
| HSV(B) | 263.78º | 0.48% | 0.9% | - |
| XYZ | 35.98 | 26.69 | 78.12 | - |
| YUV | 144.81 | 176.08 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 230 | 0.29 | 0.48 | 0 | 0.10 | 263.78 | 0.69 | 0.68 |
| Hex | A3 | 77 | E6 | 1D | 30 | 0 | A | 108 | 45 | 44 |
| Octal | 243 | 167 | 346 | 35 | 60 | 0 | 12 | 410 | 105 | 104 |
| Binary | 10100011 | 1110111 | 11100110 | 11101 | 110000 | 0 | 1010 | 100001000 | 1000101 | 1000100 |
Color Harmonies of #A377E6
Complementary color
Monochromatic Colors of #A377E6
Black with #A377E6
Text Example
Text Example
White with #A377E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A377E6; }
p { color: rgb(163,119,230); }
H1.HeaderClassName
{
color: #A377E6;
}
.AnyTagClassName
{
color: #A377E6;
}
</style>
background-color css
<style>
a { background-color: #A377E6; }
a { background-color: rgb(163,119,230); }
div.DivClassName
{
background-color: #A377E6;
}
.BgClassName
{
background-color: #A377E6;
}
</style>
border-color css
<style>
span { border-color: #A377E6; }
span { border-color: rgb(163,119,230); }
td.TdClassName
{
border-color: #A377E6;
}
.TagClassName
{
border-color: #A377E6;
}
</style>