Shades of Medium Purple #A673DB
Tints of Medium Purple #A673DB
RGB
CMYK
RGB Variations
Color information
#A673DB (or 0xA673DB) is known color: Medium Purple. HEX triplet: A6, 73 and DB. RGB value is (166,115,219). Sum of RGB (Red+Green+Blue) = 166+115+219=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #A673DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A673DB is #598C24. Grayscale: #8D8D8D. Windows color (decimal): -5868581 or 14381990. OLE color: 14381990.
HSL color Cylindrical-coordinate representation of color #A673DB: hue angle of 269.42º 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 #A673DB is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 115 | 219 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.14 |
| HSL | 269.42º | 0.59% | 0.65% | - |
| HSV(B) | 269.42º | 0.47% | 0.86% | - |
| XYZ | 34.64 | 25.48 | 70.11 | - |
| YUV | 142.11 | 171.4 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 219 | 0.24 | 0.47 | 0 | 0.14 | 269.42 | 0.59 | 0.65 |
| Hex | A6 | 73 | DB | 18 | 2F | 0 | E | 10D | 3B | 41 |
| Octal | 246 | 163 | 333 | 30 | 57 | 0 | 16 | 415 | 73 | 101 |
| Binary | 10100110 | 1110011 | 11011011 | 11000 | 101111 | 0 | 1110 | 100001101 | 111011 | 1000001 |
Color Harmonies of #A673DB
Complementary color
Monochromatic Colors of #A673DB
Black with #A673DB
Text Example
Text Example
White with #A673DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A673DB; }
p { color: rgb(166,115,219); }
H1.HeaderClassName
{
color: #A673DB;
}
.AnyTagClassName
{
color: #A673DB;
}
</style>
background-color css
<style>
a { background-color: #A673DB; }
a { background-color: rgb(166,115,219); }
div.DivClassName
{
background-color: #A673DB;
}
.BgClassName
{
background-color: #A673DB;
}
</style>
border-color css
<style>
span { border-color: #A673DB; }
span { border-color: rgb(166,115,219); }
td.TdClassName
{
border-color: #A673DB;
}
.TagClassName
{
border-color: #A673DB;
}
</style>