Shades of Medium Purple #A183ED
Tints of Medium Purple #A183ED
RGB
CMYK
RGB Variations
Color information
#A183ED (or 0xA183ED) is known color: Medium Purple. HEX triplet: A1, 83 and ED. RGB value is (161,131,237). Sum of RGB (Red+Green+Blue) = 161+131+237=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #A183ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A183ED is #5E7C12. Grayscale: #979797. Windows color (decimal): -6192147 or 15565729. OLE color: 15565729.
HSL color Cylindrical-coordinate representation of color #A183ED: hue angle of 256.98º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A183ED is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 131 | 237 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.07 |
| HSL | 256.98º | 0.75% | 0.72% | - |
| HSV(B) | 256.98º | 0.45% | 0.93% | - |
| XYZ | 38.1 | 29.92 | 83.89 | - |
| YUV | 152.05 | 175.94 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 237 | 0.32 | 0.45 | 0 | 0.07 | 256.98 | 0.75 | 0.72 |
| Hex | A1 | 83 | ED | 20 | 2D | 0 | 7 | 101 | 4B | 48 |
| Octal | 241 | 203 | 355 | 40 | 55 | 0 | 7 | 401 | 113 | 110 |
| Binary | 10100001 | 10000011 | 11101101 | 100000 | 101101 | 0 | 111 | 100000001 | 1001011 | 1001000 |
Color Harmonies of #A183ED
Complementary color
Monochromatic Colors of #A183ED
Black with #A183ED
Text Example
Text Example
White with #A183ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A183ED; }
p { color: rgb(161,131,237); }
H1.HeaderClassName
{
color: #A183ED;
}
.AnyTagClassName
{
color: #A183ED;
}
</style>
background-color css
<style>
a { background-color: #A183ED; }
a { background-color: rgb(161,131,237); }
div.DivClassName
{
background-color: #A183ED;
}
.BgClassName
{
background-color: #A183ED;
}
</style>
border-color css
<style>
span { border-color: #A183ED; }
span { border-color: rgb(161,131,237); }
td.TdClassName
{
border-color: #A183ED;
}
.TagClassName
{
border-color: #A183ED;
}
</style>