Html Css Color HEX #A07CBE Purple Mountain's Majesty
📋 copy color: '#A07CBE'red 160 ◦ green 124 ◦ blue 190
Shades of Purple Mountain's Majesty #A07CBE
Tints of Purple Mountain's Majesty #A07CBE
RGB
CMYK
RGB Variations
Color information
#A07CBE (or 0xA07CBE) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7C and BE. RGB value is (160,124,190). Sum of RGB (Red+Green+Blue) = 160+124+190=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #A07CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CBE is #5F8341. Grayscale: #8E8E8E. Windows color (decimal): -6259522 or 12483744. OLE color: 12483744.
HSL color Cylindrical-coordinate representation of color #A07CBE: hue angle of 272.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A07CBE is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 124 | 190 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.25 |
| HSL | 272.73º | 0.34% | 0.62% | - |
| HSV(B) | 272.73º | 0.35% | 0.75% | - |
| XYZ | 31 | 25.61 | 52.02 | - |
| YUV | 142.29 | 154.93 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 190 | 0.16 | 0.35 | 0 | 0.25 | 272.73 | 0.34 | 0.62 |
| Hex | A0 | 7C | BE | 10 | 23 | 0 | 19 | 111 | 22 | 3E |
| Octal | 240 | 174 | 276 | 20 | 43 | 0 | 31 | 421 | 42 | 76 |
| Binary | 10100000 | 1111100 | 10111110 | 10000 | 100011 | 0 | 11001 | 100010001 | 100010 | 111110 |
Color Harmonies of #A07CBE
Complementary color
Monochromatic Colors of #A07CBE
Black with #A07CBE
Text Example
Text Example
White with #A07CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07CBE; }
p { color: rgb(160,124,190); }
H1.HeaderClassName
{
color: #A07CBE;
}
.AnyTagClassName
{
color: #A07CBE;
}
</style>
background-color css
<style>
a { background-color: #A07CBE; }
a { background-color: rgb(160,124,190); }
div.DivClassName
{
background-color: #A07CBE;
}
.BgClassName
{
background-color: #A07CBE;
}
</style>
border-color css
<style>
span { border-color: #A07CBE; }
span { border-color: rgb(160,124,190); }
td.TdClassName
{
border-color: #A07CBE;
}
.TagClassName
{
border-color: #A07CBE;
}
</style>