Shades of Medium Purple #A483EA
Tints of Medium Purple #A483EA
RGB
CMYK
RGB Variations
Color information
#A483EA (or 0xA483EA) is known color: Medium Purple. HEX triplet: A4, 83 and EA. RGB value is (164,131,234). Sum of RGB (Red+Green+Blue) = 164+131+234=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #A483EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A483EA is #5B7C15. Grayscale: #989898. Windows color (decimal): -5995542 or 15369124. OLE color: 15369124.
HSL color Cylindrical-coordinate representation of color #A483EA: hue angle of 259.22º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A483EA is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 131 | 234 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.08 |
| HSL | 259.22º | 0.71% | 0.72% | - |
| HSV(B) | 259.22º | 0.44% | 0.92% | - |
| XYZ | 38.28 | 30.07 | 81.63 | - |
| YUV | 152.61 | 173.93 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 131 | 234 | 0.30 | 0.44 | 0 | 0.08 | 259.22 | 0.71 | 0.72 |
| Hex | A4 | 83 | EA | 1E | 2C | 0 | 8 | 103 | 47 | 48 |
| Octal | 244 | 203 | 352 | 36 | 54 | 0 | 10 | 403 | 107 | 110 |
| Binary | 10100100 | 10000011 | 11101010 | 11110 | 101100 | 0 | 1000 | 100000011 | 1000111 | 1001000 |
Color Harmonies of #A483EA
Complementary color
Monochromatic Colors of #A483EA
Black with #A483EA
Text Example
Text Example
White with #A483EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A483EA; }
p { color: rgb(164,131,234); }
H1.HeaderClassName
{
color: #A483EA;
}
.AnyTagClassName
{
color: #A483EA;
}
</style>
background-color css
<style>
a { background-color: #A483EA; }
a { background-color: rgb(164,131,234); }
div.DivClassName
{
background-color: #A483EA;
}
.BgClassName
{
background-color: #A483EA;
}
</style>
border-color css
<style>
span { border-color: #A483EA; }
span { border-color: rgb(164,131,234); }
td.TdClassName
{
border-color: #A483EA;
}
.TagClassName
{
border-color: #A483EA;
}
</style>