Shades of Medium Purple #A376E6
Tints of Medium Purple #A376E6
RGB
CMYK
RGB Variations
Color information
#A376E6 (or 0xA376E6) is known color: Medium Purple. HEX triplet: A3, 76 and E6. RGB value is (163,118,230). Sum of RGB (Red+Green+Blue) = 163+118+230=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #A376E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A376E6 is #5C8919. Grayscale: #8F8F8F. Windows color (decimal): -6064410 or 15103651. OLE color: 15103651.
HSL color Cylindrical-coordinate representation of color #A376E6: hue angle of 264.11º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A376E6 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 118 | 230 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.10 |
| HSL | 264.11º | 0.69% | 0.68% | - |
| HSV(B) | 264.11º | 0.49% | 0.9% | - |
| XYZ | 35.87 | 26.46 | 78.08 | - |
| YUV | 144.22 | 176.41 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 230 | 0.29 | 0.49 | 0 | 0.10 | 264.11 | 0.69 | 0.68 |
| Hex | A3 | 76 | E6 | 1D | 31 | 0 | A | 108 | 45 | 44 |
| Octal | 243 | 166 | 346 | 35 | 61 | 0 | 12 | 410 | 105 | 104 |
| Binary | 10100011 | 1110110 | 11100110 | 11101 | 110001 | 0 | 1010 | 100001000 | 1000101 | 1000100 |
Color Harmonies of #A376E6
Complementary color
Monochromatic Colors of #A376E6
Black with #A376E6
Text Example
Text Example
White with #A376E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376E6; }
p { color: rgb(163,118,230); }
H1.HeaderClassName
{
color: #A376E6;
}
.AnyTagClassName
{
color: #A376E6;
}
</style>
background-color css
<style>
a { background-color: #A376E6; }
a { background-color: rgb(163,118,230); }
div.DivClassName
{
background-color: #A376E6;
}
.BgClassName
{
background-color: #A376E6;
}
</style>
border-color css
<style>
span { border-color: #A376E6; }
span { border-color: rgb(163,118,230); }
td.TdClassName
{
border-color: #A376E6;
}
.TagClassName
{
border-color: #A376E6;
}
</style>