Shades of Medium Purple #A37BE2
Tints of Medium Purple #A37BE2
RGB
CMYK
RGB Variations
Color information
#A37BE2 (or 0xA37BE2) is known color: Medium Purple. HEX triplet: A3, 7B and E2. RGB value is (163,123,226). Sum of RGB (Red+Green+Blue) = 163+123+226=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 226 (88.67% from 255 or 44.14% from 512); Max value from RGB is 226 - color contains mainly: blue. Hex color #A37BE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37BE2 is #5C841D. Grayscale: #929292. Windows color (decimal): -6063134 or 14842787. OLE color: 14842787.
HSL color Cylindrical-coordinate representation of color #A37BE2: hue angle of 263.3º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A37BE2 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 123 | 226 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.11 |
| HSL | 263.3º | 0.64% | 0.68% | - |
| HSV(B) | 263.3º | 0.46% | 0.89% | - |
| XYZ | 35.91 | 27.44 | 75.36 | - |
| YUV | 146.7 | 172.75 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 123 | 226 | 0.28 | 0.46 | 0 | 0.11 | 263.3 | 0.64 | 0.68 |
| Hex | A3 | 7B | E2 | 1C | 2E | 0 | B | 107 | 40 | 44 |
| Octal | 243 | 173 | 342 | 34 | 56 | 0 | 13 | 407 | 100 | 104 |
| Binary | 10100011 | 1111011 | 11100010 | 11100 | 101110 | 0 | 1011 | 100000111 | 1000000 | 1000100 |
Color Harmonies of #A37BE2
Complementary color
Monochromatic Colors of #A37BE2
Black with #A37BE2
Text Example
Text Example
White with #A37BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37BE2; }
p { color: rgb(163,123,226); }
H1.HeaderClassName
{
color: #A37BE2;
}
.AnyTagClassName
{
color: #A37BE2;
}
</style>
background-color css
<style>
a { background-color: #A37BE2; }
a { background-color: rgb(163,123,226); }
div.DivClassName
{
background-color: #A37BE2;
}
.BgClassName
{
background-color: #A37BE2;
}
</style>
border-color css
<style>
span { border-color: #A37BE2; }
span { border-color: rgb(163,123,226); }
td.TdClassName
{
border-color: #A37BE2;
}
.TagClassName
{
border-color: #A37BE2;
}
</style>