Shades of Medium Purple #A17EDB
Tints of Medium Purple #A17EDB
RGB
CMYK
RGB Variations
Color information
#A17EDB (or 0xA17EDB) is known color: Medium Purple. HEX triplet: A1, 7E and DB. RGB value is (161,126,219). Sum of RGB (Red+Green+Blue) = 161+126+219=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #A17EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EDB is #5E8124. Grayscale: #929292. Windows color (decimal): -6193445 or 14384801. OLE color: 14384801.
HSL color Cylindrical-coordinate representation of color #A17EDB: hue angle of 262.58º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A17EDB is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 126 | 219 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.14 |
| HSL | 262.58º | 0.56% | 0.68% | - |
| HSV(B) | 262.58º | 0.42% | 0.86% | - |
| XYZ | 34.94 | 27.61 | 70.51 | - |
| YUV | 147.07 | 168.6 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 219 | 0.26 | 0.42 | 0 | 0.14 | 262.58 | 0.56 | 0.68 |
| Hex | A1 | 7E | DB | 1A | 2A | 0 | E | 107 | 38 | 44 |
| Octal | 241 | 176 | 333 | 32 | 52 | 0 | 16 | 407 | 70 | 104 |
| Binary | 10100001 | 1111110 | 11011011 | 11010 | 101010 | 0 | 1110 | 100000111 | 111000 | 1000100 |
Color Harmonies of #A17EDB
Complementary color
Monochromatic Colors of #A17EDB
Black with #A17EDB
Text Example
Text Example
White with #A17EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17EDB; }
p { color: rgb(161,126,219); }
H1.HeaderClassName
{
color: #A17EDB;
}
.AnyTagClassName
{
color: #A17EDB;
}
</style>
background-color css
<style>
a { background-color: #A17EDB; }
a { background-color: rgb(161,126,219); }
div.DivClassName
{
background-color: #A17EDB;
}
.BgClassName
{
background-color: #A17EDB;
}
</style>
border-color css
<style>
span { border-color: #A17EDB; }
span { border-color: rgb(161,126,219); }
td.TdClassName
{
border-color: #A17EDB;
}
.TagClassName
{
border-color: #A17EDB;
}
</style>