Html Css Color HEX #A27BC1 Purple Mountain's Majesty
📋 copy color: '#A27BC1'red 162 ◦ green 123 ◦ blue 193
Shades of Purple Mountain's Majesty #A27BC1
Tints of Purple Mountain's Majesty #A27BC1
RGB
CMYK
RGB Variations
Color information
#A27BC1 (or 0xA27BC1) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7B and C1. RGB value is (162,123,193). Sum of RGB (Red+Green+Blue) = 162+123+193=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #A27BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BC1 is #5D843E. Grayscale: #8E8E8E. Windows color (decimal): -6128703 or 12680098. OLE color: 12680098.
HSL color Cylindrical-coordinate representation of color #A27BC1: hue angle of 273.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A27BC1 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 123 | 193 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.24 |
| HSL | 273.43º | 0.36% | 0.62% | - |
| HSV(B) | 273.43º | 0.36% | 0.76% | - |
| XYZ | 31.61 | 25.7 | 53.75 | - |
| YUV | 142.64 | 156.42 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 193 | 0.16 | 0.36 | 0 | 0.24 | 273.43 | 0.36 | 0.62 |
| Hex | A2 | 7B | C1 | 10 | 24 | 0 | 18 | 111 | 24 | 3E |
| Octal | 242 | 173 | 301 | 20 | 44 | 0 | 30 | 421 | 44 | 76 |
| Binary | 10100010 | 1111011 | 11000001 | 10000 | 100100 | 0 | 11000 | 100010001 | 100100 | 111110 |
Color Harmonies of #A27BC1
Complementary color
Monochromatic Colors of #A27BC1
Black with #A27BC1
Text Example
Text Example
White with #A27BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27BC1; }
p { color: rgb(162,123,193); }
H1.HeaderClassName
{
color: #A27BC1;
}
.AnyTagClassName
{
color: #A27BC1;
}
</style>
background-color css
<style>
a { background-color: #A27BC1; }
a { background-color: rgb(162,123,193); }
div.DivClassName
{
background-color: #A27BC1;
}
.BgClassName
{
background-color: #A27BC1;
}
</style>
border-color css
<style>
span { border-color: #A27BC1; }
span { border-color: rgb(162,123,193); }
td.TdClassName
{
border-color: #A27BC1;
}
.TagClassName
{
border-color: #A27BC1;
}
</style>