Shades of Medium Purple #A379DF
Tints of Medium Purple #A379DF
RGB
CMYK
RGB Variations
Color information
#A379DF (or 0xA379DF) is known color: Medium Purple. HEX triplet: A3, 79 and DF. RGB value is (163,121,223). Sum of RGB (Red+Green+Blue) = 163+121+223=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #A379DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379DF is #5C8620. Grayscale: #909090. Windows color (decimal): -6063649 or 14645667. OLE color: 14645667.
HSL color Cylindrical-coordinate representation of color #A379DF: hue angle of 264.71º 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 #A379DF is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 121 | 223 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.13 |
| HSL | 264.71º | 0.61% | 0.67% | - |
| HSV(B) | 264.71º | 0.46% | 0.87% | - |
| XYZ | 35.26 | 26.79 | 73.12 | - |
| YUV | 145.19 | 171.91 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 223 | 0.27 | 0.46 | 0 | 0.13 | 264.71 | 0.61 | 0.67 |
| Hex | A3 | 79 | DF | 1B | 2E | 0 | D | 109 | 3D | 43 |
| Octal | 243 | 171 | 337 | 33 | 56 | 0 | 15 | 411 | 75 | 103 |
| Binary | 10100011 | 1111001 | 11011111 | 11011 | 101110 | 0 | 1101 | 100001001 | 111101 | 1000011 |
Color Harmonies of #A379DF
Complementary color
Monochromatic Colors of #A379DF
Black with #A379DF
Text Example
Text Example
White with #A379DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A379DF; }
p { color: rgb(163,121,223); }
H1.HeaderClassName
{
color: #A379DF;
}
.AnyTagClassName
{
color: #A379DF;
}
</style>
background-color css
<style>
a { background-color: #A379DF; }
a { background-color: rgb(163,121,223); }
div.DivClassName
{
background-color: #A379DF;
}
.BgClassName
{
background-color: #A379DF;
}
</style>
border-color css
<style>
span { border-color: #A379DF; }
span { border-color: rgb(163,121,223); }
td.TdClassName
{
border-color: #A379DF;
}
.TagClassName
{
border-color: #A379DF;
}
</style>