Shades of Medium Purple #A37BDB
Tints of Medium Purple #A37BDB
RGB
CMYK
RGB Variations
Color information
#A37BDB (or 0xA37BDB) is known color: Medium Purple. HEX triplet: A3, 7B and DB. RGB value is (163,123,219). Sum of RGB (Red+Green+Blue) = 163+123+219=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #A37BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37BDB is #5C8424. Grayscale: #919191. Windows color (decimal): -6063141 or 14384035. OLE color: 14384035.
HSL color Cylindrical-coordinate representation of color #A37BDB: hue angle of 265º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A37BDB is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 123 | 219 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.14 |
| HSL | 265º | 0.57% | 0.67% | - |
| HSV(B) | 265º | 0.44% | 0.86% | - |
| XYZ | 34.97 | 27.07 | 70.4 | - |
| YUV | 145.9 | 169.25 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 123 | 219 | 0.26 | 0.44 | 0 | 0.14 | 265 | 0.57 | 0.67 |
| Hex | A3 | 7B | DB | 1A | 2C | 0 | E | 109 | 39 | 43 |
| Octal | 243 | 173 | 333 | 32 | 54 | 0 | 16 | 411 | 71 | 103 |
| Binary | 10100011 | 1111011 | 11011011 | 11010 | 101100 | 0 | 1110 | 100001001 | 111001 | 1000011 |
Color Harmonies of #A37BDB
Complementary color
Monochromatic Colors of #A37BDB
Black with #A37BDB
Text Example
Text Example
White with #A37BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37BDB; }
p { color: rgb(163,123,219); }
H1.HeaderClassName
{
color: #A37BDB;
}
.AnyTagClassName
{
color: #A37BDB;
}
</style>
background-color css
<style>
a { background-color: #A37BDB; }
a { background-color: rgb(163,123,219); }
div.DivClassName
{
background-color: #A37BDB;
}
.BgClassName
{
background-color: #A37BDB;
}
</style>
border-color css
<style>
span { border-color: #A37BDB; }
span { border-color: rgb(163,123,219); }
td.TdClassName
{
border-color: #A37BDB;
}
.TagClassName
{
border-color: #A37BDB;
}
</style>