Shades of Medium Purple #A473DC
Tints of Medium Purple #A473DC
RGB
CMYK
RGB Variations
Color information
#A473DC (or 0xA473DC) is known color: Medium Purple. HEX triplet: A4, 73 and DC. RGB value is (164,115,220). Sum of RGB (Red+Green+Blue) = 164+115+220=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #A473DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A473DC is #5B8C23. Grayscale: #8D8D8D. Windows color (decimal): -5999652 or 14447524. OLE color: 14447524.
HSL color Cylindrical-coordinate representation of color #A473DC: hue angle of 268º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A473DC is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 115 | 220 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.14 |
| HSL | 268º | 0.6% | 0.66% | - |
| HSV(B) | 268º | 0.48% | 0.86% | - |
| XYZ | 34.36 | 25.32 | 70.79 | - |
| YUV | 141.62 | 172.23 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 220 | 0.25 | 0.48 | 0 | 0.14 | 268 | 0.6 | 0.66 |
| Hex | A4 | 73 | DC | 19 | 30 | 0 | E | 10C | 3C | 42 |
| Octal | 244 | 163 | 334 | 31 | 60 | 0 | 16 | 414 | 74 | 102 |
| Binary | 10100100 | 1110011 | 11011100 | 11001 | 110000 | 0 | 1110 | 100001100 | 111100 | 1000010 |
Color Harmonies of #A473DC
Complementary color
Monochromatic Colors of #A473DC
Black with #A473DC
Text Example
Text Example
White with #A473DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A473DC; }
p { color: rgb(164,115,220); }
H1.HeaderClassName
{
color: #A473DC;
}
.AnyTagClassName
{
color: #A473DC;
}
</style>
background-color css
<style>
a { background-color: #A473DC; }
a { background-color: rgb(164,115,220); }
div.DivClassName
{
background-color: #A473DC;
}
.BgClassName
{
background-color: #A473DC;
}
</style>
border-color css
<style>
span { border-color: #A473DC; }
span { border-color: rgb(164,115,220); }
td.TdClassName
{
border-color: #A473DC;
}
.TagClassName
{
border-color: #A473DC;
}
</style>