Html Css Color HEX #A27CBC Purple Mountain's Majesty
📋 copy color: '#A27CBC'red 162 ◦ green 124 ◦ blue 188
Shades of Purple Mountain's Majesty #A27CBC
Tints of Purple Mountain's Majesty #A27CBC
RGB
CMYK
RGB Variations
Color information
#A27CBC (or 0xA27CBC) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7C and BC. RGB value is (162,124,188). Sum of RGB (Red+Green+Blue) = 162+124+188=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #A27CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CBC is #5D8343. Grayscale: #8E8E8E. Windows color (decimal): -6128452 or 12352674. OLE color: 12352674.
HSL color Cylindrical-coordinate representation of color #A27CBC: hue angle of 275.62º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A27CBC is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 124 | 188 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.26 |
| HSL | 275.63º | 0.32% | 0.61% | - |
| HSV(B) | 275.63º | 0.34% | 0.74% | - |
| XYZ | 31.19 | 25.73 | 50.9 | - |
| YUV | 142.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 188 | 0.14 | 0.34 | 0 | 0.26 | 275.63 | 0.32 | 0.61 |
| Hex | A2 | 7C | BC | E | 22 | 0 | 1A | 114 | 20 | 3D |
| Octal | 242 | 174 | 274 | 16 | 42 | 0 | 32 | 424 | 40 | 75 |
| Binary | 10100010 | 1111100 | 10111100 | 1110 | 100010 | 0 | 11010 | 100010100 | 100000 | 111101 |
Color Harmonies of #A27CBC
Complementary color
Monochromatic Colors of #A27CBC
Black with #A27CBC
Text Example
Text Example
White with #A27CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27CBC; }
p { color: rgb(162,124,188); }
H1.HeaderClassName
{
color: #A27CBC;
}
.AnyTagClassName
{
color: #A27CBC;
}
</style>
background-color css
<style>
a { background-color: #A27CBC; }
a { background-color: rgb(162,124,188); }
div.DivClassName
{
background-color: #A27CBC;
}
.BgClassName
{
background-color: #A27CBC;
}
</style>
border-color css
<style>
span { border-color: #A27CBC; }
span { border-color: rgb(162,124,188); }
td.TdClassName
{
border-color: #A27CBC;
}
.TagClassName
{
border-color: #A27CBC;
}
</style>