Shades of Medium Purple #A282DA
Tints of Medium Purple #A282DA
RGB
CMYK
RGB Variations
Color information
#A282DA (or 0xA282DA) is known color: Medium Purple. HEX triplet: A2, 82 and DA. RGB value is (162,130,218). Sum of RGB (Red+Green+Blue) = 162+130+218=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #A282DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A282DA is #5D7D25. Grayscale: #959595. Windows color (decimal): -6126886 or 14320290. OLE color: 14320290.
HSL color Cylindrical-coordinate representation of color #A282DA: hue angle of 261.82º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A282DA is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 130 | 218 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.15 |
| HSL | 261.82º | 0.54% | 0.68% | - |
| HSV(B) | 261.82º | 0.4% | 0.85% | - |
| XYZ | 35.54 | 28.71 | 70 | - |
| YUV | 149.6 | 166.6 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 218 | 0.26 | 0.40 | 0 | 0.15 | 261.82 | 0.54 | 0.68 |
| Hex | A2 | 82 | DA | 1A | 28 | 0 | F | 106 | 36 | 44 |
| Octal | 242 | 202 | 332 | 32 | 50 | 0 | 17 | 406 | 66 | 104 |
| Binary | 10100010 | 10000010 | 11011010 | 11010 | 101000 | 0 | 1111 | 100000110 | 110110 | 1000100 |
Color Harmonies of #A282DA
Complementary color
Monochromatic Colors of #A282DA
Black with #A282DA
Text Example
Text Example
White with #A282DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A282DA; }
p { color: rgb(162,130,218); }
H1.HeaderClassName
{
color: #A282DA;
}
.AnyTagClassName
{
color: #A282DA;
}
</style>
background-color css
<style>
a { background-color: #A282DA; }
a { background-color: rgb(162,130,218); }
div.DivClassName
{
background-color: #A282DA;
}
.BgClassName
{
background-color: #A282DA;
}
</style>
border-color css
<style>
span { border-color: #A282DA; }
span { border-color: rgb(162,130,218); }
td.TdClassName
{
border-color: #A282DA;
}
.TagClassName
{
border-color: #A282DA;
}
</style>