Shades of Medium Purple #A282DB
Tints of Medium Purple #A282DB
RGB
CMYK
RGB Variations
Color information
#A282DB (or 0xA282DB) is known color: Medium Purple. HEX triplet: A2, 82 and DB. RGB value is (162,130,219). Sum of RGB (Red+Green+Blue) = 162+130+219=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #A282DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A282DB is #5D7D24. Grayscale: #959595. Windows color (decimal): -6126885 or 14385826. OLE color: 14385826.
HSL color Cylindrical-coordinate representation of color #A282DB: hue angle of 261.57º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A282DB is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 130 | 219 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.14 |
| HSL | 261.57º | 0.55% | 0.68% | - |
| HSV(B) | 261.57º | 0.41% | 0.86% | - |
| XYZ | 35.67 | 28.76 | 70.69 | - |
| YUV | 149.71 | 167.1 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 219 | 0.26 | 0.41 | 0 | 0.14 | 261.57 | 0.55 | 0.68 |
| Hex | A2 | 82 | DB | 1A | 29 | 0 | E | 106 | 37 | 44 |
| Octal | 242 | 202 | 333 | 32 | 51 | 0 | 16 | 406 | 67 | 104 |
| Binary | 10100010 | 10000010 | 11011011 | 11010 | 101001 | 0 | 1110 | 100000110 | 110111 | 1000100 |
Color Harmonies of #A282DB
Complementary color
Monochromatic Colors of #A282DB
Black with #A282DB
Text Example
Text Example
White with #A282DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A282DB; }
p { color: rgb(162,130,219); }
H1.HeaderClassName
{
color: #A282DB;
}
.AnyTagClassName
{
color: #A282DB;
}
</style>
background-color css
<style>
a { background-color: #A282DB; }
a { background-color: rgb(162,130,219); }
div.DivClassName
{
background-color: #A282DB;
}
.BgClassName
{
background-color: #A282DB;
}
</style>
border-color css
<style>
span { border-color: #A282DB; }
span { border-color: rgb(162,130,219); }
td.TdClassName
{
border-color: #A282DB;
}
.TagClassName
{
border-color: #A282DB;
}
</style>