Shades of Medium Purple #A183F1
Tints of Medium Purple #A183F1
RGB
CMYK
RGB Variations
Color information
#A183F1 (or 0xA183F1) is known color: Medium Purple. HEX triplet: A1, 83 and F1. RGB value is (161,131,241). Sum of RGB (Red+Green+Blue) = 161+131+241=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #A183F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A183F1 is #5E7C0E. Grayscale: #989898. Windows color (decimal): -6192143 or 15827873. OLE color: 15827873.
HSL color Cylindrical-coordinate representation of color #A183F1: hue angle of 256.36º 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 #A183F1 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 131 | 241 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.05 |
| HSL | 256.36º | 0.8% | 0.73% | - |
| HSV(B) | 256.36º | 0.46% | 0.95% | - |
| XYZ | 38.69 | 30.16 | 87 | - |
| YUV | 152.51 | 177.94 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 241 | 0.33 | 0.46 | 0 | 0.05 | 256.36 | 0.8 | 0.73 |
| Hex | A1 | 83 | F1 | 21 | 2E | 0 | 5 | 100 | 50 | 49 |
| Octal | 241 | 203 | 361 | 41 | 56 | 0 | 5 | 400 | 120 | 111 |
| Binary | 10100001 | 10000011 | 11110001 | 100001 | 101110 | 0 | 101 | 100000000 | 1010000 | 1001001 |
Color Harmonies of #A183F1
Complementary color
Monochromatic Colors of #A183F1
Black with #A183F1
Text Example
Text Example
White with #A183F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A183F1; }
p { color: rgb(161,131,241); }
H1.HeaderClassName
{
color: #A183F1;
}
.AnyTagClassName
{
color: #A183F1;
}
</style>
background-color css
<style>
a { background-color: #A183F1; }
a { background-color: rgb(161,131,241); }
div.DivClassName
{
background-color: #A183F1;
}
.BgClassName
{
background-color: #A183F1;
}
</style>
border-color css
<style>
span { border-color: #A183F1; }
span { border-color: rgb(161,131,241); }
td.TdClassName
{
border-color: #A183F1;
}
.TagClassName
{
border-color: #A183F1;
}
</style>