Shades of Medium Purple #A084DA
Tints of Medium Purple #A084DA
RGB
CMYK
RGB Variations
Color information
#A084DA (or 0xA084DA) is known color: Medium Purple. HEX triplet: A0, 84 and DA. RGB value is (160,132,218). Sum of RGB (Red+Green+Blue) = 160+132+218=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #A084DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A084DA is #5F7B25. Grayscale: #959595. Windows color (decimal): -6257446 or 14320800. OLE color: 14320800.
HSL color Cylindrical-coordinate representation of color #A084DA: hue angle of 259.53º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A084DA is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 132 | 218 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.15 |
| HSL | 259.53º | 0.54% | 0.69% | - |
| HSV(B) | 259.53º | 0.39% | 0.85% | - |
| XYZ | 35.4 | 29.04 | 70.07 | - |
| YUV | 150.18 | 166.28 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 218 | 0.27 | 0.39 | 0 | 0.15 | 259.53 | 0.54 | 0.69 |
| Hex | A0 | 84 | DA | 1B | 27 | 0 | F | 104 | 36 | 45 |
| Octal | 240 | 204 | 332 | 33 | 47 | 0 | 17 | 404 | 66 | 105 |
| Binary | 10100000 | 10000100 | 11011010 | 11011 | 100111 | 0 | 1111 | 100000100 | 110110 | 1000101 |
Color Harmonies of #A084DA
Complementary color
Monochromatic Colors of #A084DA
Black with #A084DA
Text Example
Text Example
White with #A084DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A084DA; }
p { color: rgb(160,132,218); }
H1.HeaderClassName
{
color: #A084DA;
}
.AnyTagClassName
{
color: #A084DA;
}
</style>
background-color css
<style>
a { background-color: #A084DA; }
a { background-color: rgb(160,132,218); }
div.DivClassName
{
background-color: #A084DA;
}
.BgClassName
{
background-color: #A084DA;
}
</style>
border-color css
<style>
span { border-color: #A084DA; }
span { border-color: rgb(160,132,218); }
td.TdClassName
{
border-color: #A084DA;
}
.TagClassName
{
border-color: #A084DA;
}
</style>