Shades of Medium Purple #A384ED
Tints of Medium Purple #A384ED
RGB
CMYK
RGB Variations
Color information
#A384ED (or 0xA384ED) is known color: Medium Purple. HEX triplet: A3, 84 and ED. RGB value is (163,132,237). Sum of RGB (Red+Green+Blue) = 163+132+237=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #A384ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A384ED is #5C7B12. Grayscale: #989898. Windows color (decimal): -6060819 or 15565987. OLE color: 15565987.
HSL color Cylindrical-coordinate representation of color #A384ED: hue angle of 257.71º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A384ED is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 132 | 237 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.07 |
| HSL | 257.71º | 0.74% | 0.72% | - |
| HSV(B) | 257.71º | 0.44% | 0.93% | - |
| XYZ | 38.64 | 30.4 | 83.95 | - |
| YUV | 153.24 | 175.27 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 237 | 0.31 | 0.44 | 0 | 0.07 | 257.71 | 0.74 | 0.72 |
| Hex | A3 | 84 | ED | 1F | 2C | 0 | 7 | 102 | 4A | 48 |
| Octal | 243 | 204 | 355 | 37 | 54 | 0 | 7 | 402 | 112 | 110 |
| Binary | 10100011 | 10000100 | 11101101 | 11111 | 101100 | 0 | 111 | 100000010 | 1001010 | 1001000 |
Color Harmonies of #A384ED
Complementary color
Monochromatic Colors of #A384ED
Black with #A384ED
Text Example
Text Example
White with #A384ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384ED; }
p { color: rgb(163,132,237); }
H1.HeaderClassName
{
color: #A384ED;
}
.AnyTagClassName
{
color: #A384ED;
}
</style>
background-color css
<style>
a { background-color: #A384ED; }
a { background-color: rgb(163,132,237); }
div.DivClassName
{
background-color: #A384ED;
}
.BgClassName
{
background-color: #A384ED;
}
</style>
border-color css
<style>
span { border-color: #A384ED; }
span { border-color: rgb(163,132,237); }
td.TdClassName
{
border-color: #A384ED;
}
.TagClassName
{
border-color: #A384ED;
}
</style>