Shades of Medium Purple #A579DB
Tints of Medium Purple #A579DB
RGB
CMYK
RGB Variations
Color information
#A579DB (or 0xA579DB) is known color: Medium Purple. HEX triplet: A5, 79 and DB. RGB value is (165,121,219). Sum of RGB (Red+Green+Blue) = 165+121+219=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #A579DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A579DB is #5A8624. Grayscale: #909090. Windows color (decimal): -5932581 or 14383525. OLE color: 14383525.
HSL color Cylindrical-coordinate representation of color #A579DB: hue angle of 266.94º 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 #A579DB is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 121 | 219 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.14 |
| HSL | 266.94º | 0.58% | 0.67% | - |
| HSV(B) | 266.94º | 0.45% | 0.86% | - |
| XYZ | 35.14 | 26.79 | 70.34 | - |
| YUV | 145.33 | 169.58 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 121 | 219 | 0.25 | 0.45 | 0 | 0.14 | 266.94 | 0.58 | 0.67 |
| Hex | A5 | 79 | DB | 19 | 2D | 0 | E | 10B | 3A | 43 |
| Octal | 245 | 171 | 333 | 31 | 55 | 0 | 16 | 413 | 72 | 103 |
| Binary | 10100101 | 1111001 | 11011011 | 11001 | 101101 | 0 | 1110 | 100001011 | 111010 | 1000011 |
Color Harmonies of #A579DB
Complementary color
Monochromatic Colors of #A579DB
Black with #A579DB
Text Example
Text Example
White with #A579DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A579DB; }
p { color: rgb(165,121,219); }
H1.HeaderClassName
{
color: #A579DB;
}
.AnyTagClassName
{
color: #A579DB;
}
</style>
background-color css
<style>
a { background-color: #A579DB; }
a { background-color: rgb(165,121,219); }
div.DivClassName
{
background-color: #A579DB;
}
.BgClassName
{
background-color: #A579DB;
}
</style>
border-color css
<style>
span { border-color: #A579DB; }
span { border-color: rgb(165,121,219); }
td.TdClassName
{
border-color: #A579DB;
}
.TagClassName
{
border-color: #A579DB;
}
</style>