Html Css Color HEX #A27ABB Purple Mountain's Majesty
📋 copy color: '#A27ABB'red 162 ◦ green 122 ◦ blue 187
Shades of Purple Mountain's Majesty #A27ABB
Tints of Purple Mountain's Majesty #A27ABB
RGB
CMYK
RGB Variations
Color information
#A27ABB (or 0xA27ABB) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7A and BB. RGB value is (162,122,187). Sum of RGB (Red+Green+Blue) = 162+122+187=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #A27ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ABB is #5D8544. Grayscale: #8D8D8D. Windows color (decimal): -6128965 or 12286626. OLE color: 12286626.
HSL color Cylindrical-coordinate representation of color #A27ABB: hue angle of 276.92º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A27ABB is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 122 | 187 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.27 |
| HSL | 276.92º | 0.32% | 0.61% | - |
| HSV(B) | 276.92º | 0.35% | 0.73% | - |
| XYZ | 30.83 | 25.19 | 50.25 | - |
| YUV | 141.37 | 153.75 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 187 | 0.13 | 0.35 | 0 | 0.27 | 276.92 | 0.32 | 0.61 |
| Hex | A2 | 7A | BB | D | 23 | 0 | 1B | 115 | 20 | 3D |
| Octal | 242 | 172 | 273 | 15 | 43 | 0 | 33 | 425 | 40 | 75 |
| Binary | 10100010 | 1111010 | 10111011 | 1101 | 100011 | 0 | 11011 | 100010101 | 100000 | 111101 |
Color Harmonies of #A27ABB
Complementary color
Monochromatic Colors of #A27ABB
Black with #A27ABB
Text Example
Text Example
White with #A27ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27ABB; }
p { color: rgb(162,122,187); }
H1.HeaderClassName
{
color: #A27ABB;
}
.AnyTagClassName
{
color: #A27ABB;
}
</style>
background-color css
<style>
a { background-color: #A27ABB; }
a { background-color: rgb(162,122,187); }
div.DivClassName
{
background-color: #A27ABB;
}
.BgClassName
{
background-color: #A27ABB;
}
</style>
border-color css
<style>
span { border-color: #A27ABB; }
span { border-color: rgb(162,122,187); }
td.TdClassName
{
border-color: #A27ABB;
}
.TagClassName
{
border-color: #A27ABB;
}
</style>