Shades of Medium Purple #A37BED
Tints of Medium Purple #A37BED
RGB
CMYK
RGB Variations
Color information
#A37BED (or 0xA37BED) is known color: Medium Purple. HEX triplet: A3, 7B and ED. RGB value is (163,123,237). Sum of RGB (Red+Green+Blue) = 163+123+237=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #A37BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37BED is #5C8412. Grayscale: #939393. Windows color (decimal): -6063123 or 15563683. OLE color: 15563683.
HSL color Cylindrical-coordinate representation of color #A37BED: hue angle of 261.05º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A37BED is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 123 | 237 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.07 |
| HSL | 261.05º | 0.76% | 0.71% | - |
| HSV(B) | 261.05º | 0.48% | 0.93% | - |
| XYZ | 37.47 | 28.07 | 83.56 | - |
| YUV | 147.96 | 178.25 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 123 | 237 | 0.31 | 0.48 | 0 | 0.07 | 261.05 | 0.76 | 0.71 |
| Hex | A3 | 7B | ED | 1F | 30 | 0 | 7 | 105 | 4C | 47 |
| Octal | 243 | 173 | 355 | 37 | 60 | 0 | 7 | 405 | 114 | 107 |
| Binary | 10100011 | 1111011 | 11101101 | 11111 | 110000 | 0 | 111 | 100000101 | 1001100 | 1000111 |
Color Harmonies of #A37BED
Complementary color
Monochromatic Colors of #A37BED
Black with #A37BED
Text Example
Text Example
White with #A37BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37BED; }
p { color: rgb(163,123,237); }
H1.HeaderClassName
{
color: #A37BED;
}
.AnyTagClassName
{
color: #A37BED;
}
</style>
background-color css
<style>
a { background-color: #A37BED; }
a { background-color: rgb(163,123,237); }
div.DivClassName
{
background-color: #A37BED;
}
.BgClassName
{
background-color: #A37BED;
}
</style>
border-color css
<style>
span { border-color: #A37BED; }
span { border-color: rgb(163,123,237); }
td.TdClassName
{
border-color: #A37BED;
}
.TagClassName
{
border-color: #A37BED;
}
</style>