Html Css Color HEX #A07AB3 Purple Mountain's Majesty
📋 copy color: '#A07AB3'red 160 ◦ green 122 ◦ blue 179
Shades of Purple Mountain's Majesty #A07AB3
Tints of Purple Mountain's Majesty #A07AB3
RGB
CMYK
RGB Variations
Color information
#A07AB3 (or 0xA07AB3) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7A and B3. RGB value is (160,122,179). Sum of RGB (Red+Green+Blue) = 160+122+179=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 179 - color contains mainly: blue. Hex color #A07AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07AB3 is #5F854C. Grayscale: #8B8B8B. Windows color (decimal): -6260045 or 11762336. OLE color: 11762336.
HSL color Cylindrical-coordinate representation of color #A07AB3: hue angle of 280º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A07AB3 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 122 | 179 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.30 |
| HSL | 280º | 0.27% | 0.59% | - |
| HSV(B) | 280º | 0.32% | 0.7% | - |
| XYZ | 29.59 | 24.65 | 45.85 | - |
| YUV | 139.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 179 | 0.11 | 0.32 | 0 | 0.30 | 280 | 0.27 | 0.59 |
| Hex | A0 | 7A | B3 | B | 20 | 0 | 1E | 118 | 1B | 3B |
| Octal | 240 | 172 | 263 | 13 | 40 | 0 | 36 | 430 | 33 | 73 |
| Binary | 10100000 | 1111010 | 10110011 | 1011 | 100000 | 0 | 11110 | 100011000 | 11011 | 111011 |
Color Harmonies of #A07AB3
Complementary color
Monochromatic Colors of #A07AB3
Black with #A07AB3
Text Example
Text Example
White with #A07AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07AB3; }
p { color: rgb(160,122,179); }
H1.HeaderClassName
{
color: #A07AB3;
}
.AnyTagClassName
{
color: #A07AB3;
}
</style>
background-color css
<style>
a { background-color: #A07AB3; }
a { background-color: rgb(160,122,179); }
div.DivClassName
{
background-color: #A07AB3;
}
.BgClassName
{
background-color: #A07AB3;
}
</style>
border-color css
<style>
span { border-color: #A07AB3; }
span { border-color: rgb(160,122,179); }
td.TdClassName
{
border-color: #A07AB3;
}
.TagClassName
{
border-color: #A07AB3;
}
</style>