Html Css Color HEX #A07BBE Purple Mountain's Majesty
📋 copy color: '#A07BBE'red 160 ◦ green 123 ◦ blue 190
Shades of Purple Mountain's Majesty #A07BBE
Tints of Purple Mountain's Majesty #A07BBE
RGB
CMYK
RGB Variations
Color information
#A07BBE (or 0xA07BBE) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7B and BE. RGB value is (160,123,190). Sum of RGB (Red+Green+Blue) = 160+123+190=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #A07BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BBE is #5F8441. Grayscale: #8D8D8D. Windows color (decimal): -6259778 or 12483488. OLE color: 12483488.
HSL color Cylindrical-coordinate representation of color #A07BBE: hue angle of 273.13º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A07BBE is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 123 | 190 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.25 |
| HSL | 273.13º | 0.34% | 0.61% | - |
| HSV(B) | 273.13º | 0.35% | 0.75% | - |
| XYZ | 30.87 | 25.36 | 51.98 | - |
| YUV | 141.7 | 155.26 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 190 | 0.16 | 0.35 | 0 | 0.25 | 273.13 | 0.34 | 0.61 |
| Hex | A0 | 7B | BE | 10 | 23 | 0 | 19 | 111 | 22 | 3D |
| Octal | 240 | 173 | 276 | 20 | 43 | 0 | 31 | 421 | 42 | 75 |
| Binary | 10100000 | 1111011 | 10111110 | 10000 | 100011 | 0 | 11001 | 100010001 | 100010 | 111101 |
Color Harmonies of #A07BBE
Complementary color
Monochromatic Colors of #A07BBE
Black with #A07BBE
Text Example
Text Example
White with #A07BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07BBE; }
p { color: rgb(160,123,190); }
H1.HeaderClassName
{
color: #A07BBE;
}
.AnyTagClassName
{
color: #A07BBE;
}
</style>
background-color css
<style>
a { background-color: #A07BBE; }
a { background-color: rgb(160,123,190); }
div.DivClassName
{
background-color: #A07BBE;
}
.BgClassName
{
background-color: #A07BBE;
}
</style>
border-color css
<style>
span { border-color: #A07BBE; }
span { border-color: rgb(160,123,190); }
td.TdClassName
{
border-color: #A07BBE;
}
.TagClassName
{
border-color: #A07BBE;
}
</style>