Shades of Medium Purple #A479DA
Tints of Medium Purple #A479DA
RGB
CMYK
RGB Variations
Color information
#A479DA (or 0xA479DA) is known color: Medium Purple. HEX triplet: A4, 79 and DA. RGB value is (164,121,218). Sum of RGB (Red+Green+Blue) = 164+121+218=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 121 (47.66% from 255 or 24.06% 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 #A479DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A479DA is #5B8625. Grayscale: #909090. Windows color (decimal): -5998118 or 14317988. OLE color: 14317988.
HSL color Cylindrical-coordinate representation of color #A479DA: hue angle of 266.6º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A479DA is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 121 | 218 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.15 |
| HSL | 266.6º | 0.57% | 0.66% | - |
| HSV(B) | 266.6º | 0.44% | 0.85% | - |
| XYZ | 34.8 | 26.63 | 69.64 | - |
| YUV | 144.92 | 169.25 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 121 | 218 | 0.25 | 0.44 | 0 | 0.15 | 266.6 | 0.57 | 0.66 |
| Hex | A4 | 79 | DA | 19 | 2C | 0 | F | 10B | 39 | 42 |
| Octal | 244 | 171 | 332 | 31 | 54 | 0 | 17 | 413 | 71 | 102 |
| Binary | 10100100 | 1111001 | 11011010 | 11001 | 101100 | 0 | 1111 | 100001011 | 111001 | 1000010 |
Color Harmonies of #A479DA
Complementary color
Monochromatic Colors of #A479DA
Black with #A479DA
Text Example
Text Example
White with #A479DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A479DA; }
p { color: rgb(164,121,218); }
H1.HeaderClassName
{
color: #A479DA;
}
.AnyTagClassName
{
color: #A479DA;
}
</style>
background-color css
<style>
a { background-color: #A479DA; }
a { background-color: rgb(164,121,218); }
div.DivClassName
{
background-color: #A479DA;
}
.BgClassName
{
background-color: #A479DA;
}
</style>
border-color css
<style>
span { border-color: #A479DA; }
span { border-color: rgb(164,121,218); }
td.TdClassName
{
border-color: #A479DA;
}
.TagClassName
{
border-color: #A479DA;
}
</style>