Shades of Medium Purple #A084D8
Tints of Medium Purple #A084D8
RGB
CMYK
RGB Variations
Color information
#A084D8 (or 0xA084D8) is known color: Medium Purple. HEX triplet: A0, 84 and D8. RGB value is (160,132,216). Sum of RGB (Red+Green+Blue) = 160+132+216=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 216 - color contains mainly: blue. Hex color #A084D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A084D8 is #5F7B27. Grayscale: #959595. Windows color (decimal): -6257448 or 14189728. OLE color: 14189728.
HSL color Cylindrical-coordinate representation of color #A084D8: hue angle of 260º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A084D8 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 132 | 216 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.15 |
| HSL | 260º | 0.52% | 0.68% | - |
| HSV(B) | 260º | 0.39% | 0.85% | - |
| XYZ | 35.14 | 28.93 | 68.7 | - |
| YUV | 149.95 | 165.28 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 216 | 0.26 | 0.39 | 0 | 0.15 | 260 | 0.52 | 0.68 |
| Hex | A0 | 84 | D8 | 1A | 27 | 0 | F | 104 | 34 | 44 |
| Octal | 240 | 204 | 330 | 32 | 47 | 0 | 17 | 404 | 64 | 104 |
| Binary | 10100000 | 10000100 | 11011000 | 11010 | 100111 | 0 | 1111 | 100000100 | 110100 | 1000100 |
Color Harmonies of #A084D8
Complementary color
Monochromatic Colors of #A084D8
Black with #A084D8
Text Example
Text Example
White with #A084D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A084D8; }
p { color: rgb(160,132,216); }
H1.HeaderClassName
{
color: #A084D8;
}
.AnyTagClassName
{
color: #A084D8;
}
</style>
background-color css
<style>
a { background-color: #A084D8; }
a { background-color: rgb(160,132,216); }
div.DivClassName
{
background-color: #A084D8;
}
.BgClassName
{
background-color: #A084D8;
}
</style>
border-color css
<style>
span { border-color: #A084D8; }
span { border-color: rgb(160,132,216); }
td.TdClassName
{
border-color: #A084D8;
}
.TagClassName
{
border-color: #A084D8;
}
</style>