Shades of Medium Purple #A283DF
Tints of Medium Purple #A283DF
RGB
CMYK
RGB Variations
Color information
#A283DF (or 0xA283DF) is known color: Medium Purple. HEX triplet: A2, 83 and DF. RGB value is (162,131,223). Sum of RGB (Red+Green+Blue) = 162+131+223=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #A283DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A283DF is #5D7C20. Grayscale: #969696. Windows color (decimal): -6126625 or 14648226. OLE color: 14648226.
HSL color Cylindrical-coordinate representation of color #A283DF: hue angle of 260.22º 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 #A283DF is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 131 | 223 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.13 |
| HSL | 260.22º | 0.59% | 0.69% | - |
| HSV(B) | 260.22º | 0.41% | 0.87% | - |
| XYZ | 36.34 | 29.24 | 73.54 | - |
| YUV | 150.76 | 168.77 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 223 | 0.27 | 0.41 | 0 | 0.13 | 260.22 | 0.59 | 0.69 |
| Hex | A2 | 83 | DF | 1B | 29 | 0 | D | 104 | 3B | 45 |
| Octal | 242 | 203 | 337 | 33 | 51 | 0 | 15 | 404 | 73 | 105 |
| Binary | 10100010 | 10000011 | 11011111 | 11011 | 101001 | 0 | 1101 | 100000100 | 111011 | 1000101 |
Color Harmonies of #A283DF
Complementary color
Monochromatic Colors of #A283DF
Black with #A283DF
Text Example
Text Example
White with #A283DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A283DF; }
p { color: rgb(162,131,223); }
H1.HeaderClassName
{
color: #A283DF;
}
.AnyTagClassName
{
color: #A283DF;
}
</style>
background-color css
<style>
a { background-color: #A283DF; }
a { background-color: rgb(162,131,223); }
div.DivClassName
{
background-color: #A283DF;
}
.BgClassName
{
background-color: #A283DF;
}
</style>
border-color css
<style>
span { border-color: #A283DF; }
span { border-color: rgb(162,131,223); }
td.TdClassName
{
border-color: #A283DF;
}
.TagClassName
{
border-color: #A283DF;
}
</style>