Shades of Medium Purple #A37AEA
Tints of Medium Purple #A37AEA
RGB
CMYK
RGB Variations
Color information
#A37AEA (or 0xA37AEA) is known color: Medium Purple. HEX triplet: A3, 7A and EA. RGB value is (163,122,234). Sum of RGB (Red+Green+Blue) = 163+122+234=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #A37AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37AEA is #5C8515. Grayscale: #929292. Windows color (decimal): -6063382 or 15366819. OLE color: 15366819.
HSL color Cylindrical-coordinate representation of color #A37AEA: hue angle of 261.96º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A37AEA is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 122 | 234 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.08 |
| HSL | 261.96º | 0.73% | 0.7% | - |
| HSV(B) | 261.96º | 0.48% | 0.92% | - |
| XYZ | 36.92 | 27.65 | 81.23 | - |
| YUV | 147.03 | 177.08 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 234 | 0.30 | 0.48 | 0 | 0.08 | 261.96 | 0.73 | 0.7 |
| Hex | A3 | 7A | EA | 1E | 30 | 0 | 8 | 106 | 49 | 46 |
| Octal | 243 | 172 | 352 | 36 | 60 | 0 | 10 | 406 | 111 | 106 |
| Binary | 10100011 | 1111010 | 11101010 | 11110 | 110000 | 0 | 1000 | 100000110 | 1001001 | 1000110 |
Color Harmonies of #A37AEA
Complementary color
Monochromatic Colors of #A37AEA
Black with #A37AEA
Text Example
Text Example
White with #A37AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37AEA; }
p { color: rgb(163,122,234); }
H1.HeaderClassName
{
color: #A37AEA;
}
.AnyTagClassName
{
color: #A37AEA;
}
</style>
background-color css
<style>
a { background-color: #A37AEA; }
a { background-color: rgb(163,122,234); }
div.DivClassName
{
background-color: #A37AEA;
}
.BgClassName
{
background-color: #A37AEA;
}
</style>
border-color css
<style>
span { border-color: #A37AEA; }
span { border-color: rgb(163,122,234); }
td.TdClassName
{
border-color: #A37AEA;
}
.TagClassName
{
border-color: #A37AEA;
}
</style>