Shades of Medium Purple #A384E8
Tints of Medium Purple #A384E8
RGB
CMYK
RGB Variations
Color information
#A384E8 (or 0xA384E8) is known color: Medium Purple. HEX triplet: A3, 84 and E8. RGB value is (163,132,232). Sum of RGB (Red+Green+Blue) = 163+132+232=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #A384E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A384E8 is #5C7B17. Grayscale: #989898. Windows color (decimal): -6060824 or 15238307. OLE color: 15238307.
HSL color Cylindrical-coordinate representation of color #A384E8: hue angle of 258.6º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A384E8 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 132 | 232 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.09 |
| HSL | 258.6º | 0.68% | 0.71% | - |
| HSV(B) | 258.6º | 0.43% | 0.91% | - |
| XYZ | 37.92 | 30.12 | 80.16 | - |
| YUV | 152.67 | 172.77 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 232 | 0.30 | 0.43 | 0 | 0.09 | 258.6 | 0.68 | 0.71 |
| Hex | A3 | 84 | E8 | 1E | 2B | 0 | 9 | 103 | 44 | 47 |
| Octal | 243 | 204 | 350 | 36 | 53 | 0 | 11 | 403 | 104 | 107 |
| Binary | 10100011 | 10000100 | 11101000 | 11110 | 101011 | 0 | 1001 | 100000011 | 1000100 | 1000111 |
Color Harmonies of #A384E8
Complementary color
Monochromatic Colors of #A384E8
Black with #A384E8
Text Example
Text Example
White with #A384E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384E8; }
p { color: rgb(163,132,232); }
H1.HeaderClassName
{
color: #A384E8;
}
.AnyTagClassName
{
color: #A384E8;
}
</style>
background-color css
<style>
a { background-color: #A384E8; }
a { background-color: rgb(163,132,232); }
div.DivClassName
{
background-color: #A384E8;
}
.BgClassName
{
background-color: #A384E8;
}
</style>
border-color css
<style>
span { border-color: #A384E8; }
span { border-color: rgb(163,132,232); }
td.TdClassName
{
border-color: #A384E8;
}
.TagClassName
{
border-color: #A384E8;
}
</style>