Shades of Medium Purple #A084E4
Tints of Medium Purple #A084E4
RGB
CMYK
RGB Variations
Color information
#A084E4 (or 0xA084E4) is known color: Medium Purple. HEX triplet: A0, 84 and E4. RGB value is (160,132,228). Sum of RGB (Red+Green+Blue) = 160+132+228=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 228 (89.45% from 255 or 43.85% from 520); Max value from RGB is 228 - color contains mainly: blue. Hex color #A084E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A084E4 is #5F7B1B. Grayscale: #969696. Windows color (decimal): -6257436 or 14976160. OLE color: 14976160.
HSL color Cylindrical-coordinate representation of color #A084E4: hue angle of 257.5º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A084E4 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 132 | 228 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.11 |
| HSL | 257.5º | 0.64% | 0.71% | - |
| HSV(B) | 257.5º | 0.42% | 0.89% | - |
| XYZ | 36.75 | 29.58 | 77.17 | - |
| YUV | 151.32 | 171.28 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 228 | 0.30 | 0.42 | 0 | 0.11 | 257.5 | 0.64 | 0.71 |
| Hex | A0 | 84 | E4 | 1E | 2A | 0 | B | 102 | 40 | 47 |
| Octal | 240 | 204 | 344 | 36 | 52 | 0 | 13 | 402 | 100 | 107 |
| Binary | 10100000 | 10000100 | 11100100 | 11110 | 101010 | 0 | 1011 | 100000010 | 1000000 | 1000111 |
Color Harmonies of #A084E4
Complementary color
Monochromatic Colors of #A084E4
Black with #A084E4
Text Example
Text Example
White with #A084E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A084E4; }
p { color: rgb(160,132,228); }
H1.HeaderClassName
{
color: #A084E4;
}
.AnyTagClassName
{
color: #A084E4;
}
</style>
background-color css
<style>
a { background-color: #A084E4; }
a { background-color: rgb(160,132,228); }
div.DivClassName
{
background-color: #A084E4;
}
.BgClassName
{
background-color: #A084E4;
}
</style>
border-color css
<style>
span { border-color: #A084E4; }
span { border-color: rgb(160,132,228); }
td.TdClassName
{
border-color: #A084E4;
}
.TagClassName
{
border-color: #A084E4;
}
</style>