Shades of Medium Purple #A376EE
Tints of Medium Purple #A376EE
RGB
CMYK
RGB Variations
Color information
#A376EE (or 0xA376EE) is known color: Medium Purple. HEX triplet: A3, 76 and EE. RGB value is (163,118,238). Sum of RGB (Red+Green+Blue) = 163+118+238=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #A376EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A376EE is #5C8911. Grayscale: #909090. Windows color (decimal): -6064402 or 15627939. OLE color: 15627939.
HSL color Cylindrical-coordinate representation of color #A376EE: hue angle of 262.5º degrees, saturation: 0.78, 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 #A376EE is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 118 | 238 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.07 |
| HSL | 262.5º | 0.78% | 0.7% | - |
| HSV(B) | 262.5º | 0.5% | 0.93% | - |
| XYZ | 37.02 | 26.92 | 84.13 | - |
| YUV | 145.14 | 180.41 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 238 | 0.32 | 0.50 | 0 | 0.07 | 262.5 | 0.78 | 0.7 |
| Hex | A3 | 76 | EE | 20 | 32 | 0 | 7 | 106 | 4E | 46 |
| Octal | 243 | 166 | 356 | 40 | 62 | 0 | 7 | 406 | 116 | 106 |
| Binary | 10100011 | 1110110 | 11101110 | 100000 | 110010 | 0 | 111 | 100000110 | 1001110 | 1000110 |
Color Harmonies of #A376EE
Complementary color
Monochromatic Colors of #A376EE
Black with #A376EE
Text Example
Text Example
White with #A376EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376EE; }
p { color: rgb(163,118,238); }
H1.HeaderClassName
{
color: #A376EE;
}
.AnyTagClassName
{
color: #A376EE;
}
</style>
background-color css
<style>
a { background-color: #A376EE; }
a { background-color: rgb(163,118,238); }
div.DivClassName
{
background-color: #A376EE;
}
.BgClassName
{
background-color: #A376EE;
}
</style>
border-color css
<style>
span { border-color: #A376EE; }
span { border-color: rgb(163,118,238); }
td.TdClassName
{
border-color: #A376EE;
}
.TagClassName
{
border-color: #A376EE;
}
</style>