Shades of Medium Purple #A472DB
Tints of Medium Purple #A472DB
RGB
CMYK
RGB Variations
Color information
#A472DB (or 0xA472DB) is known color: Medium Purple. HEX triplet: A4, 72 and DB. RGB value is (164,114,219). Sum of RGB (Red+Green+Blue) = 164+114+219=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #A472DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A472DB is #5B8D24. Grayscale: #8C8C8C. Windows color (decimal): -5999909 or 14381732. OLE color: 14381732.
HSL color Cylindrical-coordinate representation of color #A472DB: hue angle of 268.57º 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 #A472DB is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 114 | 219 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.14 |
| HSL | 268.57º | 0.59% | 0.65% | - |
| HSV(B) | 268.57º | 0.48% | 0.86% | - |
| XYZ | 34.11 | 25.04 | 70.05 | - |
| YUV | 140.92 | 172.07 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 219 | 0.25 | 0.48 | 0 | 0.14 | 268.57 | 0.59 | 0.65 |
| Hex | A4 | 72 | DB | 19 | 30 | 0 | E | 10D | 3B | 41 |
| Octal | 244 | 162 | 333 | 31 | 60 | 0 | 16 | 415 | 73 | 101 |
| Binary | 10100100 | 1110010 | 11011011 | 11001 | 110000 | 0 | 1110 | 100001101 | 111011 | 1000001 |
Color Harmonies of #A472DB
Complementary color
Monochromatic Colors of #A472DB
Black with #A472DB
Text Example
Text Example
White with #A472DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A472DB; }
p { color: rgb(164,114,219); }
H1.HeaderClassName
{
color: #A472DB;
}
.AnyTagClassName
{
color: #A472DB;
}
</style>
background-color css
<style>
a { background-color: #A472DB; }
a { background-color: rgb(164,114,219); }
div.DivClassName
{
background-color: #A472DB;
}
.BgClassName
{
background-color: #A472DB;
}
</style>
border-color css
<style>
span { border-color: #A472DB; }
span { border-color: rgb(164,114,219); }
td.TdClassName
{
border-color: #A472DB;
}
.TagClassName
{
border-color: #A472DB;
}
</style>