Html Css Color HEX #A27ABA Purple Mountain's Majesty
📋 copy color: '#A27ABA'red 162 ◦ green 122 ◦ blue 186
Shades of Purple Mountain's Majesty #A27ABA
Tints of Purple Mountain's Majesty #A27ABA
RGB
CMYK
RGB Variations
Color information
#A27ABA (or 0xA27ABA) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7A and BA. RGB value is (162,122,186). Sum of RGB (Red+Green+Blue) = 162+122+186=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #A27ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ABA is #5D8545. Grayscale: #8D8D8D. Windows color (decimal): -6128966 or 12221090. OLE color: 12221090.
HSL color Cylindrical-coordinate representation of color #A27ABA: hue angle of 277.5º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A27ABA is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 122 | 186 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.27 |
| HSL | 277.5º | 0.32% | 0.6% | - |
| HSV(B) | 277.5º | 0.34% | 0.73% | - |
| XYZ | 30.72 | 25.15 | 49.69 | - |
| YUV | 141.26 | 153.25 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 186 | 0.13 | 0.34 | 0 | 0.27 | 277.5 | 0.32 | 0.6 |
| Hex | A2 | 7A | BA | D | 22 | 0 | 1B | 116 | 20 | 3C |
| Octal | 242 | 172 | 272 | 15 | 42 | 0 | 33 | 426 | 40 | 74 |
| Binary | 10100010 | 1111010 | 10111010 | 1101 | 100010 | 0 | 11011 | 100010110 | 100000 | 111100 |
Color Harmonies of #A27ABA
Complementary color
Monochromatic Colors of #A27ABA
Black with #A27ABA
Text Example
Text Example
White with #A27ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27ABA; }
p { color: rgb(162,122,186); }
H1.HeaderClassName
{
color: #A27ABA;
}
.AnyTagClassName
{
color: #A27ABA;
}
</style>
background-color css
<style>
a { background-color: #A27ABA; }
a { background-color: rgb(162,122,186); }
div.DivClassName
{
background-color: #A27ABA;
}
.BgClassName
{
background-color: #A27ABA;
}
</style>
border-color css
<style>
span { border-color: #A27ABA; }
span { border-color: rgb(162,122,186); }
td.TdClassName
{
border-color: #A27ABA;
}
.TagClassName
{
border-color: #A27ABA;
}
</style>