Shades of Medium Purple #A083DC
Tints of Medium Purple #A083DC
RGB
CMYK
RGB Variations
Color information
#A083DC (or 0xA083DC) is known color: Medium Purple. HEX triplet: A0, 83 and DC. RGB value is (160,131,220). Sum of RGB (Red+Green+Blue) = 160+131+220=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #A083DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A083DC is #5F7C23. Grayscale: #959595. Windows color (decimal): -6257700 or 14451616. OLE color: 14451616.
HSL color Cylindrical-coordinate representation of color #A083DC: hue angle of 259.55º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A083DC is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 131 | 220 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.14 |
| HSL | 259.55º | 0.56% | 0.69% | - |
| HSV(B) | 259.55º | 0.4% | 0.86% | - |
| XYZ | 35.53 | 28.87 | 71.41 | - |
| YUV | 149.82 | 167.61 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 220 | 0.27 | 0.40 | 0 | 0.14 | 259.55 | 0.56 | 0.69 |
| Hex | A0 | 83 | DC | 1B | 28 | 0 | E | 104 | 38 | 45 |
| Octal | 240 | 203 | 334 | 33 | 50 | 0 | 16 | 404 | 70 | 105 |
| Binary | 10100000 | 10000011 | 11011100 | 11011 | 101000 | 0 | 1110 | 100000100 | 111000 | 1000101 |
Color Harmonies of #A083DC
Complementary color
Monochromatic Colors of #A083DC
Black with #A083DC
Text Example
Text Example
White with #A083DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A083DC; }
p { color: rgb(160,131,220); }
H1.HeaderClassName
{
color: #A083DC;
}
.AnyTagClassName
{
color: #A083DC;
}
</style>
background-color css
<style>
a { background-color: #A083DC; }
a { background-color: rgb(160,131,220); }
div.DivClassName
{
background-color: #A083DC;
}
.BgClassName
{
background-color: #A083DC;
}
</style>
border-color css
<style>
span { border-color: #A083DC; }
span { border-color: rgb(160,131,220); }
td.TdClassName
{
border-color: #A083DC;
}
.TagClassName
{
border-color: #A083DC;
}
</style>