Html Css Color HEX #A27BBA Purple Mountain's Majesty
📋 copy color: '#A27BBA'red 162 ◦ green 123 ◦ blue 186
Shades of Purple Mountain's Majesty #A27BBA
Tints of Purple Mountain's Majesty #A27BBA
RGB
CMYK
RGB Variations
Color information
#A27BBA (or 0xA27BBA) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7B and BA. RGB value is (162,123,186). Sum of RGB (Red+Green+Blue) = 162+123+186=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #A27BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BBA is #5D8445. Grayscale: #8D8D8D. Windows color (decimal): -6128710 or 12221346. OLE color: 12221346.
HSL color Cylindrical-coordinate representation of color #A27BBA: hue angle of 277.14º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A27BBA is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 123 | 186 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.27 |
| HSL | 277.14º | 0.31% | 0.61% | - |
| HSV(B) | 277.14º | 0.34% | 0.73% | - |
| XYZ | 30.85 | 25.39 | 49.73 | - |
| YUV | 141.84 | 152.92 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 186 | 0.13 | 0.34 | 0 | 0.27 | 277.14 | 0.31 | 0.61 |
| Hex | A2 | 7B | BA | D | 22 | 0 | 1B | 115 | 1F | 3D |
| Octal | 242 | 173 | 272 | 15 | 42 | 0 | 33 | 425 | 37 | 75 |
| Binary | 10100010 | 1111011 | 10111010 | 1101 | 100010 | 0 | 11011 | 100010101 | 11111 | 111101 |
Color Harmonies of #A27BBA
Complementary color
Monochromatic Colors of #A27BBA
Black with #A27BBA
Text Example
Text Example
White with #A27BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27BBA; }
p { color: rgb(162,123,186); }
H1.HeaderClassName
{
color: #A27BBA;
}
.AnyTagClassName
{
color: #A27BBA;
}
</style>
background-color css
<style>
a { background-color: #A27BBA; }
a { background-color: rgb(162,123,186); }
div.DivClassName
{
background-color: #A27BBA;
}
.BgClassName
{
background-color: #A27BBA;
}
</style>
border-color css
<style>
span { border-color: #A27BBA; }
span { border-color: rgb(162,123,186); }
td.TdClassName
{
border-color: #A27BBA;
}
.TagClassName
{
border-color: #A27BBA;
}
</style>