Shades of Medium Purple #A084E0
Tints of Medium Purple #A084E0
RGB
CMYK
RGB Variations
Color information
#A084E0 (or 0xA084E0) is known color: Medium Purple. HEX triplet: A0, 84 and E0. RGB value is (160,132,224). Sum of RGB (Red+Green+Blue) = 160+132+224=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #A084E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A084E0 is #5F7B1F. Grayscale: #969696. Windows color (decimal): -6257440 or 14714016. OLE color: 14714016.
HSL color Cylindrical-coordinate representation of color #A084E0: hue angle of 258.26º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A084E0 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 132 | 224 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.12 |
| HSL | 258.26º | 0.6% | 0.7% | - |
| HSV(B) | 258.26º | 0.41% | 0.88% | - |
| XYZ | 36.2 | 29.36 | 74.28 | - |
| YUV | 150.86 | 169.28 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 224 | 0.29 | 0.41 | 0 | 0.12 | 258.26 | 0.6 | 0.7 |
| Hex | A0 | 84 | E0 | 1D | 29 | 0 | C | 102 | 3C | 46 |
| Octal | 240 | 204 | 340 | 35 | 51 | 0 | 14 | 402 | 74 | 106 |
| Binary | 10100000 | 10000100 | 11100000 | 11101 | 101001 | 0 | 1100 | 100000010 | 111100 | 1000110 |
Color Harmonies of #A084E0
Complementary color
Monochromatic Colors of #A084E0
Black with #A084E0
Text Example
Text Example
White with #A084E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A084E0; }
p { color: rgb(160,132,224); }
H1.HeaderClassName
{
color: #A084E0;
}
.AnyTagClassName
{
color: #A084E0;
}
</style>
background-color css
<style>
a { background-color: #A084E0; }
a { background-color: rgb(160,132,224); }
div.DivClassName
{
background-color: #A084E0;
}
.BgClassName
{
background-color: #A084E0;
}
</style>
border-color css
<style>
span { border-color: #A084E0; }
span { border-color: rgb(160,132,224); }
td.TdClassName
{
border-color: #A084E0;
}
.TagClassName
{
border-color: #A084E0;
}
</style>