Shades of Medium Purple #A376DA
Tints of Medium Purple #A376DA
RGB
CMYK
RGB Variations
Color information
#A376DA (or 0xA376DA) is known color: Medium Purple. HEX triplet: A3, 76 and DA. RGB value is (163,118,218). Sum of RGB (Red+Green+Blue) = 163+118+218=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #A376DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376DA is #5C8925. Grayscale: #8E8E8E. Windows color (decimal): -6064422 or 14317219. OLE color: 14317219.
HSL color Cylindrical-coordinate representation of color #A376DA: hue angle of 267º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A376DA is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 118 | 218 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.15 |
| HSL | 267º | 0.57% | 0.66% | - |
| HSV(B) | 267º | 0.46% | 0.85% | - |
| XYZ | 34.24 | 25.81 | 69.51 | - |
| YUV | 142.86 | 170.41 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 218 | 0.25 | 0.46 | 0 | 0.15 | 267 | 0.57 | 0.66 |
| Hex | A3 | 76 | DA | 19 | 2E | 0 | F | 10B | 39 | 42 |
| Octal | 243 | 166 | 332 | 31 | 56 | 0 | 17 | 413 | 71 | 102 |
| Binary | 10100011 | 1110110 | 11011010 | 11001 | 101110 | 0 | 1111 | 100001011 | 111001 | 1000010 |
Color Harmonies of #A376DA
Complementary color
Monochromatic Colors of #A376DA
Black with #A376DA
Text Example
Text Example
White with #A376DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376DA; }
p { color: rgb(163,118,218); }
H1.HeaderClassName
{
color: #A376DA;
}
.AnyTagClassName
{
color: #A376DA;
}
</style>
background-color css
<style>
a { background-color: #A376DA; }
a { background-color: rgb(163,118,218); }
div.DivClassName
{
background-color: #A376DA;
}
.BgClassName
{
background-color: #A376DA;
}
</style>
border-color css
<style>
span { border-color: #A376DA; }
span { border-color: rgb(163,118,218); }
td.TdClassName
{
border-color: #A376DA;
}
.TagClassName
{
border-color: #A376DA;
}
</style>