Shades of Medium Purple #A578DA
Tints of Medium Purple #A578DA
RGB
CMYK
RGB Variations
Color information
#A578DA (or 0xA578DA) is known color: Medium Purple. HEX triplet: A5, 78 and DA. RGB value is (165,120,218). Sum of RGB (Red+Green+Blue) = 165+120+218=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #A578DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A578DA is #5A8725. Grayscale: #909090. Windows color (decimal): -5932838 or 14317733. OLE color: 14317733.
HSL color Cylindrical-coordinate representation of color #A578DA: hue angle of 267.55º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A578DA is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 120 | 218 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.15 |
| HSL | 267.55º | 0.57% | 0.66% | - |
| HSV(B) | 267.55º | 0.45% | 0.85% | - |
| XYZ | 34.89 | 26.49 | 69.6 | - |
| YUV | 144.63 | 169.41 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 218 | 0.24 | 0.45 | 0 | 0.15 | 267.55 | 0.57 | 0.66 |
| Hex | A5 | 78 | DA | 18 | 2D | 0 | F | 10C | 39 | 42 |
| Octal | 245 | 170 | 332 | 30 | 55 | 0 | 17 | 414 | 71 | 102 |
| Binary | 10100101 | 1111000 | 11011010 | 11000 | 101101 | 0 | 1111 | 100001100 | 111001 | 1000010 |
Color Harmonies of #A578DA
Complementary color
Monochromatic Colors of #A578DA
Black with #A578DA
Text Example
Text Example
White with #A578DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A578DA; }
p { color: rgb(165,120,218); }
H1.HeaderClassName
{
color: #A578DA;
}
.AnyTagClassName
{
color: #A578DA;
}
</style>
background-color css
<style>
a { background-color: #A578DA; }
a { background-color: rgb(165,120,218); }
div.DivClassName
{
background-color: #A578DA;
}
.BgClassName
{
background-color: #A578DA;
}
</style>
border-color css
<style>
span { border-color: #A578DA; }
span { border-color: rgb(165,120,218); }
td.TdClassName
{
border-color: #A578DA;
}
.TagClassName
{
border-color: #A578DA;
}
</style>