Shades of Medium Purple #A282DF
Tints of Medium Purple #A282DF
RGB
CMYK
RGB Variations
Color information
#A282DF (or 0xA282DF) is known color: Medium Purple. HEX triplet: A2, 82 and DF. RGB value is (162,130,223). Sum of RGB (Red+Green+Blue) = 162+130+223=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #A282DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A282DF is #5D7D20. Grayscale: #959595. Windows color (decimal): -6126881 or 14647970. OLE color: 14647970.
HSL color Cylindrical-coordinate representation of color #A282DF: hue angle of 260.65º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A282DF is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 130 | 223 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.13 |
| HSL | 260.65º | 0.59% | 0.69% | - |
| HSV(B) | 260.65º | 0.42% | 0.87% | - |
| XYZ | 36.2 | 28.97 | 73.5 | - |
| YUV | 150.17 | 169.1 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 223 | 0.27 | 0.42 | 0 | 0.13 | 260.65 | 0.59 | 0.69 |
| Hex | A2 | 82 | DF | 1B | 2A | 0 | D | 105 | 3B | 45 |
| Octal | 242 | 202 | 337 | 33 | 52 | 0 | 15 | 405 | 73 | 105 |
| Binary | 10100010 | 10000010 | 11011111 | 11011 | 101010 | 0 | 1101 | 100000101 | 111011 | 1000101 |
Color Harmonies of #A282DF
Complementary color
Monochromatic Colors of #A282DF
Black with #A282DF
Text Example
Text Example
White with #A282DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A282DF; }
p { color: rgb(162,130,223); }
H1.HeaderClassName
{
color: #A282DF;
}
.AnyTagClassName
{
color: #A282DF;
}
</style>
background-color css
<style>
a { background-color: #A282DF; }
a { background-color: rgb(162,130,223); }
div.DivClassName
{
background-color: #A282DF;
}
.BgClassName
{
background-color: #A282DF;
}
</style>
border-color css
<style>
span { border-color: #A282DF; }
span { border-color: rgb(162,130,223); }
td.TdClassName
{
border-color: #A282DF;
}
.TagClassName
{
border-color: #A282DF;
}
</style>