Html Css Color HEX #A27BBC Purple Mountain's Majesty
📋 copy color: '#A27BBC'red 162 ◦ green 123 ◦ blue 188
Shades of Purple Mountain's Majesty #A27BBC
Tints of Purple Mountain's Majesty #A27BBC
RGB
CMYK
RGB Variations
Color information
#A27BBC (or 0xA27BBC) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7B and BC. RGB value is (162,123,188). Sum of RGB (Red+Green+Blue) = 162+123+188=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #A27BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BBC is #5D8443. Grayscale: #8D8D8D. Windows color (decimal): -6128708 or 12352418. OLE color: 12352418.
HSL color Cylindrical-coordinate representation of color #A27BBC: hue angle of 276º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A27BBC is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 123 | 188 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.26 |
| HSL | 276º | 0.33% | 0.61% | - |
| HSV(B) | 276º | 0.35% | 0.74% | - |
| XYZ | 31.06 | 25.48 | 50.86 | - |
| YUV | 142.07 | 153.92 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 188 | 0.14 | 0.35 | 0 | 0.26 | 276 | 0.33 | 0.61 |
| Hex | A2 | 7B | BC | E | 23 | 0 | 1A | 114 | 21 | 3D |
| Octal | 242 | 173 | 274 | 16 | 43 | 0 | 32 | 424 | 41 | 75 |
| Binary | 10100010 | 1111011 | 10111100 | 1110 | 100011 | 0 | 11010 | 100010100 | 100001 | 111101 |
Color Harmonies of #A27BBC
Complementary color
Monochromatic Colors of #A27BBC
Black with #A27BBC
Text Example
Text Example
White with #A27BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27BBC; }
p { color: rgb(162,123,188); }
H1.HeaderClassName
{
color: #A27BBC;
}
.AnyTagClassName
{
color: #A27BBC;
}
</style>
background-color css
<style>
a { background-color: #A27BBC; }
a { background-color: rgb(162,123,188); }
div.DivClassName
{
background-color: #A27BBC;
}
.BgClassName
{
background-color: #A27BBC;
}
</style>
border-color css
<style>
span { border-color: #A27BBC; }
span { border-color: rgb(162,123,188); }
td.TdClassName
{
border-color: #A27BBC;
}
.TagClassName
{
border-color: #A27BBC;
}
</style>