Html Css Color HEX #A27ABE Purple Mountain's Majesty
📋 copy color: '#A27ABE'red 162 ◦ green 122 ◦ blue 190
Shades of Purple Mountain's Majesty #A27ABE
Tints of Purple Mountain's Majesty #A27ABE
RGB
CMYK
RGB Variations
Color information
#A27ABE (or 0xA27ABE) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7A and BE. RGB value is (162,122,190). Sum of RGB (Red+Green+Blue) = 162+122+190=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #A27ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ABE is #5D8541. Grayscale: #8D8D8D. Windows color (decimal): -6128962 or 12483234. OLE color: 12483234.
HSL color Cylindrical-coordinate representation of color #A27ABE: hue angle of 275.29º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A27ABE is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 122 | 190 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.25 |
| HSL | 275.29º | 0.34% | 0.61% | - |
| HSV(B) | 275.29º | 0.36% | 0.75% | - |
| XYZ | 31.15 | 25.32 | 51.96 | - |
| YUV | 141.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 190 | 0.15 | 0.36 | 0 | 0.25 | 275.29 | 0.34 | 0.61 |
| Hex | A2 | 7A | BE | F | 24 | 0 | 19 | 113 | 22 | 3D |
| Octal | 242 | 172 | 276 | 17 | 44 | 0 | 31 | 423 | 42 | 75 |
| Binary | 10100010 | 1111010 | 10111110 | 1111 | 100100 | 0 | 11001 | 100010011 | 100010 | 111101 |
Color Harmonies of #A27ABE
Complementary color
Monochromatic Colors of #A27ABE
Black with #A27ABE
Text Example
Text Example
White with #A27ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27ABE; }
p { color: rgb(162,122,190); }
H1.HeaderClassName
{
color: #A27ABE;
}
.AnyTagClassName
{
color: #A27ABE;
}
</style>
background-color css
<style>
a { background-color: #A27ABE; }
a { background-color: rgb(162,122,190); }
div.DivClassName
{
background-color: #A27ABE;
}
.BgClassName
{
background-color: #A27ABE;
}
</style>
border-color css
<style>
span { border-color: #A27ABE; }
span { border-color: rgb(162,122,190); }
td.TdClassName
{
border-color: #A27ABE;
}
.TagClassName
{
border-color: #A27ABE;
}
</style>