Shades of Medium Purple #A384F3
Tints of Medium Purple #A384F3
RGB
CMYK
RGB Variations
Color information
#A384F3 (or 0xA384F3) is known color: Medium Purple. HEX triplet: A3, 84 and F3. RGB value is (163,132,243). Sum of RGB (Red+Green+Blue) = 163+132+243=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 243 (95.31% from 255 or 45.17% from 538); Max value from RGB is 243 - color contains mainly: blue. Hex color #A384F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A384F3 is #5C7B0C. Grayscale: #999999. Windows color (decimal): -6060813 or 15959203. OLE color: 15959203.
HSL color Cylindrical-coordinate representation of color #A384F3: hue angle of 256.76º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A384F3 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 132 | 243 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.05 |
| HSL | 256.76º | 0.82% | 0.74% | - |
| HSV(B) | 256.76º | 0.46% | 0.95% | - |
| XYZ | 39.53 | 30.76 | 88.65 | - |
| YUV | 153.92 | 178.27 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 243 | 0.33 | 0.46 | 0 | 0.05 | 256.76 | 0.82 | 0.74 |
| Hex | A3 | 84 | F3 | 21 | 2E | 0 | 5 | 101 | 52 | 4A |
| Octal | 243 | 204 | 363 | 41 | 56 | 0 | 5 | 401 | 122 | 112 |
| Binary | 10100011 | 10000100 | 11110011 | 100001 | 101110 | 0 | 101 | 100000001 | 1010010 | 1001010 |
Color Harmonies of #A384F3
Complementary color
Monochromatic Colors of #A384F3
Black with #A384F3
Text Example
Text Example
White with #A384F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384F3; }
p { color: rgb(163,132,243); }
H1.HeaderClassName
{
color: #A384F3;
}
.AnyTagClassName
{
color: #A384F3;
}
</style>
background-color css
<style>
a { background-color: #A384F3; }
a { background-color: rgb(163,132,243); }
div.DivClassName
{
background-color: #A384F3;
}
.BgClassName
{
background-color: #A384F3;
}
</style>
border-color css
<style>
span { border-color: #A384F3; }
span { border-color: rgb(163,132,243); }
td.TdClassName
{
border-color: #A384F3;
}
.TagClassName
{
border-color: #A384F3;
}
</style>