Shades of Medium Purple #A578ED
Tints of Medium Purple #A578ED
RGB
CMYK
RGB Variations
Color information
#A578ED (or 0xA578ED) is known color: Medium Purple. HEX triplet: A5, 78 and ED. RGB value is (165,120,237). Sum of RGB (Red+Green+Blue) = 165+120+237=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #A578ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A578ED is #5A8712. Grayscale: #929292. Windows color (decimal): -5932819 or 15562917. OLE color: 15562917.
HSL color Cylindrical-coordinate representation of color #A578ED: hue angle of 263.08º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A578ED is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 120 | 237 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.07 |
| HSL | 263.08º | 0.76% | 0.7% | - |
| HSV(B) | 263.08º | 0.49% | 0.93% | - |
| XYZ | 37.52 | 27.55 | 83.46 | - |
| YUV | 146.79 | 178.91 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 237 | 0.30 | 0.49 | 0 | 0.07 | 263.08 | 0.76 | 0.7 |
| Hex | A5 | 78 | ED | 1E | 31 | 0 | 7 | 107 | 4C | 46 |
| Octal | 245 | 170 | 355 | 36 | 61 | 0 | 7 | 407 | 114 | 106 |
| Binary | 10100101 | 1111000 | 11101101 | 11110 | 110001 | 0 | 111 | 100000111 | 1001100 | 1000110 |
Color Harmonies of #A578ED
Complementary color
Monochromatic Colors of #A578ED
Black with #A578ED
Text Example
Text Example
White with #A578ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A578ED; }
p { color: rgb(165,120,237); }
H1.HeaderClassName
{
color: #A578ED;
}
.AnyTagClassName
{
color: #A578ED;
}
</style>
background-color css
<style>
a { background-color: #A578ED; }
a { background-color: rgb(165,120,237); }
div.DivClassName
{
background-color: #A578ED;
}
.BgClassName
{
background-color: #A578ED;
}
</style>
border-color css
<style>
span { border-color: #A578ED; }
span { border-color: rgb(165,120,237); }
td.TdClassName
{
border-color: #A578ED;
}
.TagClassName
{
border-color: #A578ED;
}
</style>