Html Css Color HEX #A07DBE Purple Mountain's Majesty
📋 copy color: '#A07DBE'red 160 ◦ green 125 ◦ blue 190
Shades of Purple Mountain's Majesty #A07DBE
Tints of Purple Mountain's Majesty #A07DBE
RGB
CMYK
RGB Variations
Color information
#A07DBE (or 0xA07DBE) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7D and BE. RGB value is (160,125,190). Sum of RGB (Red+Green+Blue) = 160+125+190=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #A07DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DBE is #5F8241. Grayscale: #8E8E8E. Windows color (decimal): -6259266 or 12484000. OLE color: 12484000.
HSL color Cylindrical-coordinate representation of color #A07DBE: hue angle of 272.31º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A07DBE is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 125 | 190 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.25 |
| HSL | 272.31º | 0.33% | 0.62% | - |
| HSV(B) | 272.31º | 0.34% | 0.75% | - |
| XYZ | 31.13 | 25.86 | 52.07 | - |
| YUV | 142.88 | 154.6 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 190 | 0.16 | 0.34 | 0 | 0.25 | 272.31 | 0.33 | 0.62 |
| Hex | A0 | 7D | BE | 10 | 22 | 0 | 19 | 110 | 21 | 3E |
| Octal | 240 | 175 | 276 | 20 | 42 | 0 | 31 | 420 | 41 | 76 |
| Binary | 10100000 | 1111101 | 10111110 | 10000 | 100010 | 0 | 11001 | 100010000 | 100001 | 111110 |
Color Harmonies of #A07DBE
Complementary color
Monochromatic Colors of #A07DBE
Black with #A07DBE
Text Example
Text Example
White with #A07DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DBE; }
p { color: rgb(160,125,190); }
H1.HeaderClassName
{
color: #A07DBE;
}
.AnyTagClassName
{
color: #A07DBE;
}
</style>
background-color css
<style>
a { background-color: #A07DBE; }
a { background-color: rgb(160,125,190); }
div.DivClassName
{
background-color: #A07DBE;
}
.BgClassName
{
background-color: #A07DBE;
}
</style>
border-color css
<style>
span { border-color: #A07DBE; }
span { border-color: rgb(160,125,190); }
td.TdClassName
{
border-color: #A07DBE;
}
.TagClassName
{
border-color: #A07DBE;
}
</style>