Html Css Color HEX #A07BBD Purple Mountain's Majesty
📋 copy color: '#A07BBD'red 160 ◦ green 123 ◦ blue 189
Shades of Purple Mountain's Majesty #A07BBD
Tints of Purple Mountain's Majesty #A07BBD
RGB
CMYK
RGB Variations
Color information
#A07BBD (or 0xA07BBD) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7B and BD. RGB value is (160,123,189). Sum of RGB (Red+Green+Blue) = 160+123+189=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #A07BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BBD is #5F8442. Grayscale: #8D8D8D. Windows color (decimal): -6259779 or 12417952. OLE color: 12417952.
HSL color Cylindrical-coordinate representation of color #A07BBD: hue angle of 273.64º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A07BBD is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 123 | 189 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.26 |
| HSL | 273.64º | 0.33% | 0.61% | - |
| HSV(B) | 273.64º | 0.35% | 0.74% | - |
| XYZ | 30.77 | 25.31 | 51.41 | - |
| YUV | 141.59 | 154.76 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 189 | 0.15 | 0.35 | 0 | 0.26 | 273.64 | 0.33 | 0.61 |
| Hex | A0 | 7B | BD | F | 23 | 0 | 1A | 112 | 21 | 3D |
| Octal | 240 | 173 | 275 | 17 | 43 | 0 | 32 | 422 | 41 | 75 |
| Binary | 10100000 | 1111011 | 10111101 | 1111 | 100011 | 0 | 11010 | 100010010 | 100001 | 111101 |
Color Harmonies of #A07BBD
Complementary color
Monochromatic Colors of #A07BBD
Black with #A07BBD
Text Example
Text Example
White with #A07BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07BBD; }
p { color: rgb(160,123,189); }
H1.HeaderClassName
{
color: #A07BBD;
}
.AnyTagClassName
{
color: #A07BBD;
}
</style>
background-color css
<style>
a { background-color: #A07BBD; }
a { background-color: rgb(160,123,189); }
div.DivClassName
{
background-color: #A07BBD;
}
.BgClassName
{
background-color: #A07BBD;
}
</style>
border-color css
<style>
span { border-color: #A07BBD; }
span { border-color: rgb(160,123,189); }
td.TdClassName
{
border-color: #A07BBD;
}
.TagClassName
{
border-color: #A07BBD;
}
</style>