Shades of Medium Purple #A578E5
Tints of Medium Purple #A578E5
RGB
CMYK
RGB Variations
Color information
#A578E5 (or 0xA578E5) is known color: Medium Purple. HEX triplet: A5, 78 and E5. RGB value is (165,120,229). Sum of RGB (Red+Green+Blue) = 165+120+229=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 229 (89.84% from 255 or 44.55% from 514); Max value from RGB is 229 - color contains mainly: blue. Hex color #A578E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A578E5 is #5A871A. Grayscale: #919191. Windows color (decimal): -5932827 or 15038629. OLE color: 15038629.
HSL color Cylindrical-coordinate representation of color #A578E5: hue angle of 264.77º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A578E5 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 120 | 229 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.10 |
| HSL | 264.77º | 0.68% | 0.68% | - |
| HSV(B) | 264.77º | 0.48% | 0.9% | - |
| XYZ | 36.38 | 27.09 | 77.44 | - |
| YUV | 145.88 | 174.91 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 229 | 0.28 | 0.48 | 0 | 0.10 | 264.77 | 0.68 | 0.68 |
| Hex | A5 | 78 | E5 | 1C | 30 | 0 | A | 109 | 44 | 44 |
| Octal | 245 | 170 | 345 | 34 | 60 | 0 | 12 | 411 | 104 | 104 |
| Binary | 10100101 | 1111000 | 11100101 | 11100 | 110000 | 0 | 1010 | 100001001 | 1000100 | 1000100 |
Color Harmonies of #A578E5
Complementary color
Monochromatic Colors of #A578E5
Black with #A578E5
Text Example
Text Example
White with #A578E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A578E5; }
p { color: rgb(165,120,229); }
H1.HeaderClassName
{
color: #A578E5;
}
.AnyTagClassName
{
color: #A578E5;
}
</style>
background-color css
<style>
a { background-color: #A578E5; }
a { background-color: rgb(165,120,229); }
div.DivClassName
{
background-color: #A578E5;
}
.BgClassName
{
background-color: #A578E5;
}
</style>
border-color css
<style>
span { border-color: #A578E5; }
span { border-color: rgb(165,120,229); }
td.TdClassName
{
border-color: #A578E5;
}
.TagClassName
{
border-color: #A578E5;
}
</style>