Shades of Medium Purple #A376EA
Tints of Medium Purple #A376EA
RGB
CMYK
RGB Variations
Color information
#A376EA (or 0xA376EA) is known color: Medium Purple. HEX triplet: A3, 76 and EA. RGB value is (163,118,234). Sum of RGB (Red+Green+Blue) = 163+118+234=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #A376EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A376EA is #5C8915. Grayscale: #909090. Windows color (decimal): -6064406 or 15365795. OLE color: 15365795.
HSL color Cylindrical-coordinate representation of color #A376EA: hue angle of 263.28º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A376EA is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 118 | 234 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.08 |
| HSL | 263.28º | 0.73% | 0.69% | - |
| HSV(B) | 263.28º | 0.5% | 0.92% | - |
| XYZ | 36.43 | 26.68 | 81.07 | - |
| YUV | 144.68 | 178.41 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 234 | 0.30 | 0.50 | 0 | 0.08 | 263.28 | 0.73 | 0.69 |
| Hex | A3 | 76 | EA | 1E | 32 | 0 | 8 | 107 | 49 | 45 |
| Octal | 243 | 166 | 352 | 36 | 62 | 0 | 10 | 407 | 111 | 105 |
| Binary | 10100011 | 1110110 | 11101010 | 11110 | 110010 | 0 | 1000 | 100000111 | 1001001 | 1000101 |
Color Harmonies of #A376EA
Complementary color
Monochromatic Colors of #A376EA
Black with #A376EA
Text Example
Text Example
White with #A376EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376EA; }
p { color: rgb(163,118,234); }
H1.HeaderClassName
{
color: #A376EA;
}
.AnyTagClassName
{
color: #A376EA;
}
</style>
background-color css
<style>
a { background-color: #A376EA; }
a { background-color: rgb(163,118,234); }
div.DivClassName
{
background-color: #A376EA;
}
.BgClassName
{
background-color: #A376EA;
}
</style>
border-color css
<style>
span { border-color: #A376EA; }
span { border-color: rgb(163,118,234); }
td.TdClassName
{
border-color: #A376EA;
}
.TagClassName
{
border-color: #A376EA;
}
</style>