Shades of Medium Purple #A384E4
Tints of Medium Purple #A384E4
RGB
CMYK
RGB Variations
Color information
#A384E4 (or 0xA384E4) is known color: Medium Purple. HEX triplet: A3, 84 and E4. RGB value is (163,132,228). Sum of RGB (Red+Green+Blue) = 163+132+228=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 228 (89.45% from 255 or 43.59% from 523); Max value from RGB is 228 - color contains mainly: blue. Hex color #A384E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384E4 is #5C7B1B. Grayscale: #979797. Windows color (decimal): -6060828 or 14976163. OLE color: 14976163.
HSL color Cylindrical-coordinate representation of color #A384E4: hue angle of 259.38º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A384E4 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 132 | 228 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.11 |
| HSL | 259.38º | 0.64% | 0.71% | - |
| HSV(B) | 259.38º | 0.42% | 0.89% | - |
| XYZ | 37.36 | 29.89 | 77.2 | - |
| YUV | 152.21 | 170.77 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 228 | 0.29 | 0.42 | 0 | 0.11 | 259.38 | 0.64 | 0.71 |
| Hex | A3 | 84 | E4 | 1D | 2A | 0 | B | 103 | 40 | 47 |
| Octal | 243 | 204 | 344 | 35 | 52 | 0 | 13 | 403 | 100 | 107 |
| Binary | 10100011 | 10000100 | 11100100 | 11101 | 101010 | 0 | 1011 | 100000011 | 1000000 | 1000111 |
Color Harmonies of #A384E4
Complementary color
Monochromatic Colors of #A384E4
Black with #A384E4
Text Example
Text Example
White with #A384E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384E4; }
p { color: rgb(163,132,228); }
H1.HeaderClassName
{
color: #A384E4;
}
.AnyTagClassName
{
color: #A384E4;
}
</style>
background-color css
<style>
a { background-color: #A384E4; }
a { background-color: rgb(163,132,228); }
div.DivClassName
{
background-color: #A384E4;
}
.BgClassName
{
background-color: #A384E4;
}
</style>
border-color css
<style>
span { border-color: #A384E4; }
span { border-color: rgb(163,132,228); }
td.TdClassName
{
border-color: #A384E4;
}
.TagClassName
{
border-color: #A384E4;
}
</style>