Shades of Medium Purple #A07BD9
Tints of Medium Purple #A07BD9
RGB
CMYK
RGB Variations
Color information
#A07BD9 (or 0xA07BD9) is known color: Medium Purple. HEX triplet: A0, 7B and D9. RGB value is (160,123,217). Sum of RGB (Red+Green+Blue) = 160+123+217=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 217 - color contains mainly: blue. Hex color #A07BD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BD9 is #5F8426. Grayscale: #909090. Windows color (decimal): -6259751 or 14252960. OLE color: 14252960.
HSL color Cylindrical-coordinate representation of color #A07BD9: hue angle of 263.62º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A07BD9 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 123 | 217 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.15 |
| HSL | 263.62º | 0.55% | 0.67% | - |
| HSV(B) | 263.62º | 0.43% | 0.85% | - |
| XYZ | 34.1 | 26.65 | 68.99 | - |
| YUV | 144.78 | 168.76 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 217 | 0.26 | 0.43 | 0 | 0.15 | 263.62 | 0.55 | 0.67 |
| Hex | A0 | 7B | D9 | 1A | 2B | 0 | F | 108 | 37 | 43 |
| Octal | 240 | 173 | 331 | 32 | 53 | 0 | 17 | 410 | 67 | 103 |
| Binary | 10100000 | 1111011 | 11011001 | 11010 | 101011 | 0 | 1111 | 100001000 | 110111 | 1000011 |
Color Harmonies of #A07BD9
Complementary color
Monochromatic Colors of #A07BD9
Black with #A07BD9
Text Example
Text Example
White with #A07BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07BD9; }
p { color: rgb(160,123,217); }
H1.HeaderClassName
{
color: #A07BD9;
}
.AnyTagClassName
{
color: #A07BD9;
}
</style>
background-color css
<style>
a { background-color: #A07BD9; }
a { background-color: rgb(160,123,217); }
div.DivClassName
{
background-color: #A07BD9;
}
.BgClassName
{
background-color: #A07BD9;
}
</style>
border-color css
<style>
span { border-color: #A07BD9; }
span { border-color: rgb(160,123,217); }
td.TdClassName
{
border-color: #A07BD9;
}
.TagClassName
{
border-color: #A07BD9;
}
</style>