Shades of Medium Purple #A473DB
Tints of Medium Purple #A473DB
RGB
CMYK
RGB Variations
Color information
#A473DB (or 0xA473DB) is known color: Medium Purple. HEX triplet: A4, 73 and DB. RGB value is (164,115,219). Sum of RGB (Red+Green+Blue) = 164+115+219=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 115 (45.31% from 255 or 23.09% 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 #A473DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A473DB is #5B8C24. Grayscale: #8D8D8D. Windows color (decimal): -5999653 or 14381988. OLE color: 14381988.
HSL color Cylindrical-coordinate representation of color #A473DB: hue angle of 268.27º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A473DB is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 115 | 219 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.14 |
| HSL | 268.27º | 0.59% | 0.65% | - |
| HSV(B) | 268.27º | 0.47% | 0.86% | - |
| XYZ | 34.23 | 25.27 | 70.09 | - |
| YUV | 141.51 | 171.73 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 219 | 0.25 | 0.47 | 0 | 0.14 | 268.27 | 0.59 | 0.65 |
| Hex | A4 | 73 | DB | 19 | 2F | 0 | E | 10C | 3B | 41 |
| Octal | 244 | 163 | 333 | 31 | 57 | 0 | 16 | 414 | 73 | 101 |
| Binary | 10100100 | 1110011 | 11011011 | 11001 | 101111 | 0 | 1110 | 100001100 | 111011 | 1000001 |
Color Harmonies of #A473DB
Complementary color
Monochromatic Colors of #A473DB
Black with #A473DB
Text Example
Text Example
White with #A473DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A473DB; }
p { color: rgb(164,115,219); }
H1.HeaderClassName
{
color: #A473DB;
}
.AnyTagClassName
{
color: #A473DB;
}
</style>
background-color css
<style>
a { background-color: #A473DB; }
a { background-color: rgb(164,115,219); }
div.DivClassName
{
background-color: #A473DB;
}
.BgClassName
{
background-color: #A473DB;
}
</style>
border-color css
<style>
span { border-color: #A473DB; }
span { border-color: rgb(164,115,219); }
td.TdClassName
{
border-color: #A473DB;
}
.TagClassName
{
border-color: #A473DB;
}
</style>