Html Css Color HEX #A273B6 Purple Mountain's Majesty
📋 copy color: '#A273B6'red 162 ◦ green 115 ◦ blue 182
Shades of Purple Mountain's Majesty #A273B6
Tints of Purple Mountain's Majesty #A273B6
RGB
CMYK
RGB Variations
Color information
#A273B6 (or 0xA273B6) is known color: Purple Mountain's Majesty. HEX triplet: A2, 73 and B6. RGB value is (162,115,182). Sum of RGB (Red+Green+Blue) = 162+115+182=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 182 - color contains mainly: blue. Hex color #A273B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273B6 is #5D8C49. Grayscale: #888888. Windows color (decimal): -6130762 or 11957154. OLE color: 11957154.
HSL color Cylindrical-coordinate representation of color #A273B6: hue angle of 282.09º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A273B6 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 115 | 182 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.29 |
| HSL | 282.09º | 0.31% | 0.58% | - |
| HSV(B) | 282.09º | 0.37% | 0.71% | - |
| XYZ | 29.47 | 23.32 | 47.2 | - |
| YUV | 136.69 | 153.57 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 182 | 0.11 | 0.37 | 0 | 0.29 | 282.09 | 0.31 | 0.58 |
| Hex | A2 | 73 | B6 | B | 25 | 0 | 1D | 11A | 1F | 3A |
| Octal | 242 | 163 | 266 | 13 | 45 | 0 | 35 | 432 | 37 | 72 |
| Binary | 10100010 | 1110011 | 10110110 | 1011 | 100101 | 0 | 11101 | 100011010 | 11111 | 111010 |
Color Harmonies of #A273B6
Complementary color
Monochromatic Colors of #A273B6
Black with #A273B6
Text Example
Text Example
White with #A273B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A273B6; }
p { color: rgb(162,115,182); }
H1.HeaderClassName
{
color: #A273B6;
}
.AnyTagClassName
{
color: #A273B6;
}
</style>
background-color css
<style>
a { background-color: #A273B6; }
a { background-color: rgb(162,115,182); }
div.DivClassName
{
background-color: #A273B6;
}
.BgClassName
{
background-color: #A273B6;
}
</style>
border-color css
<style>
span { border-color: #A273B6; }
span { border-color: rgb(162,115,182); }
td.TdClassName
{
border-color: #A273B6;
}
.TagClassName
{
border-color: #A273B6;
}
</style>