Shades of Medium Purple #A37AE7
Tints of Medium Purple #A37AE7
RGB
CMYK
RGB Variations
Color information
#A37AE7 (or 0xA37AE7) is known color: Medium Purple. HEX triplet: A3, 7A and E7. RGB value is (163,122,231). Sum of RGB (Red+Green+Blue) = 163+122+231=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 231 - color contains mainly: blue. Hex color #A37AE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37AE7 is #5C8518. Grayscale: #929292. Windows color (decimal): -6063385 or 15170211. OLE color: 15170211.
HSL color Cylindrical-coordinate representation of color #A37AE7: hue angle of 262.57º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A37AE7 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 122 | 231 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.09 |
| HSL | 262.57º | 0.69% | 0.69% | - |
| HSV(B) | 262.57º | 0.47% | 0.91% | - |
| XYZ | 36.49 | 27.48 | 78.98 | - |
| YUV | 146.69 | 175.58 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 231 | 0.29 | 0.47 | 0 | 0.09 | 262.57 | 0.69 | 0.69 |
| Hex | A3 | 7A | E7 | 1D | 2F | 0 | 9 | 107 | 45 | 45 |
| Octal | 243 | 172 | 347 | 35 | 57 | 0 | 11 | 407 | 105 | 105 |
| Binary | 10100011 | 1111010 | 11100111 | 11101 | 101111 | 0 | 1001 | 100000111 | 1000101 | 1000101 |
Color Harmonies of #A37AE7
Complementary color
Monochromatic Colors of #A37AE7
Black with #A37AE7
Text Example
Text Example
White with #A37AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37AE7; }
p { color: rgb(163,122,231); }
H1.HeaderClassName
{
color: #A37AE7;
}
.AnyTagClassName
{
color: #A37AE7;
}
</style>
background-color css
<style>
a { background-color: #A37AE7; }
a { background-color: rgb(163,122,231); }
div.DivClassName
{
background-color: #A37AE7;
}
.BgClassName
{
background-color: #A37AE7;
}
</style>
border-color css
<style>
span { border-color: #A37AE7; }
span { border-color: rgb(163,122,231); }
td.TdClassName
{
border-color: #A37AE7;
}
.TagClassName
{
border-color: #A37AE7;
}
</style>