Html Css Color HEX #A27AB5 Purple Mountain's Majesty
📋 copy color: '#A27AB5'red 162 ◦ green 122 ◦ blue 181
Shades of Purple Mountain's Majesty #A27AB5
Tints of Purple Mountain's Majesty #A27AB5
RGB
CMYK
RGB Variations
Color information
#A27AB5 (or 0xA27AB5) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7A and B5. RGB value is (162,122,181). Sum of RGB (Red+Green+Blue) = 162+122+181=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 181 - color contains mainly: blue. Hex color #A27AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27AB5 is #5D854A. Grayscale: #8C8C8C. Windows color (decimal): -6128971 or 11893410. OLE color: 11893410.
HSL color Cylindrical-coordinate representation of color #A27AB5: hue angle of 280.68º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A27AB5 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 122 | 181 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.29 |
| HSL | 280.68º | 0.29% | 0.59% | - |
| HSV(B) | 280.68º | 0.33% | 0.71% | - |
| XYZ | 30.2 | 24.94 | 46.94 | - |
| YUV | 140.69 | 150.75 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 181 | 0.10 | 0.33 | 0 | 0.29 | 280.68 | 0.29 | 0.59 |
| Hex | A2 | 7A | B5 | A | 21 | 0 | 1D | 119 | 1D | 3B |
| Octal | 242 | 172 | 265 | 12 | 41 | 0 | 35 | 431 | 35 | 73 |
| Binary | 10100010 | 1111010 | 10110101 | 1010 | 100001 | 0 | 11101 | 100011001 | 11101 | 111011 |
Color Harmonies of #A27AB5
Complementary color
Monochromatic Colors of #A27AB5
Black with #A27AB5
Text Example
Text Example
White with #A27AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27AB5; }
p { color: rgb(162,122,181); }
H1.HeaderClassName
{
color: #A27AB5;
}
.AnyTagClassName
{
color: #A27AB5;
}
</style>
background-color css
<style>
a { background-color: #A27AB5; }
a { background-color: rgb(162,122,181); }
div.DivClassName
{
background-color: #A27AB5;
}
.BgClassName
{
background-color: #A27AB5;
}
</style>
border-color css
<style>
span { border-color: #A27AB5; }
span { border-color: rgb(162,122,181); }
td.TdClassName
{
border-color: #A27AB5;
}
.TagClassName
{
border-color: #A27AB5;
}
</style>