Shades of Medium Purple #A083DF
Tints of Medium Purple #A083DF
RGB
CMYK
RGB Variations
Color information
#A083DF (or 0xA083DF) is known color: Medium Purple. HEX triplet: A0, 83 and DF. RGB value is (160,131,223). Sum of RGB (Red+Green+Blue) = 160+131+223=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #A083DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A083DF is #5F7C20. Grayscale: #959595. Windows color (decimal): -6257697 or 14648224. OLE color: 14648224.
HSL color Cylindrical-coordinate representation of color #A083DF: hue angle of 258.91º degrees, saturation: 0.59, 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 #A083DF is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 131 | 223 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.13 |
| HSL | 258.91º | 0.59% | 0.69% | - |
| HSV(B) | 258.91º | 0.41% | 0.87% | - |
| XYZ | 35.93 | 29.03 | 73.52 | - |
| YUV | 150.16 | 169.11 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 223 | 0.28 | 0.41 | 0 | 0.13 | 258.91 | 0.59 | 0.69 |
| Hex | A0 | 83 | DF | 1C | 29 | 0 | D | 103 | 3B | 45 |
| Octal | 240 | 203 | 337 | 34 | 51 | 0 | 15 | 403 | 73 | 105 |
| Binary | 10100000 | 10000011 | 11011111 | 11100 | 101001 | 0 | 1101 | 100000011 | 111011 | 1000101 |
Color Harmonies of #A083DF
Complementary color
Monochromatic Colors of #A083DF
Black with #A083DF
Text Example
Text Example
White with #A083DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A083DF; }
p { color: rgb(160,131,223); }
H1.HeaderClassName
{
color: #A083DF;
}
.AnyTagClassName
{
color: #A083DF;
}
</style>
background-color css
<style>
a { background-color: #A083DF; }
a { background-color: rgb(160,131,223); }
div.DivClassName
{
background-color: #A083DF;
}
.BgClassName
{
background-color: #A083DF;
}
</style>
border-color css
<style>
span { border-color: #A083DF; }
span { border-color: rgb(160,131,223); }
td.TdClassName
{
border-color: #A083DF;
}
.TagClassName
{
border-color: #A083DF;
}
</style>