Shades of Medium Purple #A183E5
Tints of Medium Purple #A183E5
RGB
CMYK
RGB Variations
Color information
#A183E5 (or 0xA183E5) is known color: Medium Purple. HEX triplet: A1, 83 and E5. RGB value is (161,131,229). Sum of RGB (Red+Green+Blue) = 161+131+229=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #A183E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183E5 is #5E7C1A. Grayscale: #969696. Windows color (decimal): -6192155 or 15041441. OLE color: 15041441.
HSL color Cylindrical-coordinate representation of color #A183E5: hue angle of 258.37º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A183E5 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 131 | 229 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.10 |
| HSL | 258.37º | 0.65% | 0.71% | - |
| HSV(B) | 258.37º | 0.43% | 0.9% | - |
| XYZ | 36.96 | 29.47 | 77.87 | - |
| YUV | 151.14 | 171.94 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 229 | 0.30 | 0.43 | 0 | 0.10 | 258.37 | 0.65 | 0.71 |
| Hex | A1 | 83 | E5 | 1E | 2B | 0 | A | 102 | 41 | 47 |
| Octal | 241 | 203 | 345 | 36 | 53 | 0 | 12 | 402 | 101 | 107 |
| Binary | 10100001 | 10000011 | 11100101 | 11110 | 101011 | 0 | 1010 | 100000010 | 1000001 | 1000111 |
Color Harmonies of #A183E5
Complementary color
Monochromatic Colors of #A183E5
Black with #A183E5
Text Example
Text Example
White with #A183E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A183E5; }
p { color: rgb(161,131,229); }
H1.HeaderClassName
{
color: #A183E5;
}
.AnyTagClassName
{
color: #A183E5;
}
</style>
background-color css
<style>
a { background-color: #A183E5; }
a { background-color: rgb(161,131,229); }
div.DivClassName
{
background-color: #A183E5;
}
.BgClassName
{
background-color: #A183E5;
}
</style>
border-color css
<style>
span { border-color: #A183E5; }
span { border-color: rgb(161,131,229); }
td.TdClassName
{
border-color: #A183E5;
}
.TagClassName
{
border-color: #A183E5;
}
</style>