Shades of Medium Purple #A379ED
Tints of Medium Purple #A379ED
RGB
CMYK
RGB Variations
Color information
#A379ED (or 0xA379ED) is known color: Medium Purple. HEX triplet: A3, 79 and ED. RGB value is (163,121,237). Sum of RGB (Red+Green+Blue) = 163+121+237=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #A379ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A379ED is #5C8612. Grayscale: #929292. Windows color (decimal): -6063635 or 15563171. OLE color: 15563171.
HSL color Cylindrical-coordinate representation of color #A379ED: hue angle of 261.72º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A379ED is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 121 | 237 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.07 |
| HSL | 261.72º | 0.76% | 0.7% | - |
| HSV(B) | 261.72º | 0.49% | 0.93% | - |
| XYZ | 37.23 | 27.58 | 83.48 | - |
| YUV | 146.78 | 178.91 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 237 | 0.31 | 0.49 | 0 | 0.07 | 261.72 | 0.76 | 0.7 |
| Hex | A3 | 79 | ED | 1F | 31 | 0 | 7 | 106 | 4C | 46 |
| Octal | 243 | 171 | 355 | 37 | 61 | 0 | 7 | 406 | 114 | 106 |
| Binary | 10100011 | 1111001 | 11101101 | 11111 | 110001 | 0 | 111 | 100000110 | 1001100 | 1000110 |
Color Harmonies of #A379ED
Complementary color
Monochromatic Colors of #A379ED
Black with #A379ED
Text Example
Text Example
White with #A379ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A379ED; }
p { color: rgb(163,121,237); }
H1.HeaderClassName
{
color: #A379ED;
}
.AnyTagClassName
{
color: #A379ED;
}
</style>
background-color css
<style>
a { background-color: #A379ED; }
a { background-color: rgb(163,121,237); }
div.DivClassName
{
background-color: #A379ED;
}
.BgClassName
{
background-color: #A379ED;
}
</style>
border-color css
<style>
span { border-color: #A379ED; }
span { border-color: rgb(163,121,237); }
td.TdClassName
{
border-color: #A379ED;
}
.TagClassName
{
border-color: #A379ED;
}
</style>