Html Css Color HEX #A27BBF Purple Mountain's Majesty
📋 copy color: '#A27BBF'red 162 ◦ green 123 ◦ blue 191
Shades of Purple Mountain's Majesty #A27BBF
Tints of Purple Mountain's Majesty #A27BBF
RGB
CMYK
RGB Variations
Color information
#A27BBF (or 0xA27BBF) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7B and BF. RGB value is (162,123,191). Sum of RGB (Red+Green+Blue) = 162+123+191=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #A27BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BBF is #5D8440. Grayscale: #8E8E8E. Windows color (decimal): -6128705 or 12549026. OLE color: 12549026.
HSL color Cylindrical-coordinate representation of color #A27BBF: hue angle of 274.41º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A27BBF is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 123 | 191 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.25 |
| HSL | 274.41º | 0.35% | 0.62% | - |
| HSV(B) | 274.41º | 0.36% | 0.75% | - |
| XYZ | 31.39 | 25.61 | 52.58 | - |
| YUV | 142.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 191 | 0.15 | 0.36 | 0 | 0.25 | 274.41 | 0.35 | 0.62 |
| Hex | A2 | 7B | BF | F | 24 | 0 | 19 | 112 | 23 | 3E |
| Octal | 242 | 173 | 277 | 17 | 44 | 0 | 31 | 422 | 43 | 76 |
| Binary | 10100010 | 1111011 | 10111111 | 1111 | 100100 | 0 | 11001 | 100010010 | 100011 | 111110 |
Color Harmonies of #A27BBF
Complementary color
Monochromatic Colors of #A27BBF
Black with #A27BBF
Text Example
Text Example
White with #A27BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27BBF; }
p { color: rgb(162,123,191); }
H1.HeaderClassName
{
color: #A27BBF;
}
.AnyTagClassName
{
color: #A27BBF;
}
</style>
background-color css
<style>
a { background-color: #A27BBF; }
a { background-color: rgb(162,123,191); }
div.DivClassName
{
background-color: #A27BBF;
}
.BgClassName
{
background-color: #A27BBF;
}
</style>
border-color css
<style>
span { border-color: #A27BBF; }
span { border-color: rgb(162,123,191); }
td.TdClassName
{
border-color: #A27BBF;
}
.TagClassName
{
border-color: #A27BBF;
}
</style>