Shades of Medium Purple #A282DD
Tints of Medium Purple #A282DD
RGB
CMYK
RGB Variations
Color information
#A282DD (or 0xA282DD) is known color: Medium Purple. HEX triplet: A2, 82 and DD. RGB value is (162,130,221). Sum of RGB (Red+Green+Blue) = 162+130+221=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #A282DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A282DD is #5D7D22. Grayscale: #959595. Windows color (decimal): -6126883 or 14516898. OLE color: 14516898.
HSL color Cylindrical-coordinate representation of color #A282DD: hue angle of 261.1º 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 #A282DD is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 130 | 221 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.13 |
| HSL | 261.1º | 0.57% | 0.69% | - |
| HSV(B) | 261.1º | 0.41% | 0.87% | - |
| XYZ | 35.93 | 28.87 | 72.08 | - |
| YUV | 149.94 | 168.1 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 221 | 0.27 | 0.41 | 0 | 0.13 | 261.1 | 0.57 | 0.69 |
| Hex | A2 | 82 | DD | 1B | 29 | 0 | D | 105 | 39 | 45 |
| Octal | 242 | 202 | 335 | 33 | 51 | 0 | 15 | 405 | 71 | 105 |
| Binary | 10100010 | 10000010 | 11011101 | 11011 | 101001 | 0 | 1101 | 100000101 | 111001 | 1000101 |
Color Harmonies of #A282DD
Complementary color
Monochromatic Colors of #A282DD
Black with #A282DD
Text Example
Text Example
White with #A282DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A282DD; }
p { color: rgb(162,130,221); }
H1.HeaderClassName
{
color: #A282DD;
}
.AnyTagClassName
{
color: #A282DD;
}
</style>
background-color css
<style>
a { background-color: #A282DD; }
a { background-color: rgb(162,130,221); }
div.DivClassName
{
background-color: #A282DD;
}
.BgClassName
{
background-color: #A282DD;
}
</style>
border-color css
<style>
span { border-color: #A282DD; }
span { border-color: rgb(162,130,221); }
td.TdClassName
{
border-color: #A282DD;
}
.TagClassName
{
border-color: #A282DD;
}
</style>