Shades of Medium Purple #A07BDD
Tints of Medium Purple #A07BDD
RGB
CMYK
RGB Variations
Color information
#A07BDD (or 0xA07BDD) is known color: Medium Purple. HEX triplet: A0, 7B and DD. RGB value is (160,123,221). Sum of RGB (Red+Green+Blue) = 160+123+221=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #A07BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BDD is #5F8422. Grayscale: #909090. Windows color (decimal): -6259747 or 14515104. OLE color: 14515104.
HSL color Cylindrical-coordinate representation of color #A07BDD: hue angle of 262.65º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A07BDD is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 123 | 221 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.13 |
| HSL | 262.65º | 0.59% | 0.67% | - |
| HSV(B) | 262.65º | 0.44% | 0.87% | - |
| XYZ | 34.63 | 26.86 | 71.77 | - |
| YUV | 145.24 | 170.76 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 221 | 0.28 | 0.44 | 0 | 0.13 | 262.65 | 0.59 | 0.67 |
| Hex | A0 | 7B | DD | 1C | 2C | 0 | D | 107 | 3B | 43 |
| Octal | 240 | 173 | 335 | 34 | 54 | 0 | 15 | 407 | 73 | 103 |
| Binary | 10100000 | 1111011 | 11011101 | 11100 | 101100 | 0 | 1101 | 100000111 | 111011 | 1000011 |
Color Harmonies of #A07BDD
Complementary color
Monochromatic Colors of #A07BDD
Black with #A07BDD
Text Example
Text Example
White with #A07BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07BDD; }
p { color: rgb(160,123,221); }
H1.HeaderClassName
{
color: #A07BDD;
}
.AnyTagClassName
{
color: #A07BDD;
}
</style>
background-color css
<style>
a { background-color: #A07BDD; }
a { background-color: rgb(160,123,221); }
div.DivClassName
{
background-color: #A07BDD;
}
.BgClassName
{
background-color: #A07BDD;
}
</style>
border-color css
<style>
span { border-color: #A07BDD; }
span { border-color: rgb(160,123,221); }
td.TdClassName
{
border-color: #A07BDD;
}
.TagClassName
{
border-color: #A07BDD;
}
</style>