Shades of Medium Purple #A483EC
Tints of Medium Purple #A483EC
RGB
CMYK
RGB Variations
Color information
#A483EC (or 0xA483EC) is known color: Medium Purple. HEX triplet: A4, 83 and EC. RGB value is (164,131,236). Sum of RGB (Red+Green+Blue) = 164+131+236=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #A483EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A483EC is #5B7C13. Grayscale: #989898. Windows color (decimal): -5995540 or 15500196. OLE color: 15500196.
HSL color Cylindrical-coordinate representation of color #A483EC: hue angle of 258.86º degrees, saturation: 0.73, 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 #A483EC is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 131 | 236 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.07 |
| HSL | 258.86º | 0.73% | 0.72% | - |
| HSV(B) | 258.86º | 0.44% | 0.93% | - |
| XYZ | 38.57 | 30.18 | 83.15 | - |
| YUV | 152.84 | 174.93 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 131 | 236 | 0.31 | 0.44 | 0 | 0.07 | 258.86 | 0.73 | 0.72 |
| Hex | A4 | 83 | EC | 1F | 2C | 0 | 7 | 103 | 49 | 48 |
| Octal | 244 | 203 | 354 | 37 | 54 | 0 | 7 | 403 | 111 | 110 |
| Binary | 10100100 | 10000011 | 11101100 | 11111 | 101100 | 0 | 111 | 100000011 | 1001001 | 1001000 |
Color Harmonies of #A483EC
Complementary color
Monochromatic Colors of #A483EC
Black with #A483EC
Text Example
Text Example
White with #A483EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A483EC; }
p { color: rgb(164,131,236); }
H1.HeaderClassName
{
color: #A483EC;
}
.AnyTagClassName
{
color: #A483EC;
}
</style>
background-color css
<style>
a { background-color: #A483EC; }
a { background-color: rgb(164,131,236); }
div.DivClassName
{
background-color: #A483EC;
}
.BgClassName
{
background-color: #A483EC;
}
</style>
border-color css
<style>
span { border-color: #A483EC; }
span { border-color: rgb(164,131,236); }
td.TdClassName
{
border-color: #A483EC;
}
.TagClassName
{
border-color: #A483EC;
}
</style>