Shades of Medium Purple #A084DB
Tints of Medium Purple #A084DB
RGB
CMYK
RGB Variations
Color information
#A084DB (or 0xA084DB) is known color: Medium Purple. HEX triplet: A0, 84 and DB. RGB value is (160,132,219). Sum of RGB (Red+Green+Blue) = 160+132+219=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #A084DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A084DB is #5F7B24. Grayscale: #959595. Windows color (decimal): -6257445 or 14386336. OLE color: 14386336.
HSL color Cylindrical-coordinate representation of color #A084DB: hue angle of 259.31º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A084DB is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 132 | 219 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.14 |
| HSL | 259.31º | 0.55% | 0.69% | - |
| HSV(B) | 259.31º | 0.4% | 0.86% | - |
| XYZ | 35.53 | 29.09 | 70.76 | - |
| YUV | 150.29 | 166.78 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 219 | 0.27 | 0.40 | 0 | 0.14 | 259.31 | 0.55 | 0.69 |
| Hex | A0 | 84 | DB | 1B | 28 | 0 | E | 103 | 37 | 45 |
| Octal | 240 | 204 | 333 | 33 | 50 | 0 | 16 | 403 | 67 | 105 |
| Binary | 10100000 | 10000100 | 11011011 | 11011 | 101000 | 0 | 1110 | 100000011 | 110111 | 1000101 |
Color Harmonies of #A084DB
Complementary color
Monochromatic Colors of #A084DB
Black with #A084DB
Text Example
Text Example
White with #A084DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A084DB; }
p { color: rgb(160,132,219); }
H1.HeaderClassName
{
color: #A084DB;
}
.AnyTagClassName
{
color: #A084DB;
}
</style>
background-color css
<style>
a { background-color: #A084DB; }
a { background-color: rgb(160,132,219); }
div.DivClassName
{
background-color: #A084DB;
}
.BgClassName
{
background-color: #A084DB;
}
</style>
border-color css
<style>
span { border-color: #A084DB; }
span { border-color: rgb(160,132,219); }
td.TdClassName
{
border-color: #A084DB;
}
.TagClassName
{
border-color: #A084DB;
}
</style>