Shades of Medium Purple #A37FEB
Tints of Medium Purple #A37FEB
RGB
CMYK
RGB Variations
Color information
#A37FEB (or 0xA37FEB) is known color: Medium Purple. HEX triplet: A3, 7F and EB. RGB value is (163,127,235). Sum of RGB (Red+Green+Blue) = 163+127+235=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #A37FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37FEB is #5C8014. Grayscale: #959595. Windows color (decimal): -6062101 or 15433635. OLE color: 15433635.
HSL color Cylindrical-coordinate representation of color #A37FEB: hue angle of 260º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A37FEB is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 127 | 235 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.08 |
| HSL | 260º | 0.73% | 0.71% | - |
| HSV(B) | 260º | 0.46% | 0.92% | - |
| XYZ | 37.69 | 28.96 | 82.2 | - |
| YUV | 150.08 | 175.93 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 235 | 0.31 | 0.46 | 0 | 0.08 | 260 | 0.73 | 0.71 |
| Hex | A3 | 7F | EB | 1F | 2E | 0 | 8 | 104 | 49 | 47 |
| Octal | 243 | 177 | 353 | 37 | 56 | 0 | 10 | 404 | 111 | 107 |
| Binary | 10100011 | 1111111 | 11101011 | 11111 | 101110 | 0 | 1000 | 100000100 | 1001001 | 1000111 |
Color Harmonies of #A37FEB
Complementary color
Monochromatic Colors of #A37FEB
Black with #A37FEB
Text Example
Text Example
White with #A37FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37FEB; }
p { color: rgb(163,127,235); }
H1.HeaderClassName
{
color: #A37FEB;
}
.AnyTagClassName
{
color: #A37FEB;
}
</style>
background-color css
<style>
a { background-color: #A37FEB; }
a { background-color: rgb(163,127,235); }
div.DivClassName
{
background-color: #A37FEB;
}
.BgClassName
{
background-color: #A37FEB;
}
</style>
border-color css
<style>
span { border-color: #A37FEB; }
span { border-color: rgb(163,127,235); }
td.TdClassName
{
border-color: #A37FEB;
}
.TagClassName
{
border-color: #A37FEB;
}
</style>