Shades of Medium Purple #A483F1
Tints of Medium Purple #A483F1
RGB
CMYK
RGB Variations
Color information
#A483F1 (or 0xA483F1) is known color: Medium Purple. HEX triplet: A4, 83 and F1. RGB value is (164,131,241). Sum of RGB (Red+Green+Blue) = 164+131+241=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #A483F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A483F1 is #5B7C0E. Grayscale: #989898. Windows color (decimal): -5995535 or 15827876. OLE color: 15827876.
HSL color Cylindrical-coordinate representation of color #A483F1: hue angle of 258º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A483F1 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 131 | 241 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.05 |
| HSL | 258º | 0.8% | 0.73% | - |
| HSV(B) | 258º | 0.46% | 0.95% | - |
| XYZ | 39.3 | 30.48 | 87.03 | - |
| YUV | 153.41 | 177.43 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 131 | 241 | 0.32 | 0.46 | 0 | 0.05 | 258 | 0.8 | 0.73 |
| Hex | A4 | 83 | F1 | 20 | 2E | 0 | 5 | 102 | 50 | 49 |
| Octal | 244 | 203 | 361 | 40 | 56 | 0 | 5 | 402 | 120 | 111 |
| Binary | 10100100 | 10000011 | 11110001 | 100000 | 101110 | 0 | 101 | 100000010 | 1010000 | 1001001 |
Color Harmonies of #A483F1
Complementary color
Monochromatic Colors of #A483F1
Black with #A483F1
Text Example
Text Example
White with #A483F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A483F1; }
p { color: rgb(164,131,241); }
H1.HeaderClassName
{
color: #A483F1;
}
.AnyTagClassName
{
color: #A483F1;
}
</style>
background-color css
<style>
a { background-color: #A483F1; }
a { background-color: rgb(164,131,241); }
div.DivClassName
{
background-color: #A483F1;
}
.BgClassName
{
background-color: #A483F1;
}
</style>
border-color css
<style>
span { border-color: #A483F1; }
span { border-color: rgb(164,131,241); }
td.TdClassName
{
border-color: #A483F1;
}
.TagClassName
{
border-color: #A483F1;
}
</style>