Shades of Medium Purple #A362E9
Tints of Medium Purple #A362E9
RGB
CMYK
RGB Variations
Color information
#A362E9 (or 0xA362E9) is known color: Medium Purple. HEX triplet: A3, 62 and E9. RGB value is (163,98,233). Sum of RGB (Red+Green+Blue) = 163+98+233=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 233 - color contains mainly: blue. Hex color #A362E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A362E9 is #5C9D16. Grayscale: #848484. Windows color (decimal): -6069527 or 15295139. OLE color: 15295139.
HSL color Cylindrical-coordinate representation of color #A362E9: hue angle of 268.89º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A362E9 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 98 | 233 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.09 |
| HSL | 268.89º | 0.75% | 0.65% | - |
| HSV(B) | 268.89º | 0.58% | 0.91% | - |
| XYZ | 34.18 | 22.41 | 79.61 | - |
| YUV | 132.83 | 184.53 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 233 | 0.30 | 0.58 | 0 | 0.09 | 268.89 | 0.75 | 0.65 |
| Hex | A3 | 62 | E9 | 1E | 3A | 0 | 9 | 10D | 4B | 41 |
| Octal | 243 | 142 | 351 | 36 | 72 | 0 | 11 | 415 | 113 | 101 |
| Binary | 10100011 | 1100010 | 11101001 | 11110 | 111010 | 0 | 1001 | 100001101 | 1001011 | 1000001 |
Color Harmonies of #A362E9
Complementary color
Monochromatic Colors of #A362E9
Black with #A362E9
Text Example
Text Example
White with #A362E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A362E9; }
p { color: rgb(163,98,233); }
H1.HeaderClassName
{
color: #A362E9;
}
.AnyTagClassName
{
color: #A362E9;
}
</style>
background-color css
<style>
a { background-color: #A362E9; }
a { background-color: rgb(163,98,233); }
div.DivClassName
{
background-color: #A362E9;
}
.BgClassName
{
background-color: #A362E9;
}
</style>
border-color css
<style>
span { border-color: #A362E9; }
span { border-color: rgb(163,98,233); }
td.TdClassName
{
border-color: #A362E9;
}
.TagClassName
{
border-color: #A362E9;
}
</style>