Shades of Medium Purple #A382D6
Tints of Medium Purple #A382D6
RGB
CMYK
RGB Variations
Color information
#A382D6 (or 0xA382D6) is known color: Medium Purple. HEX triplet: A3, 82 and D6. RGB value is (163,130,214). Sum of RGB (Red+Green+Blue) = 163+130+214=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #A382D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382D6 is #5C7D29. Grayscale: #959595. Windows color (decimal): -6061354 or 14058147. OLE color: 14058147.
HSL color Cylindrical-coordinate representation of color #A382D6: hue angle of 263.57º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A382D6 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 130 | 214 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.16 |
| HSL | 263.57º | 0.51% | 0.67% | - |
| HSV(B) | 263.57º | 0.39% | 0.84% | - |
| XYZ | 35.22 | 28.61 | 67.28 | - |
| YUV | 149.44 | 164.43 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 214 | 0.24 | 0.39 | 0 | 0.16 | 263.57 | 0.51 | 0.67 |
| Hex | A3 | 82 | D6 | 18 | 27 | 0 | 10 | 108 | 33 | 43 |
| Octal | 243 | 202 | 326 | 30 | 47 | 0 | 20 | 410 | 63 | 103 |
| Binary | 10100011 | 10000010 | 11010110 | 11000 | 100111 | 0 | 10000 | 100001000 | 110011 | 1000011 |
Color Harmonies of #A382D6
Complementary color
Monochromatic Colors of #A382D6
Black with #A382D6
Text Example
Text Example
White with #A382D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A382D6; }
p { color: rgb(163,130,214); }
H1.HeaderClassName
{
color: #A382D6;
}
.AnyTagClassName
{
color: #A382D6;
}
</style>
background-color css
<style>
a { background-color: #A382D6; }
a { background-color: rgb(163,130,214); }
div.DivClassName
{
background-color: #A382D6;
}
.BgClassName
{
background-color: #A382D6;
}
</style>
border-color css
<style>
span { border-color: #A382D6; }
span { border-color: rgb(163,130,214); }
td.TdClassName
{
border-color: #A382D6;
}
.TagClassName
{
border-color: #A382D6;
}
</style>