Shades of Medium Purple #A183F3
Tints of Medium Purple #A183F3
RGB
CMYK
RGB Variations
Color information
#A183F3 (or 0xA183F3) is known color: Medium Purple. HEX triplet: A1, 83 and F3. RGB value is (161,131,243). Sum of RGB (Red+Green+Blue) = 161+131+243=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #A183F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A183F3 is #5E7C0C. Grayscale: #989898. Windows color (decimal): -6192141 or 15958945. OLE color: 15958945.
HSL color Cylindrical-coordinate representation of color #A183F3: hue angle of 256.07º degrees, saturation: 0.82, 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 #A183F3 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 131 | 243 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.05 |
| HSL | 256.07º | 0.82% | 0.73% | - |
| HSV(B) | 256.07º | 0.46% | 0.95% | - |
| XYZ | 38.99 | 30.28 | 88.58 | - |
| YUV | 152.74 | 178.94 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 243 | 0.34 | 0.46 | 0 | 0.05 | 256.07 | 0.82 | 0.73 |
| Hex | A1 | 83 | F3 | 22 | 2E | 0 | 5 | 100 | 52 | 49 |
| Octal | 241 | 203 | 363 | 42 | 56 | 0 | 5 | 400 | 122 | 111 |
| Binary | 10100001 | 10000011 | 11110011 | 100010 | 101110 | 0 | 101 | 100000000 | 1010010 | 1001001 |
Color Harmonies of #A183F3
Complementary color
Monochromatic Colors of #A183F3
Black with #A183F3
Text Example
Text Example
White with #A183F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A183F3; }
p { color: rgb(161,131,243); }
H1.HeaderClassName
{
color: #A183F3;
}
.AnyTagClassName
{
color: #A183F3;
}
</style>
background-color css
<style>
a { background-color: #A183F3; }
a { background-color: rgb(161,131,243); }
div.DivClassName
{
background-color: #A183F3;
}
.BgClassName
{
background-color: #A183F3;
}
</style>
border-color css
<style>
span { border-color: #A183F3; }
span { border-color: rgb(161,131,243); }
td.TdClassName
{
border-color: #A183F3;
}
.TagClassName
{
border-color: #A183F3;
}
</style>