Html Css Color HEX #A27BBB Purple Mountain's Majesty
📋 copy color: '#A27BBB'red 162 ◦ green 123 ◦ blue 187
Shades of Purple Mountain's Majesty #A27BBB
Tints of Purple Mountain's Majesty #A27BBB
RGB
CMYK
RGB Variations
Color information
#A27BBB (or 0xA27BBB) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7B and BB. RGB value is (162,123,187). Sum of RGB (Red+Green+Blue) = 162+123+187=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #A27BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BBB is #5D8444. Grayscale: #8D8D8D. Windows color (decimal): -6128709 or 12286882. OLE color: 12286882.
HSL color Cylindrical-coordinate representation of color #A27BBB: hue angle of 276.56º degrees, saturation: 0.32, 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 #A27BBB is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 123 | 187 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.27 |
| HSL | 276.56º | 0.32% | 0.61% | - |
| HSV(B) | 276.56º | 0.34% | 0.73% | - |
| XYZ | 30.95 | 25.44 | 50.29 | - |
| YUV | 141.96 | 153.42 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 187 | 0.13 | 0.34 | 0 | 0.27 | 276.56 | 0.32 | 0.61 |
| Hex | A2 | 7B | BB | D | 22 | 0 | 1B | 115 | 20 | 3D |
| Octal | 242 | 173 | 273 | 15 | 42 | 0 | 33 | 425 | 40 | 75 |
| Binary | 10100010 | 1111011 | 10111011 | 1101 | 100010 | 0 | 11011 | 100010101 | 100000 | 111101 |
Color Harmonies of #A27BBB
Complementary color
Monochromatic Colors of #A27BBB
Black with #A27BBB
Text Example
Text Example
White with #A27BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27BBB; }
p { color: rgb(162,123,187); }
H1.HeaderClassName
{
color: #A27BBB;
}
.AnyTagClassName
{
color: #A27BBB;
}
</style>
background-color css
<style>
a { background-color: #A27BBB; }
a { background-color: rgb(162,123,187); }
div.DivClassName
{
background-color: #A27BBB;
}
.BgClassName
{
background-color: #A27BBB;
}
</style>
border-color css
<style>
span { border-color: #A27BBB; }
span { border-color: rgb(162,123,187); }
td.TdClassName
{
border-color: #A27BBB;
}
.TagClassName
{
border-color: #A27BBB;
}
</style>