Shades of Medium Purple #A382DF
Tints of Medium Purple #A382DF
RGB
CMYK
RGB Variations
Color information
#A382DF (or 0xA382DF) is known color: Medium Purple. HEX triplet: A3, 82 and DF. RGB value is (163,130,223). Sum of RGB (Red+Green+Blue) = 163+130+223=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #A382DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382DF is #5C7D20. Grayscale: #969696. Windows color (decimal): -6061345 or 14647971. OLE color: 14647971.
HSL color Cylindrical-coordinate representation of color #A382DF: hue angle of 261.29º 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 #A382DF is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 130 | 223 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.13 |
| HSL | 261.29º | 0.59% | 0.69% | - |
| HSV(B) | 261.29º | 0.42% | 0.87% | - |
| XYZ | 36.41 | 29.08 | 73.51 | - |
| YUV | 150.47 | 168.93 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 223 | 0.27 | 0.42 | 0 | 0.13 | 261.29 | 0.59 | 0.69 |
| Hex | A3 | 82 | DF | 1B | 2A | 0 | D | 105 | 3B | 45 |
| Octal | 243 | 202 | 337 | 33 | 52 | 0 | 15 | 405 | 73 | 105 |
| Binary | 10100011 | 10000010 | 11011111 | 11011 | 101010 | 0 | 1101 | 100000101 | 111011 | 1000101 |
Color Harmonies of #A382DF
Complementary color
Monochromatic Colors of #A382DF
Black with #A382DF
Text Example
Text Example
White with #A382DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A382DF; }
p { color: rgb(163,130,223); }
H1.HeaderClassName
{
color: #A382DF;
}
.AnyTagClassName
{
color: #A382DF;
}
</style>
background-color css
<style>
a { background-color: #A382DF; }
a { background-color: rgb(163,130,223); }
div.DivClassName
{
background-color: #A382DF;
}
.BgClassName
{
background-color: #A382DF;
}
</style>
border-color css
<style>
span { border-color: #A382DF; }
span { border-color: rgb(163,130,223); }
td.TdClassName
{
border-color: #A382DF;
}
.TagClassName
{
border-color: #A382DF;
}
</style>