Shades of Medium Purple #A084ED
Tints of Medium Purple #A084ED
RGB
CMYK
RGB Variations
Color information
#A084ED (or 0xA084ED) is known color: Medium Purple. HEX triplet: A0, 84 and ED. RGB value is (160,132,237). Sum of RGB (Red+Green+Blue) = 160+132+237=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #A084ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A084ED is #5F7B12. Grayscale: #979797. Windows color (decimal): -6257427 or 15565984. OLE color: 15565984.
HSL color Cylindrical-coordinate representation of color #A084ED: hue angle of 256º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A084ED is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 132 | 237 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.07 |
| HSL | 256º | 0.74% | 0.72% | - |
| HSV(B) | 256º | 0.44% | 0.93% | - |
| XYZ | 38.03 | 30.09 | 83.92 | - |
| YUV | 152.34 | 175.78 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 237 | 0.32 | 0.44 | 0 | 0.07 | 256 | 0.74 | 0.72 |
| Hex | A0 | 84 | ED | 20 | 2C | 0 | 7 | 100 | 4A | 48 |
| Octal | 240 | 204 | 355 | 40 | 54 | 0 | 7 | 400 | 112 | 110 |
| Binary | 10100000 | 10000100 | 11101101 | 100000 | 101100 | 0 | 111 | 100000000 | 1001010 | 1001000 |
Color Harmonies of #A084ED
Complementary color
Monochromatic Colors of #A084ED
Black with #A084ED
Text Example
Text Example
White with #A084ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A084ED; }
p { color: rgb(160,132,237); }
H1.HeaderClassName
{
color: #A084ED;
}
.AnyTagClassName
{
color: #A084ED;
}
</style>
background-color css
<style>
a { background-color: #A084ED; }
a { background-color: rgb(160,132,237); }
div.DivClassName
{
background-color: #A084ED;
}
.BgClassName
{
background-color: #A084ED;
}
</style>
border-color css
<style>
span { border-color: #A084ED; }
span { border-color: rgb(160,132,237); }
td.TdClassName
{
border-color: #A084ED;
}
.TagClassName
{
border-color: #A084ED;
}
</style>