Shades of Medium Purple #A379E1
Tints of Medium Purple #A379E1
RGB
CMYK
RGB Variations
Color information
#A379E1 (or 0xA379E1) is known color: Medium Purple. HEX triplet: A3, 79 and E1. RGB value is (163,121,225). Sum of RGB (Red+Green+Blue) = 163+121+225=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #A379E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379E1 is #5C861E. Grayscale: #919191. Windows color (decimal): -6063647 or 14776739. OLE color: 14776739.
HSL color Cylindrical-coordinate representation of color #A379E1: hue angle of 264.23º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A379E1 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 121 | 225 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.12 |
| HSL | 264.23º | 0.63% | 0.68% | - |
| HSV(B) | 264.23º | 0.46% | 0.88% | - |
| XYZ | 35.53 | 26.9 | 74.55 | - |
| YUV | 145.41 | 172.91 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 225 | 0.28 | 0.46 | 0 | 0.12 | 264.23 | 0.63 | 0.68 |
| Hex | A3 | 79 | E1 | 1C | 2E | 0 | C | 108 | 3F | 44 |
| Octal | 243 | 171 | 341 | 34 | 56 | 0 | 14 | 410 | 77 | 104 |
| Binary | 10100011 | 1111001 | 11100001 | 11100 | 101110 | 0 | 1100 | 100001000 | 111111 | 1000100 |
Color Harmonies of #A379E1
Complementary color
Monochromatic Colors of #A379E1
Black with #A379E1
Text Example
Text Example
White with #A379E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A379E1; }
p { color: rgb(163,121,225); }
H1.HeaderClassName
{
color: #A379E1;
}
.AnyTagClassName
{
color: #A379E1;
}
</style>
background-color css
<style>
a { background-color: #A379E1; }
a { background-color: rgb(163,121,225); }
div.DivClassName
{
background-color: #A379E1;
}
.BgClassName
{
background-color: #A379E1;
}
</style>
border-color css
<style>
span { border-color: #A379E1; }
span { border-color: rgb(163,121,225); }
td.TdClassName
{
border-color: #A379E1;
}
.TagClassName
{
border-color: #A379E1;
}
</style>