Shades of Medium Purple #A37BF8
Tints of Medium Purple #A37BF8
RGB
CMYK
RGB Variations
Color information
#A37BF8 (or 0xA37BF8) is known color: Medium Purple. HEX triplet: A3, 7B and F8. RGB value is (163,123,248). Sum of RGB (Red+Green+Blue) = 163+123+248=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 248 (97.27% from 255 or 46.44% from 534); Max value from RGB is 248 - color contains mainly: blue. Hex color #A37BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37BF8 is #5C8407. Grayscale: #949494. Windows color (decimal): -6063112 or 16284579. OLE color: 16284579.
HSL color Cylindrical-coordinate representation of color #A37BF8: hue angle of 259.2º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A37BF8 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 123 | 248 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.03 |
| HSL | 259.2º | 0.9% | 0.73% | - |
| HSV(B) | 259.2º | 0.5% | 0.97% | - |
| XYZ | 39.13 | 28.73 | 92.29 | - |
| YUV | 149.21 | 183.75 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 123 | 248 | 0.34 | 0.50 | 0 | 0.03 | 259.2 | 0.9 | 0.73 |
| Hex | A3 | 7B | F8 | 22 | 32 | 0 | 3 | 103 | 5A | 49 |
| Octal | 243 | 173 | 370 | 42 | 62 | 0 | 3 | 403 | 132 | 111 |
| Binary | 10100011 | 1111011 | 11111000 | 100010 | 110010 | 0 | 11 | 100000011 | 1011010 | 1001001 |
Color Harmonies of #A37BF8
Complementary color
Monochromatic Colors of #A37BF8
Black with #A37BF8
Text Example
Text Example
White with #A37BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37BF8; }
p { color: rgb(163,123,248); }
H1.HeaderClassName
{
color: #A37BF8;
}
.AnyTagClassName
{
color: #A37BF8;
}
</style>
background-color css
<style>
a { background-color: #A37BF8; }
a { background-color: rgb(163,123,248); }
div.DivClassName
{
background-color: #A37BF8;
}
.BgClassName
{
background-color: #A37BF8;
}
</style>
border-color css
<style>
span { border-color: #A37BF8; }
span { border-color: rgb(163,123,248); }
td.TdClassName
{
border-color: #A37BF8;
}
.TagClassName
{
border-color: #A37BF8;
}
</style>