Html Css Color HEX #A07ABB Purple Mountain's Majesty
📋 copy color: '#A07ABB'red 160 ◦ green 122 ◦ blue 187
Shades of Purple Mountain's Majesty #A07ABB
Tints of Purple Mountain's Majesty #A07ABB
RGB
CMYK
RGB Variations
Color information
#A07ABB (or 0xA07ABB) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7A and BB. RGB value is (160,122,187). Sum of RGB (Red+Green+Blue) = 160+122+187=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #A07ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ABB is #5F8544. Grayscale: #8C8C8C. Windows color (decimal): -6260037 or 12286624. OLE color: 12286624.
HSL color Cylindrical-coordinate representation of color #A07ABB: hue angle of 275.08º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A07ABB is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 122 | 187 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.27 |
| HSL | 275.08º | 0.32% | 0.61% | - |
| HSV(B) | 275.08º | 0.35% | 0.73% | - |
| XYZ | 30.43 | 24.98 | 50.23 | - |
| YUV | 140.77 | 154.09 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 187 | 0.14 | 0.35 | 0 | 0.27 | 275.08 | 0.32 | 0.61 |
| Hex | A0 | 7A | BB | E | 23 | 0 | 1B | 113 | 20 | 3D |
| Octal | 240 | 172 | 273 | 16 | 43 | 0 | 33 | 423 | 40 | 75 |
| Binary | 10100000 | 1111010 | 10111011 | 1110 | 100011 | 0 | 11011 | 100010011 | 100000 | 111101 |
Color Harmonies of #A07ABB
Complementary color
Monochromatic Colors of #A07ABB
Black with #A07ABB
Text Example
Text Example
White with #A07ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07ABB; }
p { color: rgb(160,122,187); }
H1.HeaderClassName
{
color: #A07ABB;
}
.AnyTagClassName
{
color: #A07ABB;
}
</style>
background-color css
<style>
a { background-color: #A07ABB; }
a { background-color: rgb(160,122,187); }
div.DivClassName
{
background-color: #A07ABB;
}
.BgClassName
{
background-color: #A07ABB;
}
</style>
border-color css
<style>
span { border-color: #A07ABB; }
span { border-color: rgb(160,122,187); }
td.TdClassName
{
border-color: #A07ABB;
}
.TagClassName
{
border-color: #A07ABB;
}
</style>