Html Css Color HEX #A27CC0 Purple Mountain's Majesty
📋 copy color: '#A27CC0'red 162 ◦ green 124 ◦ blue 192
Shades of Purple Mountain's Majesty #A27CC0
Tints of Purple Mountain's Majesty #A27CC0
RGB
CMYK
RGB Variations
Color information
#A27CC0 (or 0xA27CC0) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7C and C0. RGB value is (162,124,192). Sum of RGB (Red+Green+Blue) = 162+124+192=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #A27CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CC0 is #5D833F. Grayscale: #8E8E8E. Windows color (decimal): -6128448 or 12614818. OLE color: 12614818.
HSL color Cylindrical-coordinate representation of color #A27CC0: hue angle of 273.53º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A27CC0 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 124 | 192 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.25 |
| HSL | 273.53º | 0.35% | 0.62% | - |
| HSV(B) | 273.53º | 0.35% | 0.75% | - |
| XYZ | 31.62 | 25.9 | 53.2 | - |
| YUV | 143.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 192 | 0.16 | 0.35 | 0 | 0.25 | 273.53 | 0.35 | 0.62 |
| Hex | A2 | 7C | C0 | 10 | 23 | 0 | 19 | 112 | 23 | 3E |
| Octal | 242 | 174 | 300 | 20 | 43 | 0 | 31 | 422 | 43 | 76 |
| Binary | 10100010 | 1111100 | 11000000 | 10000 | 100011 | 0 | 11001 | 100010010 | 100011 | 111110 |
Color Harmonies of #A27CC0
Complementary color
Monochromatic Colors of #A27CC0
Black with #A27CC0
Text Example
Text Example
White with #A27CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27CC0; }
p { color: rgb(162,124,192); }
H1.HeaderClassName
{
color: #A27CC0;
}
.AnyTagClassName
{
color: #A27CC0;
}
</style>
background-color css
<style>
a { background-color: #A27CC0; }
a { background-color: rgb(162,124,192); }
div.DivClassName
{
background-color: #A27CC0;
}
.BgClassName
{
background-color: #A27CC0;
}
</style>
border-color css
<style>
span { border-color: #A27CC0; }
span { border-color: rgb(162,124,192); }
td.TdClassName
{
border-color: #A27CC0;
}
.TagClassName
{
border-color: #A27CC0;
}
</style>