Html Css Color HEX #A07BBF Purple Mountain's Majesty
📋 copy color: '#A07BBF'red 160 ◦ green 123 ◦ blue 191
Shades of Purple Mountain's Majesty #A07BBF
Tints of Purple Mountain's Majesty #A07BBF
RGB
CMYK
RGB Variations
Color information
#A07BBF (or 0xA07BBF) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7B and BF. RGB value is (160,123,191). Sum of RGB (Red+Green+Blue) = 160+123+191=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #A07BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BBF is #5F8440. Grayscale: #8D8D8D. Windows color (decimal): -6259777 or 12549024. OLE color: 12549024.
HSL color Cylindrical-coordinate representation of color #A07BBF: hue angle of 272.65º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A07BBF is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 123 | 191 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.25 |
| HSL | 272.65º | 0.35% | 0.62% | - |
| HSV(B) | 272.65º | 0.36% | 0.75% | - |
| XYZ | 30.98 | 25.4 | 52.56 | - |
| YUV | 141.82 | 155.76 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 191 | 0.16 | 0.36 | 0 | 0.25 | 272.65 | 0.35 | 0.62 |
| Hex | A0 | 7B | BF | 10 | 24 | 0 | 19 | 111 | 23 | 3E |
| Octal | 240 | 173 | 277 | 20 | 44 | 0 | 31 | 421 | 43 | 76 |
| Binary | 10100000 | 1111011 | 10111111 | 10000 | 100100 | 0 | 11001 | 100010001 | 100011 | 111110 |
Color Harmonies of #A07BBF
Complementary color
Monochromatic Colors of #A07BBF
Black with #A07BBF
Text Example
Text Example
White with #A07BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07BBF; }
p { color: rgb(160,123,191); }
H1.HeaderClassName
{
color: #A07BBF;
}
.AnyTagClassName
{
color: #A07BBF;
}
</style>
background-color css
<style>
a { background-color: #A07BBF; }
a { background-color: rgb(160,123,191); }
div.DivClassName
{
background-color: #A07BBF;
}
.BgClassName
{
background-color: #A07BBF;
}
</style>
border-color css
<style>
span { border-color: #A07BBF; }
span { border-color: rgb(160,123,191); }
td.TdClassName
{
border-color: #A07BBF;
}
.TagClassName
{
border-color: #A07BBF;
}
</style>