Shades of Medium Purple #A37ADB
Tints of Medium Purple #A37ADB
RGB
CMYK
RGB Variations
Color information
#A37ADB (or 0xA37ADB) is known color: Medium Purple. HEX triplet: A3, 7A and DB. RGB value is (163,122,219). Sum of RGB (Red+Green+Blue) = 163+122+219=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #A37ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ADB is #5C8524. Grayscale: #909090. Windows color (decimal): -6063397 or 14383779. OLE color: 14383779.
HSL color Cylindrical-coordinate representation of color #A37ADB: hue angle of 265.36º 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 #A37ADB is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 122 | 219 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.14 |
| HSL | 265.36º | 0.57% | 0.67% | - |
| HSV(B) | 265.36º | 0.44% | 0.86% | - |
| XYZ | 34.85 | 26.82 | 70.36 | - |
| YUV | 145.32 | 169.58 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 219 | 0.26 | 0.44 | 0 | 0.14 | 265.36 | 0.57 | 0.67 |
| Hex | A3 | 7A | DB | 1A | 2C | 0 | E | 109 | 39 | 43 |
| Octal | 243 | 172 | 333 | 32 | 54 | 0 | 16 | 411 | 71 | 103 |
| Binary | 10100011 | 1111010 | 11011011 | 11010 | 101100 | 0 | 1110 | 100001001 | 111001 | 1000011 |
Color Harmonies of #A37ADB
Complementary color
Monochromatic Colors of #A37ADB
Black with #A37ADB
Text Example
Text Example
White with #A37ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37ADB; }
p { color: rgb(163,122,219); }
H1.HeaderClassName
{
color: #A37ADB;
}
.AnyTagClassName
{
color: #A37ADB;
}
</style>
background-color css
<style>
a { background-color: #A37ADB; }
a { background-color: rgb(163,122,219); }
div.DivClassName
{
background-color: #A37ADB;
}
.BgClassName
{
background-color: #A37ADB;
}
</style>
border-color css
<style>
span { border-color: #A37ADB; }
span { border-color: rgb(163,122,219); }
td.TdClassName
{
border-color: #A37ADB;
}
.TagClassName
{
border-color: #A37ADB;
}
</style>