Shades of Medium Purple #A37BEB
Tints of Medium Purple #A37BEB
RGB
CMYK
RGB Variations
Color information
#A37BEB (or 0xA37BEB) is known color: Medium Purple. HEX triplet: A3, 7B and EB. RGB value is (163,123,235). Sum of RGB (Red+Green+Blue) = 163+123+235=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #A37BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37BEB is #5C8414. Grayscale: #939393. Windows color (decimal): -6063125 or 15432611. OLE color: 15432611.
HSL color Cylindrical-coordinate representation of color #A37BEB: hue angle of 261.43º degrees, saturation: 0.74, 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 #A37BEB is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 123 | 235 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.08 |
| HSL | 261.43º | 0.74% | 0.7% | - |
| HSV(B) | 261.43º | 0.48% | 0.92% | - |
| XYZ | 37.18 | 27.95 | 82.03 | - |
| YUV | 147.73 | 177.25 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 123 | 235 | 0.31 | 0.48 | 0 | 0.08 | 261.43 | 0.74 | 0.7 |
| Hex | A3 | 7B | EB | 1F | 30 | 0 | 8 | 105 | 4A | 46 |
| Octal | 243 | 173 | 353 | 37 | 60 | 0 | 10 | 405 | 112 | 106 |
| Binary | 10100011 | 1111011 | 11101011 | 11111 | 110000 | 0 | 1000 | 100000101 | 1001010 | 1000110 |
Color Harmonies of #A37BEB
Complementary color
Monochromatic Colors of #A37BEB
Black with #A37BEB
Text Example
Text Example
White with #A37BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37BEB; }
p { color: rgb(163,123,235); }
H1.HeaderClassName
{
color: #A37BEB;
}
.AnyTagClassName
{
color: #A37BEB;
}
</style>
background-color css
<style>
a { background-color: #A37BEB; }
a { background-color: rgb(163,123,235); }
div.DivClassName
{
background-color: #A37BEB;
}
.BgClassName
{
background-color: #A37BEB;
}
</style>
border-color css
<style>
span { border-color: #A37BEB; }
span { border-color: rgb(163,123,235); }
td.TdClassName
{
border-color: #A37BEB;
}
.TagClassName
{
border-color: #A37BEB;
}
</style>