Shades of Medium Purple #A384DF
Tints of Medium Purple #A384DF
RGB
CMYK
RGB Variations
Color information
#A384DF (or 0xA384DF) is known color: Medium Purple. HEX triplet: A3, 84 and DF. RGB value is (163,132,223). Sum of RGB (Red+Green+Blue) = 163+132+223=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #A384DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384DF is #5C7B20. Grayscale: #979797. Windows color (decimal): -6060833 or 14648483. OLE color: 14648483.
HSL color Cylindrical-coordinate representation of color #A384DF: hue angle of 260.44º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A384DF is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 132 | 223 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.13 |
| HSL | 260.44º | 0.59% | 0.7% | - |
| HSV(B) | 260.44º | 0.41% | 0.87% | - |
| XYZ | 36.67 | 29.62 | 73.6 | - |
| YUV | 151.64 | 168.27 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 223 | 0.27 | 0.41 | 0 | 0.13 | 260.44 | 0.59 | 0.7 |
| Hex | A3 | 84 | DF | 1B | 29 | 0 | D | 104 | 3B | 46 |
| Octal | 243 | 204 | 337 | 33 | 51 | 0 | 15 | 404 | 73 | 106 |
| Binary | 10100011 | 10000100 | 11011111 | 11011 | 101001 | 0 | 1101 | 100000100 | 111011 | 1000110 |
Color Harmonies of #A384DF
Complementary color
Monochromatic Colors of #A384DF
Black with #A384DF
Text Example
Text Example
White with #A384DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384DF; }
p { color: rgb(163,132,223); }
H1.HeaderClassName
{
color: #A384DF;
}
.AnyTagClassName
{
color: #A384DF;
}
</style>
background-color css
<style>
a { background-color: #A384DF; }
a { background-color: rgb(163,132,223); }
div.DivClassName
{
background-color: #A384DF;
}
.BgClassName
{
background-color: #A384DF;
}
</style>
border-color css
<style>
span { border-color: #A384DF; }
span { border-color: rgb(163,132,223); }
td.TdClassName
{
border-color: #A384DF;
}
.TagClassName
{
border-color: #A384DF;
}
</style>