Shades of Medium Purple #A361E7
Tints of Medium Purple #A361E7
RGB
CMYK
RGB Variations
Color information
#A361E7 (or 0xA361E7) is known color: Medium Purple. HEX triplet: A3, 61 and E7. RGB value is (163,97,231). Sum of RGB (Red+Green+Blue) = 163+97+231=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 231 - color contains mainly: blue. Hex color #A361E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A361E7 is #5C9E18. Grayscale: #838383. Windows color (decimal): -6069785 or 15163811. OLE color: 15163811.
HSL color Cylindrical-coordinate representation of color #A361E7: hue angle of 269.55º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A361E7 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 97 | 231 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.09 |
| HSL | 269.55º | 0.74% | 0.64% | - |
| HSV(B) | 269.55º | 0.58% | 0.91% | - |
| XYZ | 33.8 | 22.11 | 78.09 | - |
| YUV | 132.01 | 183.87 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 97 | 231 | 0.29 | 0.58 | 0 | 0.09 | 269.55 | 0.74 | 0.64 |
| Hex | A3 | 61 | E7 | 1D | 3A | 0 | 9 | 10E | 4A | 40 |
| Octal | 243 | 141 | 347 | 35 | 72 | 0 | 11 | 416 | 112 | 100 |
| Binary | 10100011 | 1100001 | 11100111 | 11101 | 111010 | 0 | 1001 | 100001110 | 1001010 | 1000000 |
Color Harmonies of #A361E7
Complementary color
Monochromatic Colors of #A361E7
Black with #A361E7
Text Example
Text Example
White with #A361E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A361E7; }
p { color: rgb(163,97,231); }
H1.HeaderClassName
{
color: #A361E7;
}
.AnyTagClassName
{
color: #A361E7;
}
</style>
background-color css
<style>
a { background-color: #A361E7; }
a { background-color: rgb(163,97,231); }
div.DivClassName
{
background-color: #A361E7;
}
.BgClassName
{
background-color: #A361E7;
}
</style>
border-color css
<style>
span { border-color: #A361E7; }
span { border-color: rgb(163,97,231); }
td.TdClassName
{
border-color: #A361E7;
}
.TagClassName
{
border-color: #A361E7;
}
</style>