Shades of Medium Purple #A578DD
Tints of Medium Purple #A578DD
RGB
CMYK
RGB Variations
Color information
#A578DD (or 0xA578DD) is known color: Medium Purple. HEX triplet: A5, 78 and DD. RGB value is (165,120,221). Sum of RGB (Red+Green+Blue) = 165+120+221=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #A578DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A578DD is #5A8722. Grayscale: #909090. Windows color (decimal): -5932835 or 14514341. OLE color: 14514341.
HSL color Cylindrical-coordinate representation of color #A578DD: hue angle of 266.73º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A578DD is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 120 | 221 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.13 |
| HSL | 266.73º | 0.6% | 0.67% | - |
| HSV(B) | 266.73º | 0.46% | 0.87% | - |
| XYZ | 35.28 | 26.65 | 71.69 | - |
| YUV | 144.97 | 170.91 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 221 | 0.25 | 0.46 | 0 | 0.13 | 266.73 | 0.6 | 0.67 |
| Hex | A5 | 78 | DD | 19 | 2E | 0 | D | 10B | 3C | 43 |
| Octal | 245 | 170 | 335 | 31 | 56 | 0 | 15 | 413 | 74 | 103 |
| Binary | 10100101 | 1111000 | 11011101 | 11001 | 101110 | 0 | 1101 | 100001011 | 111100 | 1000011 |
Color Harmonies of #A578DD
Complementary color
Monochromatic Colors of #A578DD
Black with #A578DD
Text Example
Text Example
White with #A578DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A578DD; }
p { color: rgb(165,120,221); }
H1.HeaderClassName
{
color: #A578DD;
}
.AnyTagClassName
{
color: #A578DD;
}
</style>
background-color css
<style>
a { background-color: #A578DD; }
a { background-color: rgb(165,120,221); }
div.DivClassName
{
background-color: #A578DD;
}
.BgClassName
{
background-color: #A578DD;
}
</style>
border-color css
<style>
span { border-color: #A578DD; }
span { border-color: rgb(165,120,221); }
td.TdClassName
{
border-color: #A578DD;
}
.TagClassName
{
border-color: #A578DD;
}
</style>