Shades of Medium Purple #A983ED
Tints of Medium Purple #A983ED
RGB
CMYK
RGB Variations
Color information
#A983ED (or 0xA983ED) is known color: Medium Purple. HEX triplet: A9, 83 and ED. RGB value is (169,131,237). Sum of RGB (Red+Green+Blue) = 169+131+237=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #A983ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A983ED is #567C12. Grayscale: #9A9A9A. Windows color (decimal): -5667859 or 15565737. OLE color: 15565737.
HSL color Cylindrical-coordinate representation of color #A983ED: hue angle of 261.51º 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 #A983ED is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 131 | 237 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.07 |
| HSL | 261.51º | 0.75% | 0.72% | - |
| HSV(B) | 261.51º | 0.45% | 0.93% | - |
| XYZ | 39.76 | 30.78 | 83.97 | - |
| YUV | 154.45 | 174.59 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 131 | 237 | 0.29 | 0.45 | 0 | 0.07 | 261.51 | 0.75 | 0.72 |
| Hex | A9 | 83 | ED | 1D | 2D | 0 | 7 | 106 | 4B | 48 |
| Octal | 251 | 203 | 355 | 35 | 55 | 0 | 7 | 406 | 113 | 110 |
| Binary | 10101001 | 10000011 | 11101101 | 11101 | 101101 | 0 | 111 | 100000110 | 1001011 | 1001000 |
Color Harmonies of #A983ED
Complementary color
Monochromatic Colors of #A983ED
Black with #A983ED
Text Example
Text Example
White with #A983ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A983ED; }
p { color: rgb(169,131,237); }
H1.HeaderClassName
{
color: #A983ED;
}
.AnyTagClassName
{
color: #A983ED;
}
</style>
background-color css
<style>
a { background-color: #A983ED; }
a { background-color: rgb(169,131,237); }
div.DivClassName
{
background-color: #A983ED;
}
.BgClassName
{
background-color: #A983ED;
}
</style>
border-color css
<style>
span { border-color: #A983ED; }
span { border-color: rgb(169,131,237); }
td.TdClassName
{
border-color: #A983ED;
}
.TagClassName
{
border-color: #A983ED;
}
</style>