Shades of Medium Purple #A579DF
Tints of Medium Purple #A579DF
RGB
CMYK
RGB Variations
Color information
#A579DF (or 0xA579DF) is known color: Medium Purple. HEX triplet: A5, 79 and DF. RGB value is (165,121,223). Sum of RGB (Red+Green+Blue) = 165+121+223=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #A579DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A579DF is #5A8620. Grayscale: #919191. Windows color (decimal): -5932577 or 14645669. OLE color: 14645669.
HSL color Cylindrical-coordinate representation of color #A579DF: hue angle of 265.88º degrees, saturation: 0.61, 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 #A579DF is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 121 | 223 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.13 |
| HSL | 265.88º | 0.61% | 0.67% | - |
| HSV(B) | 265.88º | 0.46% | 0.87% | - |
| XYZ | 35.67 | 27 | 73.14 | - |
| YUV | 145.78 | 171.58 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 121 | 223 | 0.26 | 0.46 | 0 | 0.13 | 265.88 | 0.61 | 0.67 |
| Hex | A5 | 79 | DF | 1A | 2E | 0 | D | 10A | 3D | 43 |
| Octal | 245 | 171 | 337 | 32 | 56 | 0 | 15 | 412 | 75 | 103 |
| Binary | 10100101 | 1111001 | 11011111 | 11010 | 101110 | 0 | 1101 | 100001010 | 111101 | 1000011 |
Color Harmonies of #A579DF
Complementary color
Monochromatic Colors of #A579DF
Black with #A579DF
Text Example
Text Example
White with #A579DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A579DF; }
p { color: rgb(165,121,223); }
H1.HeaderClassName
{
color: #A579DF;
}
.AnyTagClassName
{
color: #A579DF;
}
</style>
background-color css
<style>
a { background-color: #A579DF; }
a { background-color: rgb(165,121,223); }
div.DivClassName
{
background-color: #A579DF;
}
.BgClassName
{
background-color: #A579DF;
}
</style>
border-color css
<style>
span { border-color: #A579DF; }
span { border-color: rgb(165,121,223); }
td.TdClassName
{
border-color: #A579DF;
}
.TagClassName
{
border-color: #A579DF;
}
</style>