Shades of Medium Purple #A37EF3
Tints of Medium Purple #A37EF3
RGB
CMYK
RGB Variations
Color information
#A37EF3 (or 0xA37EF3) is known color: Medium Purple. HEX triplet: A3, 7E and F3. RGB value is (163,126,243). Sum of RGB (Red+Green+Blue) = 163+126+243=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #A37EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37EF3 is #5C810C. Grayscale: #959595. Windows color (decimal): -6062349 or 15957667. OLE color: 15957667.
HSL color Cylindrical-coordinate representation of color #A37EF3: hue angle of 258.97º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A37EF3 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 126 | 243 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.05 |
| HSL | 258.97º | 0.83% | 0.72% | - |
| HSV(B) | 258.97º | 0.48% | 0.95% | - |
| XYZ | 38.74 | 29.18 | 88.38 | - |
| YUV | 150.4 | 180.26 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 243 | 0.33 | 0.48 | 0 | 0.05 | 258.97 | 0.83 | 0.72 |
| Hex | A3 | 7E | F3 | 21 | 30 | 0 | 5 | 103 | 53 | 48 |
| Octal | 243 | 176 | 363 | 41 | 60 | 0 | 5 | 403 | 123 | 110 |
| Binary | 10100011 | 1111110 | 11110011 | 100001 | 110000 | 0 | 101 | 100000011 | 1010011 | 1001000 |
Color Harmonies of #A37EF3
Complementary color
Monochromatic Colors of #A37EF3
Black with #A37EF3
Text Example
Text Example
White with #A37EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37EF3; }
p { color: rgb(163,126,243); }
H1.HeaderClassName
{
color: #A37EF3;
}
.AnyTagClassName
{
color: #A37EF3;
}
</style>
background-color css
<style>
a { background-color: #A37EF3; }
a { background-color: rgb(163,126,243); }
div.DivClassName
{
background-color: #A37EF3;
}
.BgClassName
{
background-color: #A37EF3;
}
</style>
border-color css
<style>
span { border-color: #A37EF3; }
span { border-color: rgb(163,126,243); }
td.TdClassName
{
border-color: #A37EF3;
}
.TagClassName
{
border-color: #A37EF3;
}
</style>