Shades of Medium Purple #A376EB
Tints of Medium Purple #A376EB
RGB
CMYK
RGB Variations
Color information
#A376EB (or 0xA376EB) is known color: Medium Purple. HEX triplet: A3, 76 and EB. RGB value is (163,118,235). Sum of RGB (Red+Green+Blue) = 163+118+235=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #A376EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A376EB is #5C8914. Grayscale: #909090. Windows color (decimal): -6064405 or 15431331. OLE color: 15431331.
HSL color Cylindrical-coordinate representation of color #A376EB: hue angle of 263.08º degrees, saturation: 0.75, 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 #A376EB is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 118 | 235 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.08 |
| HSL | 263.08º | 0.75% | 0.69% | - |
| HSV(B) | 263.08º | 0.5% | 0.92% | - |
| XYZ | 36.58 | 26.74 | 81.83 | - |
| YUV | 144.79 | 178.91 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 235 | 0.31 | 0.50 | 0 | 0.08 | 263.08 | 0.75 | 0.69 |
| Hex | A3 | 76 | EB | 1F | 32 | 0 | 8 | 107 | 4B | 45 |
| Octal | 243 | 166 | 353 | 37 | 62 | 0 | 10 | 407 | 113 | 105 |
| Binary | 10100011 | 1110110 | 11101011 | 11111 | 110010 | 0 | 1000 | 100000111 | 1001011 | 1000101 |
Color Harmonies of #A376EB
Complementary color
Monochromatic Colors of #A376EB
Black with #A376EB
Text Example
Text Example
White with #A376EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376EB; }
p { color: rgb(163,118,235); }
H1.HeaderClassName
{
color: #A376EB;
}
.AnyTagClassName
{
color: #A376EB;
}
</style>
background-color css
<style>
a { background-color: #A376EB; }
a { background-color: rgb(163,118,235); }
div.DivClassName
{
background-color: #A376EB;
}
.BgClassName
{
background-color: #A376EB;
}
</style>
border-color css
<style>
span { border-color: #A376EB; }
span { border-color: rgb(163,118,235); }
td.TdClassName
{
border-color: #A376EB;
}
.TagClassName
{
border-color: #A376EB;
}
</style>