Shades of Medium Purple #A379DB
Tints of Medium Purple #A379DB
RGB
CMYK
RGB Variations
Color information
#A379DB (or 0xA379DB) is known color: Medium Purple. HEX triplet: A3, 79 and DB. RGB value is (163,121,219). Sum of RGB (Red+Green+Blue) = 163+121+219=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #A379DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379DB is #5C8624. Grayscale: #909090. Windows color (decimal): -6063653 or 14383523. OLE color: 14383523.
HSL color Cylindrical-coordinate representation of color #A379DB: hue angle of 265.71º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A379DB is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 121 | 219 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.14 |
| HSL | 265.71º | 0.58% | 0.67% | - |
| HSV(B) | 265.71º | 0.45% | 0.86% | - |
| XYZ | 34.73 | 26.58 | 70.32 | - |
| YUV | 144.73 | 169.91 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 219 | 0.26 | 0.45 | 0 | 0.14 | 265.71 | 0.58 | 0.67 |
| Hex | A3 | 79 | DB | 1A | 2D | 0 | E | 10A | 3A | 43 |
| Octal | 243 | 171 | 333 | 32 | 55 | 0 | 16 | 412 | 72 | 103 |
| Binary | 10100011 | 1111001 | 11011011 | 11010 | 101101 | 0 | 1110 | 100001010 | 111010 | 1000011 |
Color Harmonies of #A379DB
Complementary color
Monochromatic Colors of #A379DB
Black with #A379DB
Text Example
Text Example
White with #A379DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A379DB; }
p { color: rgb(163,121,219); }
H1.HeaderClassName
{
color: #A379DB;
}
.AnyTagClassName
{
color: #A379DB;
}
</style>
background-color css
<style>
a { background-color: #A379DB; }
a { background-color: rgb(163,121,219); }
div.DivClassName
{
background-color: #A379DB;
}
.BgClassName
{
background-color: #A379DB;
}
</style>
border-color css
<style>
span { border-color: #A379DB; }
span { border-color: rgb(163,121,219); }
td.TdClassName
{
border-color: #A379DB;
}
.TagClassName
{
border-color: #A379DB;
}
</style>