Shades of Medium Purple #A183DD
Tints of Medium Purple #A183DD
RGB
CMYK
RGB Variations
Color information
#A183DD (or 0xA183DD) is known color: Medium Purple. HEX triplet: A1, 83 and DD. RGB value is (161,131,221). Sum of RGB (Red+Green+Blue) = 161+131+221=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #A183DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183DD is #5E7C22. Grayscale: #959595. Windows color (decimal): -6192163 or 14517153. OLE color: 14517153.
HSL color Cylindrical-coordinate representation of color #A183DD: hue angle of 260º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A183DD is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 131 | 221 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.13 |
| HSL | 260º | 0.57% | 0.69% | - |
| HSV(B) | 260º | 0.41% | 0.87% | - |
| XYZ | 35.87 | 29.03 | 72.12 | - |
| YUV | 150.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 221 | 0.27 | 0.41 | 0 | 0.13 | 260 | 0.57 | 0.69 |
| Hex | A1 | 83 | DD | 1B | 29 | 0 | D | 104 | 39 | 45 |
| Octal | 241 | 203 | 335 | 33 | 51 | 0 | 15 | 404 | 71 | 105 |
| Binary | 10100001 | 10000011 | 11011101 | 11011 | 101001 | 0 | 1101 | 100000100 | 111001 | 1000101 |
Color Harmonies of #A183DD
Complementary color
Monochromatic Colors of #A183DD
Black with #A183DD
Text Example
Text Example
White with #A183DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A183DD; }
p { color: rgb(161,131,221); }
H1.HeaderClassName
{
color: #A183DD;
}
.AnyTagClassName
{
color: #A183DD;
}
</style>
background-color css
<style>
a { background-color: #A183DD; }
a { background-color: rgb(161,131,221); }
div.DivClassName
{
background-color: #A183DD;
}
.BgClassName
{
background-color: #A183DD;
}
</style>
border-color css
<style>
span { border-color: #A183DD; }
span { border-color: rgb(161,131,221); }
td.TdClassName
{
border-color: #A183DD;
}
.TagClassName
{
border-color: #A183DD;
}
</style>