Html Css Color HEX #A271BE Purple Mountain's Majesty
📋 copy color: '#A271BE'red 162 ◦ green 113 ◦ blue 190
Shades of Purple Mountain's Majesty #A271BE
Tints of Purple Mountain's Majesty #A271BE
RGB
CMYK
RGB Variations
Color information
#A271BE (or 0xA271BE) is known color: Purple Mountain's Majesty. HEX triplet: A2, 71 and BE. RGB value is (162,113,190). Sum of RGB (Red+Green+Blue) = 162+113+190=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #A271BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271BE is #5D8E41. Grayscale: #888888. Windows color (decimal): -6131266 or 12480930. OLE color: 12480930.
HSL color Cylindrical-coordinate representation of color #A271BE: hue angle of 278.18º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A271BE is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 113 | 190 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.25 |
| HSL | 278.18º | 0.37% | 0.59% | - |
| HSV(B) | 278.18º | 0.41% | 0.75% | - |
| XYZ | 30.1 | 23.21 | 51.61 | - |
| YUV | 136.43 | 158.23 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 190 | 0.15 | 0.41 | 0 | 0.25 | 278.18 | 0.37 | 0.59 |
| Hex | A2 | 71 | BE | F | 29 | 0 | 19 | 116 | 25 | 3B |
| Octal | 242 | 161 | 276 | 17 | 51 | 0 | 31 | 426 | 45 | 73 |
| Binary | 10100010 | 1110001 | 10111110 | 1111 | 101001 | 0 | 11001 | 100010110 | 100101 | 111011 |
Color Harmonies of #A271BE
Complementary color
Monochromatic Colors of #A271BE
Black with #A271BE
Text Example
Text Example
White with #A271BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A271BE; }
p { color: rgb(162,113,190); }
H1.HeaderClassName
{
color: #A271BE;
}
.AnyTagClassName
{
color: #A271BE;
}
</style>
background-color css
<style>
a { background-color: #A271BE; }
a { background-color: rgb(162,113,190); }
div.DivClassName
{
background-color: #A271BE;
}
.BgClassName
{
background-color: #A271BE;
}
</style>
border-color css
<style>
span { border-color: #A271BE; }
span { border-color: rgb(162,113,190); }
td.TdClassName
{
border-color: #A271BE;
}
.TagClassName
{
border-color: #A271BE;
}
</style>