Shades of Medium Purple #A183F0
Tints of Medium Purple #A183F0
RGB
CMYK
RGB Variations
Color information
#A183F0 (or 0xA183F0) is known color: Medium Purple. HEX triplet: A1, 83 and F0. RGB value is (161,131,240). Sum of RGB (Red+Green+Blue) = 161+131+240=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #A183F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A183F0 is #5E7C0F. Grayscale: #979797. Windows color (decimal): -6192144 or 15762337. OLE color: 15762337.
HSL color Cylindrical-coordinate representation of color #A183F0: hue angle of 256.51º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A183F0 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 131 | 240 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.06 |
| HSL | 256.51º | 0.78% | 0.73% | - |
| HSV(B) | 256.51º | 0.45% | 0.94% | - |
| XYZ | 38.54 | 30.1 | 86.22 | - |
| YUV | 152.4 | 177.44 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 240 | 0.33 | 0.45 | 0 | 0.06 | 256.51 | 0.78 | 0.73 |
| Hex | A1 | 83 | F0 | 21 | 2D | 0 | 6 | 101 | 4E | 49 |
| Octal | 241 | 203 | 360 | 41 | 55 | 0 | 6 | 401 | 116 | 111 |
| Binary | 10100001 | 10000011 | 11110000 | 100001 | 101101 | 0 | 110 | 100000001 | 1001110 | 1001001 |
Color Harmonies of #A183F0
Complementary color
Monochromatic Colors of #A183F0
Black with #A183F0
Text Example
Text Example
White with #A183F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A183F0; }
p { color: rgb(161,131,240); }
H1.HeaderClassName
{
color: #A183F0;
}
.AnyTagClassName
{
color: #A183F0;
}
</style>
background-color css
<style>
a { background-color: #A183F0; }
a { background-color: rgb(161,131,240); }
div.DivClassName
{
background-color: #A183F0;
}
.BgClassName
{
background-color: #A183F0;
}
</style>
border-color css
<style>
span { border-color: #A183F0; }
span { border-color: rgb(161,131,240); }
td.TdClassName
{
border-color: #A183F0;
}
.TagClassName
{
border-color: #A183F0;
}
</style>