Shades of Medium Purple #A283DD
Tints of Medium Purple #A283DD
RGB
CMYK
RGB Variations
Color information
#A283DD (or 0xA283DD) is known color: Medium Purple. HEX triplet: A2, 83 and DD. RGB value is (162,131,221). Sum of RGB (Red+Green+Blue) = 162+131+221=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #A283DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A283DD is #5D7C22. Grayscale: #969696. Windows color (decimal): -6126627 or 14517154. OLE color: 14517154.
HSL color Cylindrical-coordinate representation of color #A283DD: hue angle of 260.67º degrees, saturation: 0.57, 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 #A283DD is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 131 | 221 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.13 |
| HSL | 260.67º | 0.57% | 0.69% | - |
| HSV(B) | 260.67º | 0.41% | 0.87% | - |
| XYZ | 36.07 | 29.13 | 72.13 | - |
| YUV | 150.53 | 167.77 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 221 | 0.27 | 0.41 | 0 | 0.13 | 260.67 | 0.57 | 0.69 |
| Hex | A2 | 83 | DD | 1B | 29 | 0 | D | 105 | 39 | 45 |
| Octal | 242 | 203 | 335 | 33 | 51 | 0 | 15 | 405 | 71 | 105 |
| Binary | 10100010 | 10000011 | 11011101 | 11011 | 101001 | 0 | 1101 | 100000101 | 111001 | 1000101 |
Color Harmonies of #A283DD
Complementary color
Monochromatic Colors of #A283DD
Black with #A283DD
Text Example
Text Example
White with #A283DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A283DD; }
p { color: rgb(162,131,221); }
H1.HeaderClassName
{
color: #A283DD;
}
.AnyTagClassName
{
color: #A283DD;
}
</style>
background-color css
<style>
a { background-color: #A283DD; }
a { background-color: rgb(162,131,221); }
div.DivClassName
{
background-color: #A283DD;
}
.BgClassName
{
background-color: #A283DD;
}
</style>
border-color css
<style>
span { border-color: #A283DD; }
span { border-color: rgb(162,131,221); }
td.TdClassName
{
border-color: #A283DD;
}
.TagClassName
{
border-color: #A283DD;
}
</style>