Html Css Color HEX #A270B9 Purple Mountain's Majesty
📋 copy color: '#A270B9'red 162 ◦ green 112 ◦ blue 185
Shades of Purple Mountain's Majesty #A270B9
Tints of Purple Mountain's Majesty #A270B9
RGB
CMYK
RGB Variations
Color information
#A270B9 (or 0xA270B9) is known color: Purple Mountain's Majesty. HEX triplet: A2, 70 and B9. RGB value is (162,112,185). Sum of RGB (Red+Green+Blue) = 162+112+185=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 185 - color contains mainly: blue. Hex color #A270B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A270B9 is #5D8F46. Grayscale: #878787. Windows color (decimal): -6131527 or 12152994. OLE color: 12152994.
HSL color Cylindrical-coordinate representation of color #A270B9: hue angle of 281.1º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A270B9 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 112 | 185 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.27 |
| HSL | 281.1º | 0.34% | 0.58% | - |
| HSV(B) | 281.1º | 0.39% | 0.73% | - |
| XYZ | 29.45 | 22.77 | 48.74 | - |
| YUV | 135.27 | 156.07 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 185 | 0.12 | 0.39 | 0 | 0.27 | 281.1 | 0.34 | 0.58 |
| Hex | A2 | 70 | B9 | C | 27 | 0 | 1B | 119 | 22 | 3A |
| Octal | 242 | 160 | 271 | 14 | 47 | 0 | 33 | 431 | 42 | 72 |
| Binary | 10100010 | 1110000 | 10111001 | 1100 | 100111 | 0 | 11011 | 100011001 | 100010 | 111010 |
Color Harmonies of #A270B9
Complementary color
Monochromatic Colors of #A270B9
Black with #A270B9
Text Example
Text Example
White with #A270B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A270B9; }
p { color: rgb(162,112,185); }
H1.HeaderClassName
{
color: #A270B9;
}
.AnyTagClassName
{
color: #A270B9;
}
</style>
background-color css
<style>
a { background-color: #A270B9; }
a { background-color: rgb(162,112,185); }
div.DivClassName
{
background-color: #A270B9;
}
.BgClassName
{
background-color: #A270B9;
}
</style>
border-color css
<style>
span { border-color: #A270B9; }
span { border-color: rgb(162,112,185); }
td.TdClassName
{
border-color: #A270B9;
}
.TagClassName
{
border-color: #A270B9;
}
</style>