Shades of Medium Purple #A073DB
Tints of Medium Purple #A073DB
RGB
CMYK
RGB Variations
Color information
#A073DB (or 0xA073DB) is known color: Medium Purple. HEX triplet: A0, 73 and DB. RGB value is (160,115,219). Sum of RGB (Red+Green+Blue) = 160+115+219=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #A073DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073DB is #5F8C24. Grayscale: #8B8B8B. Windows color (decimal): -6261797 or 14381984. OLE color: 14381984.
HSL color Cylindrical-coordinate representation of color #A073DB: hue angle of 265.96º 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 #A073DB is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 115 | 219 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.14 |
| HSL | 265.96º | 0.59% | 0.65% | - |
| HSV(B) | 265.96º | 0.47% | 0.86% | - |
| XYZ | 33.41 | 24.85 | 70.05 | - |
| YUV | 140.31 | 172.41 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 219 | 0.27 | 0.47 | 0 | 0.14 | 265.96 | 0.59 | 0.65 |
| Hex | A0 | 73 | DB | 1B | 2F | 0 | E | 10A | 3B | 41 |
| Octal | 240 | 163 | 333 | 33 | 57 | 0 | 16 | 412 | 73 | 101 |
| Binary | 10100000 | 1110011 | 11011011 | 11011 | 101111 | 0 | 1110 | 100001010 | 111011 | 1000001 |
Color Harmonies of #A073DB
Complementary color
Monochromatic Colors of #A073DB
Black with #A073DB
Text Example
Text Example
White with #A073DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A073DB; }
p { color: rgb(160,115,219); }
H1.HeaderClassName
{
color: #A073DB;
}
.AnyTagClassName
{
color: #A073DB;
}
</style>
background-color css
<style>
a { background-color: #A073DB; }
a { background-color: rgb(160,115,219); }
div.DivClassName
{
background-color: #A073DB;
}
.BgClassName
{
background-color: #A073DB;
}
</style>
border-color css
<style>
span { border-color: #A073DB; }
span { border-color: rgb(160,115,219); }
td.TdClassName
{
border-color: #A073DB;
}
.TagClassName
{
border-color: #A073DB;
}
</style>