Shades of Medium Purple #A382DD
Tints of Medium Purple #A382DD
RGB
CMYK
RGB Variations
Color information
#A382DD (or 0xA382DD) is known color: Medium Purple. HEX triplet: A3, 82 and DD. RGB value is (163,130,221). Sum of RGB (Red+Green+Blue) = 163+130+221=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #A382DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382DD is #5C7D22. Grayscale: #959595. Windows color (decimal): -6061347 or 14516899. OLE color: 14516899.
HSL color Cylindrical-coordinate representation of color #A382DD: hue angle of 261.76º 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 #A382DD is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 130 | 221 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.13 |
| HSL | 261.76º | 0.57% | 0.69% | - |
| HSV(B) | 261.76º | 0.41% | 0.87% | - |
| XYZ | 36.14 | 28.97 | 72.09 | - |
| YUV | 150.24 | 167.93 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 221 | 0.26 | 0.41 | 0 | 0.13 | 261.76 | 0.57 | 0.69 |
| Hex | A3 | 82 | DD | 1A | 29 | 0 | D | 106 | 39 | 45 |
| Octal | 243 | 202 | 335 | 32 | 51 | 0 | 15 | 406 | 71 | 105 |
| Binary | 10100011 | 10000010 | 11011101 | 11010 | 101001 | 0 | 1101 | 100000110 | 111001 | 1000101 |
Color Harmonies of #A382DD
Complementary color
Monochromatic Colors of #A382DD
Black with #A382DD
Text Example
Text Example
White with #A382DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A382DD; }
p { color: rgb(163,130,221); }
H1.HeaderClassName
{
color: #A382DD;
}
.AnyTagClassName
{
color: #A382DD;
}
</style>
background-color css
<style>
a { background-color: #A382DD; }
a { background-color: rgb(163,130,221); }
div.DivClassName
{
background-color: #A382DD;
}
.BgClassName
{
background-color: #A382DD;
}
</style>
border-color css
<style>
span { border-color: #A382DD; }
span { border-color: rgb(163,130,221); }
td.TdClassName
{
border-color: #A382DD;
}
.TagClassName
{
border-color: #A382DD;
}
</style>