Shades of Medium Purple #A376D6
Tints of Medium Purple #A376D6
RGB
CMYK
RGB Variations
Color information
#A376D6 (or 0xA376D6) is known color: Medium Purple. HEX triplet: A3, 76 and D6. RGB value is (163,118,214). Sum of RGB (Red+Green+Blue) = 163+118+214=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 214 - color contains mainly: blue. Hex color #A376D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376D6 is #5C8929. Grayscale: #8E8E8E. Windows color (decimal): -6064426 or 14055075. OLE color: 14055075.
HSL color Cylindrical-coordinate representation of color #A376D6: hue angle of 268.12º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A376D6 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 118 | 214 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.16 |
| HSL | 268.13º | 0.54% | 0.65% | - |
| HSV(B) | 268.13º | 0.45% | 0.84% | - |
| XYZ | 33.72 | 25.6 | 66.78 | - |
| YUV | 142.4 | 168.41 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 214 | 0.24 | 0.45 | 0 | 0.16 | 268.13 | 0.54 | 0.65 |
| Hex | A3 | 76 | D6 | 18 | 2D | 0 | 10 | 10C | 36 | 41 |
| Octal | 243 | 166 | 326 | 30 | 55 | 0 | 20 | 414 | 66 | 101 |
| Binary | 10100011 | 1110110 | 11010110 | 11000 | 101101 | 0 | 10000 | 100001100 | 110110 | 1000001 |
Color Harmonies of #A376D6
Complementary color
Monochromatic Colors of #A376D6
Black with #A376D6
Text Example
Text Example
White with #A376D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376D6; }
p { color: rgb(163,118,214); }
H1.HeaderClassName
{
color: #A376D6;
}
.AnyTagClassName
{
color: #A376D6;
}
</style>
background-color css
<style>
a { background-color: #A376D6; }
a { background-color: rgb(163,118,214); }
div.DivClassName
{
background-color: #A376D6;
}
.BgClassName
{
background-color: #A376D6;
}
</style>
border-color css
<style>
span { border-color: #A376D6; }
span { border-color: rgb(163,118,214); }
td.TdClassName
{
border-color: #A376D6;
}
.TagClassName
{
border-color: #A376D6;
}
</style>