Shades of Medium Purple #A382E5
Tints of Medium Purple #A382E5
RGB
CMYK
RGB Variations
Color information
#A382E5 (or 0xA382E5) is known color: Medium Purple. HEX triplet: A3, 82 and E5. RGB value is (163,130,229). Sum of RGB (Red+Green+Blue) = 163+130+229=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #A382E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382E5 is #5C7D1A. Grayscale: #969696. Windows color (decimal): -6061339 or 15041187. OLE color: 15041187.
HSL color Cylindrical-coordinate representation of color #A382E5: hue angle of 260º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A382E5 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 130 | 229 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.10 |
| HSL | 260º | 0.66% | 0.7% | - |
| HSV(B) | 260º | 0.43% | 0.9% | - |
| XYZ | 37.23 | 29.41 | 77.84 | - |
| YUV | 151.15 | 171.93 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 229 | 0.29 | 0.43 | 0 | 0.10 | 260 | 0.66 | 0.7 |
| Hex | A3 | 82 | E5 | 1D | 2B | 0 | A | 104 | 42 | 46 |
| Octal | 243 | 202 | 345 | 35 | 53 | 0 | 12 | 404 | 102 | 106 |
| Binary | 10100011 | 10000010 | 11100101 | 11101 | 101011 | 0 | 1010 | 100000100 | 1000010 | 1000110 |
Color Harmonies of #A382E5
Complementary color
Monochromatic Colors of #A382E5
Black with #A382E5
Text Example
Text Example
White with #A382E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A382E5; }
p { color: rgb(163,130,229); }
H1.HeaderClassName
{
color: #A382E5;
}
.AnyTagClassName
{
color: #A382E5;
}
</style>
background-color css
<style>
a { background-color: #A382E5; }
a { background-color: rgb(163,130,229); }
div.DivClassName
{
background-color: #A382E5;
}
.BgClassName
{
background-color: #A382E5;
}
</style>
border-color css
<style>
span { border-color: #A382E5; }
span { border-color: rgb(163,130,229); }
td.TdClassName
{
border-color: #A382E5;
}
.TagClassName
{
border-color: #A382E5;
}
</style>