Html Css Color HEX #A273BC Purple Mountain's Majesty
📋 copy color: '#A273BC'red 162 ◦ green 115 ◦ blue 188
Shades of Purple Mountain's Majesty #A273BC
Tints of Purple Mountain's Majesty #A273BC
RGB
CMYK
RGB Variations
Color information
#A273BC (or 0xA273BC) is known color: Purple Mountain's Majesty. HEX triplet: A2, 73 and BC. RGB value is (162,115,188). Sum of RGB (Red+Green+Blue) = 162+115+188=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #A273BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273BC is #5D8C43. Grayscale: #898989. Windows color (decimal): -6130756 or 12350370. OLE color: 12350370.
HSL color Cylindrical-coordinate representation of color #A273BC: hue angle of 278.63º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A273BC is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 115 | 188 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.26 |
| HSL | 278.63º | 0.35% | 0.59% | - |
| HSV(B) | 278.63º | 0.39% | 0.74% | - |
| XYZ | 30.11 | 23.57 | 50.54 | - |
| YUV | 137.38 | 156.57 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 188 | 0.14 | 0.39 | 0 | 0.26 | 278.63 | 0.35 | 0.59 |
| Hex | A2 | 73 | BC | E | 27 | 0 | 1A | 117 | 23 | 3B |
| Octal | 242 | 163 | 274 | 16 | 47 | 0 | 32 | 427 | 43 | 73 |
| Binary | 10100010 | 1110011 | 10111100 | 1110 | 100111 | 0 | 11010 | 100010111 | 100011 | 111011 |
Color Harmonies of #A273BC
Complementary color
Monochromatic Colors of #A273BC
Black with #A273BC
Text Example
Text Example
White with #A273BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A273BC; }
p { color: rgb(162,115,188); }
H1.HeaderClassName
{
color: #A273BC;
}
.AnyTagClassName
{
color: #A273BC;
}
</style>
background-color css
<style>
a { background-color: #A273BC; }
a { background-color: rgb(162,115,188); }
div.DivClassName
{
background-color: #A273BC;
}
.BgClassName
{
background-color: #A273BC;
}
</style>
border-color css
<style>
span { border-color: #A273BC; }
span { border-color: rgb(162,115,188); }
td.TdClassName
{
border-color: #A273BC;
}
.TagClassName
{
border-color: #A273BC;
}
</style>