Shades of Medium Purple #A578F6
Tints of Medium Purple #A578F6
RGB
CMYK
RGB Variations
Color information
#A578F6 (or 0xA578F6) is known color: Medium Purple. HEX triplet: A5, 78 and F6. RGB value is (165,120,246). Sum of RGB (Red+Green+Blue) = 165+120+246=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #A578F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A578F6 is #5A8709. Grayscale: #939393. Windows color (decimal): -5932810 or 16152741. OLE color: 16152741.
HSL color Cylindrical-coordinate representation of color #A578F6: hue angle of 261.43º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A578F6 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 120 | 246 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.04 |
| HSL | 261.43º | 0.88% | 0.72% | - |
| HSV(B) | 261.43º | 0.51% | 0.96% | - |
| XYZ | 38.87 | 28.09 | 90.56 | - |
| YUV | 147.82 | 183.41 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 246 | 0.33 | 0.51 | 0 | 0.04 | 261.43 | 0.88 | 0.72 |
| Hex | A5 | 78 | F6 | 21 | 33 | 0 | 4 | 105 | 58 | 48 |
| Octal | 245 | 170 | 366 | 41 | 63 | 0 | 4 | 405 | 130 | 110 |
| Binary | 10100101 | 1111000 | 11110110 | 100001 | 110011 | 0 | 100 | 100000101 | 1011000 | 1001000 |
Color Harmonies of #A578F6
Complementary color
Monochromatic Colors of #A578F6
Black with #A578F6
Text Example
Text Example
White with #A578F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A578F6; }
p { color: rgb(165,120,246); }
H1.HeaderClassName
{
color: #A578F6;
}
.AnyTagClassName
{
color: #A578F6;
}
</style>
background-color css
<style>
a { background-color: #A578F6; }
a { background-color: rgb(165,120,246); }
div.DivClassName
{
background-color: #A578F6;
}
.BgClassName
{
background-color: #A578F6;
}
</style>
border-color css
<style>
span { border-color: #A578F6; }
span { border-color: rgb(165,120,246); }
td.TdClassName
{
border-color: #A578F6;
}
.TagClassName
{
border-color: #A578F6;
}
</style>