Html Css Color HEX #A07DB9 Purple Mountain's Majesty
📋 copy color: '#A07DB9'red 160 ◦ green 125 ◦ blue 185
Shades of Purple Mountain's Majesty #A07DB9
Tints of Purple Mountain's Majesty #A07DB9
RGB
CMYK
RGB Variations
Color information
#A07DB9 (or 0xA07DB9) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7D and B9. RGB value is (160,125,185). Sum of RGB (Red+Green+Blue) = 160+125+185=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 185 - color contains mainly: blue. Hex color #A07DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DB9 is #5F8246. Grayscale: #8E8E8E. Windows color (decimal): -6259271 or 12156320. OLE color: 12156320.
HSL color Cylindrical-coordinate representation of color #A07DB9: hue angle of 275º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A07DB9 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 125 | 185 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.27 |
| HSL | 275º | 0.3% | 0.61% | - |
| HSV(B) | 275º | 0.32% | 0.73% | - |
| XYZ | 30.59 | 25.64 | 49.24 | - |
| YUV | 142.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 185 | 0.14 | 0.32 | 0 | 0.27 | 275 | 0.3 | 0.61 |
| Hex | A0 | 7D | B9 | E | 20 | 0 | 1B | 113 | 1E | 3D |
| Octal | 240 | 175 | 271 | 16 | 40 | 0 | 33 | 423 | 36 | 75 |
| Binary | 10100000 | 1111101 | 10111001 | 1110 | 100000 | 0 | 11011 | 100010011 | 11110 | 111101 |
Color Harmonies of #A07DB9
Complementary color
Monochromatic Colors of #A07DB9
Black with #A07DB9
Text Example
Text Example
White with #A07DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DB9; }
p { color: rgb(160,125,185); }
H1.HeaderClassName
{
color: #A07DB9;
}
.AnyTagClassName
{
color: #A07DB9;
}
</style>
background-color css
<style>
a { background-color: #A07DB9; }
a { background-color: rgb(160,125,185); }
div.DivClassName
{
background-color: #A07DB9;
}
.BgClassName
{
background-color: #A07DB9;
}
</style>
border-color css
<style>
span { border-color: #A07DB9; }
span { border-color: rgb(160,125,185); }
td.TdClassName
{
border-color: #A07DB9;
}
.TagClassName
{
border-color: #A07DB9;
}
</style>