Html Css Color HEX #A07CBD Purple Mountain's Majesty
📋 copy color: '#A07CBD'red 160 ◦ green 124 ◦ blue 189
Shades of Purple Mountain's Majesty #A07CBD
Tints of Purple Mountain's Majesty #A07CBD
RGB
CMYK
RGB Variations
Color information
#A07CBD (or 0xA07CBD) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7C and BD. RGB value is (160,124,189). Sum of RGB (Red+Green+Blue) = 160+124+189=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #A07CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CBD is #5F8342. Grayscale: #8D8D8D. Windows color (decimal): -6259523 or 12418208. OLE color: 12418208.
HSL color Cylindrical-coordinate representation of color #A07CBD: hue angle of 273.23º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A07CBD is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 124 | 189 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.26 |
| HSL | 273.23º | 0.33% | 0.61% | - |
| HSV(B) | 273.23º | 0.34% | 0.74% | - |
| XYZ | 30.89 | 25.56 | 51.45 | - |
| YUV | 142.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 189 | 0.15 | 0.34 | 0 | 0.26 | 273.23 | 0.33 | 0.61 |
| Hex | A0 | 7C | BD | F | 22 | 0 | 1A | 111 | 21 | 3D |
| Octal | 240 | 174 | 275 | 17 | 42 | 0 | 32 | 421 | 41 | 75 |
| Binary | 10100000 | 1111100 | 10111101 | 1111 | 100010 | 0 | 11010 | 100010001 | 100001 | 111101 |
Color Harmonies of #A07CBD
Complementary color
Monochromatic Colors of #A07CBD
Black with #A07CBD
Text Example
Text Example
White with #A07CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07CBD; }
p { color: rgb(160,124,189); }
H1.HeaderClassName
{
color: #A07CBD;
}
.AnyTagClassName
{
color: #A07CBD;
}
</style>
background-color css
<style>
a { background-color: #A07CBD; }
a { background-color: rgb(160,124,189); }
div.DivClassName
{
background-color: #A07CBD;
}
.BgClassName
{
background-color: #A07CBD;
}
</style>
border-color css
<style>
span { border-color: #A07CBD; }
span { border-color: rgb(160,124,189); }
td.TdClassName
{
border-color: #A07CBD;
}
.TagClassName
{
border-color: #A07CBD;
}
</style>