Shades of Medium Purple #A376DB
Tints of Medium Purple #A376DB
RGB
CMYK
RGB Variations
Color information
#A376DB (or 0xA376DB) is known color: Medium Purple. HEX triplet: A3, 76 and DB. RGB value is (163,118,219). Sum of RGB (Red+Green+Blue) = 163+118+219=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #A376DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376DB is #5C8924. Grayscale: #8E8E8E. Windows color (decimal): -6064421 or 14382755. OLE color: 14382755.
HSL color Cylindrical-coordinate representation of color #A376DB: hue angle of 266.73º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A376DB is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 118 | 219 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.14 |
| HSL | 266.73º | 0.58% | 0.66% | - |
| HSV(B) | 266.73º | 0.46% | 0.86% | - |
| XYZ | 34.37 | 25.86 | 70.2 | - |
| YUV | 142.97 | 170.91 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 219 | 0.26 | 0.46 | 0 | 0.14 | 266.73 | 0.58 | 0.66 |
| Hex | A3 | 76 | DB | 1A | 2E | 0 | E | 10B | 3A | 42 |
| Octal | 243 | 166 | 333 | 32 | 56 | 0 | 16 | 413 | 72 | 102 |
| Binary | 10100011 | 1110110 | 11011011 | 11010 | 101110 | 0 | 1110 | 100001011 | 111010 | 1000010 |
Color Harmonies of #A376DB
Complementary color
Monochromatic Colors of #A376DB
Black with #A376DB
Text Example
Text Example
White with #A376DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376DB; }
p { color: rgb(163,118,219); }
H1.HeaderClassName
{
color: #A376DB;
}
.AnyTagClassName
{
color: #A376DB;
}
</style>
background-color css
<style>
a { background-color: #A376DB; }
a { background-color: rgb(163,118,219); }
div.DivClassName
{
background-color: #A376DB;
}
.BgClassName
{
background-color: #A376DB;
}
</style>
border-color css
<style>
span { border-color: #A376DB; }
span { border-color: rgb(163,118,219); }
td.TdClassName
{
border-color: #A376DB;
}
.TagClassName
{
border-color: #A376DB;
}
</style>