Shades of Medium Purple #A183F2
Tints of Medium Purple #A183F2
RGB
CMYK
RGB Variations
Color information
#A183F2 (or 0xA183F2) is known color: Medium Purple. HEX triplet: A1, 83 and F2. RGB value is (161,131,242). Sum of RGB (Red+Green+Blue) = 161+131+242=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 131 (51.56% from 255 or 24.53% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #A183F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A183F2 is #5E7C0D. Grayscale: #989898. Windows color (decimal): -6192142 or 15893409. OLE color: 15893409.
HSL color Cylindrical-coordinate representation of color #A183F2: hue angle of 256.22º degrees, saturation: 0.81, 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 #A183F2 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 131 | 242 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.05 |
| HSL | 256.22º | 0.81% | 0.73% | - |
| HSV(B) | 256.22º | 0.46% | 0.95% | - |
| XYZ | 38.84 | 30.22 | 87.79 | - |
| YUV | 152.62 | 178.44 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 242 | 0.33 | 0.46 | 0 | 0.05 | 256.22 | 0.81 | 0.73 |
| Hex | A1 | 83 | F2 | 21 | 2E | 0 | 5 | 100 | 51 | 49 |
| Octal | 241 | 203 | 362 | 41 | 56 | 0 | 5 | 400 | 121 | 111 |
| Binary | 10100001 | 10000011 | 11110010 | 100001 | 101110 | 0 | 101 | 100000000 | 1010001 | 1001001 |
Color Harmonies of #A183F2
Complementary color
Monochromatic Colors of #A183F2
Black with #A183F2
Text Example
Text Example
White with #A183F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A183F2; }
p { color: rgb(161,131,242); }
H1.HeaderClassName
{
color: #A183F2;
}
.AnyTagClassName
{
color: #A183F2;
}
</style>
background-color css
<style>
a { background-color: #A183F2; }
a { background-color: rgb(161,131,242); }
div.DivClassName
{
background-color: #A183F2;
}
.BgClassName
{
background-color: #A183F2;
}
</style>
border-color css
<style>
span { border-color: #A183F2; }
span { border-color: rgb(161,131,242); }
td.TdClassName
{
border-color: #A183F2;
}
.TagClassName
{
border-color: #A183F2;
}
</style>