Shades of Medium Purple #A584E8
Tints of Medium Purple #A584E8
RGB
CMYK
RGB Variations
Color information
#A584E8 (or 0xA584E8) is known color: Medium Purple. HEX triplet: A5, 84 and E8. RGB value is (165,132,232). Sum of RGB (Red+Green+Blue) = 165+132+232=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 232 (91.02% from 255 or 43.86% from 529); Max value from RGB is 232 - color contains mainly: blue. Hex color #A584E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A584E8 is #5A7B17. Grayscale: #989898. Windows color (decimal): -5929752 or 15238309. OLE color: 15238309.
HSL color Cylindrical-coordinate representation of color #A584E8: hue angle of 259.8º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A584E8 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 132 | 232 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.09 |
| HSL | 259.8º | 0.68% | 0.71% | - |
| HSV(B) | 259.8º | 0.43% | 0.91% | - |
| XYZ | 38.33 | 30.33 | 80.18 | - |
| YUV | 153.27 | 172.43 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 232 | 0.29 | 0.43 | 0 | 0.09 | 259.8 | 0.68 | 0.71 |
| Hex | A5 | 84 | E8 | 1D | 2B | 0 | 9 | 104 | 44 | 47 |
| Octal | 245 | 204 | 350 | 35 | 53 | 0 | 11 | 404 | 104 | 107 |
| Binary | 10100101 | 10000100 | 11101000 | 11101 | 101011 | 0 | 1001 | 100000100 | 1000100 | 1000111 |
Color Harmonies of #A584E8
Complementary color
Monochromatic Colors of #A584E8
Black with #A584E8
Text Example
Text Example
White with #A584E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A584E8; }
p { color: rgb(165,132,232); }
H1.HeaderClassName
{
color: #A584E8;
}
.AnyTagClassName
{
color: #A584E8;
}
</style>
background-color css
<style>
a { background-color: #A584E8; }
a { background-color: rgb(165,132,232); }
div.DivClassName
{
background-color: #A584E8;
}
.BgClassName
{
background-color: #A584E8;
}
</style>
border-color css
<style>
span { border-color: #A584E8; }
span { border-color: rgb(165,132,232); }
td.TdClassName
{
border-color: #A584E8;
}
.TagClassName
{
border-color: #A584E8;
}
</style>