Html Css Color HEX #A07ABE Purple Mountain's Majesty
📋 copy color: '#A07ABE'red 160 ◦ green 122 ◦ blue 190
Shades of Purple Mountain's Majesty #A07ABE
Tints of Purple Mountain's Majesty #A07ABE
RGB
CMYK
RGB Variations
Color information
#A07ABE (or 0xA07ABE) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7A and BE. RGB value is (160,122,190). Sum of RGB (Red+Green+Blue) = 160+122+190=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #A07ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ABE is #5F8541. Grayscale: #8C8C8C. Windows color (decimal): -6260034 or 12483232. OLE color: 12483232.
HSL color Cylindrical-coordinate representation of color #A07ABE: hue angle of 273.53º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A07ABE is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 122 | 190 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.25 |
| HSL | 273.53º | 0.34% | 0.61% | - |
| HSV(B) | 273.53º | 0.36% | 0.75% | - |
| XYZ | 30.75 | 25.11 | 51.94 | - |
| YUV | 141.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 190 | 0.16 | 0.36 | 0 | 0.25 | 273.53 | 0.34 | 0.61 |
| Hex | A0 | 7A | BE | 10 | 24 | 0 | 19 | 112 | 22 | 3D |
| Octal | 240 | 172 | 276 | 20 | 44 | 0 | 31 | 422 | 42 | 75 |
| Binary | 10100000 | 1111010 | 10111110 | 10000 | 100100 | 0 | 11001 | 100010010 | 100010 | 111101 |
Color Harmonies of #A07ABE
Complementary color
Monochromatic Colors of #A07ABE
Black with #A07ABE
Text Example
Text Example
White with #A07ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07ABE; }
p { color: rgb(160,122,190); }
H1.HeaderClassName
{
color: #A07ABE;
}
.AnyTagClassName
{
color: #A07ABE;
}
</style>
background-color css
<style>
a { background-color: #A07ABE; }
a { background-color: rgb(160,122,190); }
div.DivClassName
{
background-color: #A07ABE;
}
.BgClassName
{
background-color: #A07ABE;
}
</style>
border-color css
<style>
span { border-color: #A07ABE; }
span { border-color: rgb(160,122,190); }
td.TdClassName
{
border-color: #A07ABE;
}
.TagClassName
{
border-color: #A07ABE;
}
</style>