Shades of Medium Purple #A572DB
Tints of Medium Purple #A572DB
RGB
CMYK
RGB Variations
Color information
#A572DB (or 0xA572DB) is known color: Medium Purple. HEX triplet: A5, 72 and DB. RGB value is (165,114,219). Sum of RGB (Red+Green+Blue) = 165+114+219=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #A572DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A572DB is #5A8D24. Grayscale: #8C8C8C. Windows color (decimal): -5934373 or 14381733. OLE color: 14381733.
HSL color Cylindrical-coordinate representation of color #A572DB: hue angle of 269.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A572DB is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 114 | 219 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.14 |
| HSL | 269.14º | 0.59% | 0.65% | - |
| HSV(B) | 269.14º | 0.48% | 0.86% | - |
| XYZ | 34.32 | 25.15 | 70.06 | - |
| YUV | 141.22 | 171.9 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 114 | 219 | 0.25 | 0.48 | 0 | 0.14 | 269.14 | 0.59 | 0.65 |
| Hex | A5 | 72 | DB | 19 | 30 | 0 | E | 10D | 3B | 41 |
| Octal | 245 | 162 | 333 | 31 | 60 | 0 | 16 | 415 | 73 | 101 |
| Binary | 10100101 | 1110010 | 11011011 | 11001 | 110000 | 0 | 1110 | 100001101 | 111011 | 1000001 |
Color Harmonies of #A572DB
Complementary color
Monochromatic Colors of #A572DB
Black with #A572DB
Text Example
Text Example
White with #A572DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A572DB; }
p { color: rgb(165,114,219); }
H1.HeaderClassName
{
color: #A572DB;
}
.AnyTagClassName
{
color: #A572DB;
}
</style>
background-color css
<style>
a { background-color: #A572DB; }
a { background-color: rgb(165,114,219); }
div.DivClassName
{
background-color: #A572DB;
}
.BgClassName
{
background-color: #A572DB;
}
</style>
border-color css
<style>
span { border-color: #A572DB; }
span { border-color: rgb(165,114,219); }
td.TdClassName
{
border-color: #A572DB;
}
.TagClassName
{
border-color: #A572DB;
}
</style>