Html Css Color HEX #A27BBE Purple Mountain's Majesty
📋 copy color: '#A27BBE'red 162 ◦ green 123 ◦ blue 190
Shades of Purple Mountain's Majesty #A27BBE
Tints of Purple Mountain's Majesty #A27BBE
RGB
CMYK
RGB Variations
Color information
#A27BBE (or 0xA27BBE) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7B and BE. RGB value is (162,123,190). Sum of RGB (Red+Green+Blue) = 162+123+190=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #A27BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BBE is #5D8441. Grayscale: #8E8E8E. Windows color (decimal): -6128706 or 12483490. OLE color: 12483490.
HSL color Cylindrical-coordinate representation of color #A27BBE: hue angle of 274.93º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A27BBE is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 123 | 190 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.25 |
| HSL | 274.93º | 0.34% | 0.61% | - |
| HSV(B) | 274.93º | 0.35% | 0.75% | - |
| XYZ | 31.28 | 25.57 | 52 | - |
| YUV | 142.3 | 154.92 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 190 | 0.15 | 0.35 | 0 | 0.25 | 274.93 | 0.34 | 0.61 |
| Hex | A2 | 7B | BE | F | 23 | 0 | 19 | 113 | 22 | 3D |
| Octal | 242 | 173 | 276 | 17 | 43 | 0 | 31 | 423 | 42 | 75 |
| Binary | 10100010 | 1111011 | 10111110 | 1111 | 100011 | 0 | 11001 | 100010011 | 100010 | 111101 |
Color Harmonies of #A27BBE
Complementary color
Monochromatic Colors of #A27BBE
Black with #A27BBE
Text Example
Text Example
White with #A27BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27BBE; }
p { color: rgb(162,123,190); }
H1.HeaderClassName
{
color: #A27BBE;
}
.AnyTagClassName
{
color: #A27BBE;
}
</style>
background-color css
<style>
a { background-color: #A27BBE; }
a { background-color: rgb(162,123,190); }
div.DivClassName
{
background-color: #A27BBE;
}
.BgClassName
{
background-color: #A27BBE;
}
</style>
border-color css
<style>
span { border-color: #A27BBE; }
span { border-color: rgb(162,123,190); }
td.TdClassName
{
border-color: #A27BBE;
}
.TagClassName
{
border-color: #A27BBE;
}
</style>