Html Css Color HEX #A274B7 Purple Mountain's Majesty
📋 copy color: '#A274B7'red 162 ◦ green 116 ◦ blue 183
Shades of Purple Mountain's Majesty #A274B7
Tints of Purple Mountain's Majesty #A274B7
RGB
CMYK
RGB Variations
Color information
#A274B7 (or 0xA274B7) is known color: Purple Mountain's Majesty. HEX triplet: A2, 74 and B7. RGB value is (162,116,183). Sum of RGB (Red+Green+Blue) = 162+116+183=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 183 - color contains mainly: blue. Hex color #A274B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A274B7 is #5D8B48. Grayscale: #898989. Windows color (decimal): -6130505 or 12022946. OLE color: 12022946.
HSL color Cylindrical-coordinate representation of color #A274B7: hue angle of 281.19º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A274B7 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 116 | 183 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.28 |
| HSL | 281.19º | 0.32% | 0.59% | - |
| HSV(B) | 281.19º | 0.37% | 0.72% | - |
| XYZ | 29.69 | 23.59 | 47.79 | - |
| YUV | 137.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 116 | 183 | 0.11 | 0.37 | 0 | 0.28 | 281.19 | 0.32 | 0.59 |
| Hex | A2 | 74 | B7 | B | 25 | 0 | 1C | 119 | 20 | 3B |
| Octal | 242 | 164 | 267 | 13 | 45 | 0 | 34 | 431 | 40 | 73 |
| Binary | 10100010 | 1110100 | 10110111 | 1011 | 100101 | 0 | 11100 | 100011001 | 100000 | 111011 |
Color Harmonies of #A274B7
Complementary color
Monochromatic Colors of #A274B7
Black with #A274B7
Text Example
Text Example
White with #A274B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A274B7; }
p { color: rgb(162,116,183); }
H1.HeaderClassName
{
color: #A274B7;
}
.AnyTagClassName
{
color: #A274B7;
}
</style>
background-color css
<style>
a { background-color: #A274B7; }
a { background-color: rgb(162,116,183); }
div.DivClassName
{
background-color: #A274B7;
}
.BgClassName
{
background-color: #A274B7;
}
</style>
border-color css
<style>
span { border-color: #A274B7; }
span { border-color: rgb(162,116,183); }
td.TdClassName
{
border-color: #A274B7;
}
.TagClassName
{
border-color: #A274B7;
}
</style>