Shades of Medium Purple #A07ADB
Tints of Medium Purple #A07ADB
RGB
CMYK
RGB Variations
Color information
#A07ADB (or 0xA07ADB) is known color: Medium Purple. HEX triplet: A0, 7A and DB. RGB value is (160,122,219). Sum of RGB (Red+Green+Blue) = 160+122+219=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #A07ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ADB is #5F8524. Grayscale: #909090. Windows color (decimal): -6260005 or 14383776. OLE color: 14383776.
HSL color Cylindrical-coordinate representation of color #A07ADB: hue angle of 263.51º 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 #A07ADB is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 122 | 219 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.14 |
| HSL | 263.51º | 0.57% | 0.67% | - |
| HSV(B) | 263.51º | 0.44% | 0.86% | - |
| XYZ | 34.24 | 26.51 | 70.33 | - |
| YUV | 144.42 | 170.09 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 219 | 0.27 | 0.44 | 0 | 0.14 | 263.51 | 0.57 | 0.67 |
| Hex | A0 | 7A | DB | 1B | 2C | 0 | E | 108 | 39 | 43 |
| Octal | 240 | 172 | 333 | 33 | 54 | 0 | 16 | 410 | 71 | 103 |
| Binary | 10100000 | 1111010 | 11011011 | 11011 | 101100 | 0 | 1110 | 100001000 | 111001 | 1000011 |
Color Harmonies of #A07ADB
Complementary color
Monochromatic Colors of #A07ADB
Black with #A07ADB
Text Example
Text Example
White with #A07ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07ADB; }
p { color: rgb(160,122,219); }
H1.HeaderClassName
{
color: #A07ADB;
}
.AnyTagClassName
{
color: #A07ADB;
}
</style>
background-color css
<style>
a { background-color: #A07ADB; }
a { background-color: rgb(160,122,219); }
div.DivClassName
{
background-color: #A07ADB;
}
.BgClassName
{
background-color: #A07ADB;
}
</style>
border-color css
<style>
span { border-color: #A07ADB; }
span { border-color: rgb(160,122,219); }
td.TdClassName
{
border-color: #A07ADB;
}
.TagClassName
{
border-color: #A07ADB;
}
</style>