Shades of Medium Purple #A576DB
Tints of Medium Purple #A576DB
RGB
CMYK
RGB Variations
Color information
#A576DB (or 0xA576DB) is known color: Medium Purple. HEX triplet: A5, 76 and DB. RGB value is (165,118,219). Sum of RGB (Red+Green+Blue) = 165+118+219=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #A576DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A576DB is #5A8924. Grayscale: #8F8F8F. Windows color (decimal): -5933349 or 14382757. OLE color: 14382757.
HSL color Cylindrical-coordinate representation of color #A576DB: hue angle of 267.92º 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 #A576DB is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 118 | 219 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.14 |
| HSL | 267.92º | 0.58% | 0.66% | - |
| HSV(B) | 267.92º | 0.46% | 0.86% | - |
| XYZ | 34.78 | 26.07 | 70.22 | - |
| YUV | 143.57 | 170.57 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 118 | 219 | 0.25 | 0.46 | 0 | 0.14 | 267.92 | 0.58 | 0.66 |
| Hex | A5 | 76 | DB | 19 | 2E | 0 | E | 10C | 3A | 42 |
| Octal | 245 | 166 | 333 | 31 | 56 | 0 | 16 | 414 | 72 | 102 |
| Binary | 10100101 | 1110110 | 11011011 | 11001 | 101110 | 0 | 1110 | 100001100 | 111010 | 1000010 |
Color Harmonies of #A576DB
Complementary color
Monochromatic Colors of #A576DB
Black with #A576DB
Text Example
Text Example
White with #A576DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A576DB; }
p { color: rgb(165,118,219); }
H1.HeaderClassName
{
color: #A576DB;
}
.AnyTagClassName
{
color: #A576DB;
}
</style>
background-color css
<style>
a { background-color: #A576DB; }
a { background-color: rgb(165,118,219); }
div.DivClassName
{
background-color: #A576DB;
}
.BgClassName
{
background-color: #A576DB;
}
</style>
border-color css
<style>
span { border-color: #A576DB; }
span { border-color: rgb(165,118,219); }
td.TdClassName
{
border-color: #A576DB;
}
.TagClassName
{
border-color: #A576DB;
}
</style>