Shades of Medium Purple #A07BDB
Tints of Medium Purple #A07BDB
RGB
CMYK
RGB Variations
Color information
#A07BDB (or 0xA07BDB) is known color: Medium Purple. HEX triplet: A0, 7B and DB. RGB value is (160,123,219). Sum of RGB (Red+Green+Blue) = 160+123+219=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #A07BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BDB is #5F8424. Grayscale: #909090. Windows color (decimal): -6259749 or 14384032. OLE color: 14384032.
HSL color Cylindrical-coordinate representation of color #A07BDB: hue angle of 263.12º 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 #A07BDB is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 123 | 219 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.14 |
| HSL | 263.13º | 0.57% | 0.67% | - |
| HSV(B) | 263.13º | 0.44% | 0.86% | - |
| XYZ | 34.37 | 26.75 | 70.37 | - |
| YUV | 145.01 | 169.76 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 219 | 0.27 | 0.44 | 0 | 0.14 | 263.13 | 0.57 | 0.67 |
| Hex | A0 | 7B | DB | 1B | 2C | 0 | E | 107 | 39 | 43 |
| Octal | 240 | 173 | 333 | 33 | 54 | 0 | 16 | 407 | 71 | 103 |
| Binary | 10100000 | 1111011 | 11011011 | 11011 | 101100 | 0 | 1110 | 100000111 | 111001 | 1000011 |
Color Harmonies of #A07BDB
Complementary color
Monochromatic Colors of #A07BDB
Black with #A07BDB
Text Example
Text Example
White with #A07BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07BDB; }
p { color: rgb(160,123,219); }
H1.HeaderClassName
{
color: #A07BDB;
}
.AnyTagClassName
{
color: #A07BDB;
}
</style>
background-color css
<style>
a { background-color: #A07BDB; }
a { background-color: rgb(160,123,219); }
div.DivClassName
{
background-color: #A07BDB;
}
.BgClassName
{
background-color: #A07BDB;
}
</style>
border-color css
<style>
span { border-color: #A07BDB; }
span { border-color: rgb(160,123,219); }
td.TdClassName
{
border-color: #A07BDB;
}
.TagClassName
{
border-color: #A07BDB;
}
</style>