Shades of Medium Purple #A283DE
Tints of Medium Purple #A283DE
RGB
CMYK
RGB Variations
Color information
#A283DE (or 0xA283DE) is known color: Medium Purple. HEX triplet: A2, 83 and DE. RGB value is (162,131,222). Sum of RGB (Red+Green+Blue) = 162+131+222=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #A283DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A283DE is #5D7C21. Grayscale: #969696. Windows color (decimal): -6126626 or 14582690. OLE color: 14582690.
HSL color Cylindrical-coordinate representation of color #A283DE: hue angle of 260.44º degrees, saturation: 0.58, 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 #A283DE is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 131 | 222 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.13 |
| HSL | 260.44º | 0.58% | 0.69% | - |
| HSV(B) | 260.44º | 0.41% | 0.87% | - |
| XYZ | 36.2 | 29.19 | 72.83 | - |
| YUV | 150.64 | 168.27 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 222 | 0.27 | 0.41 | 0 | 0.13 | 260.44 | 0.58 | 0.69 |
| Hex | A2 | 83 | DE | 1B | 29 | 0 | D | 104 | 3A | 45 |
| Octal | 242 | 203 | 336 | 33 | 51 | 0 | 15 | 404 | 72 | 105 |
| Binary | 10100010 | 10000011 | 11011110 | 11011 | 101001 | 0 | 1101 | 100000100 | 111010 | 1000101 |
Color Harmonies of #A283DE
Complementary color
Monochromatic Colors of #A283DE
Black with #A283DE
Text Example
Text Example
White with #A283DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A283DE; }
p { color: rgb(162,131,222); }
H1.HeaderClassName
{
color: #A283DE;
}
.AnyTagClassName
{
color: #A283DE;
}
</style>
background-color css
<style>
a { background-color: #A283DE; }
a { background-color: rgb(162,131,222); }
div.DivClassName
{
background-color: #A283DE;
}
.BgClassName
{
background-color: #A283DE;
}
</style>
border-color css
<style>
span { border-color: #A283DE; }
span { border-color: rgb(162,131,222); }
td.TdClassName
{
border-color: #A283DE;
}
.TagClassName
{
border-color: #A283DE;
}
</style>