Html Css Color HEX #A273BD Purple Mountain's Majesty
📋 copy color: '#A273BD'red 162 ◦ green 115 ◦ blue 189
Shades of Purple Mountain's Majesty #A273BD
Tints of Purple Mountain's Majesty #A273BD
RGB
CMYK
RGB Variations
Color information
#A273BD (or 0xA273BD) is known color: Purple Mountain's Majesty. HEX triplet: A2, 73 and BD. RGB value is (162,115,189). Sum of RGB (Red+Green+Blue) = 162+115+189=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #A273BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273BD is #5D8C42. Grayscale: #898989. Windows color (decimal): -6130755 or 12415906. OLE color: 12415906.
HSL color Cylindrical-coordinate representation of color #A273BD: hue angle of 278.11º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A273BD is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 115 | 189 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.26 |
| HSL | 278.11º | 0.36% | 0.6% | - |
| HSV(B) | 278.11º | 0.39% | 0.74% | - |
| XYZ | 30.22 | 23.62 | 51.11 | - |
| YUV | 137.49 | 157.07 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 189 | 0.14 | 0.39 | 0 | 0.26 | 278.11 | 0.36 | 0.6 |
| Hex | A2 | 73 | BD | E | 27 | 0 | 1A | 116 | 24 | 3C |
| Octal | 242 | 163 | 275 | 16 | 47 | 0 | 32 | 426 | 44 | 74 |
| Binary | 10100010 | 1110011 | 10111101 | 1110 | 100111 | 0 | 11010 | 100010110 | 100100 | 111100 |
Color Harmonies of #A273BD
Complementary color
Monochromatic Colors of #A273BD
Black with #A273BD
Text Example
Text Example
White with #A273BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A273BD; }
p { color: rgb(162,115,189); }
H1.HeaderClassName
{
color: #A273BD;
}
.AnyTagClassName
{
color: #A273BD;
}
</style>
background-color css
<style>
a { background-color: #A273BD; }
a { background-color: rgb(162,115,189); }
div.DivClassName
{
background-color: #A273BD;
}
.BgClassName
{
background-color: #A273BD;
}
</style>
border-color css
<style>
span { border-color: #A273BD; }
span { border-color: rgb(162,115,189); }
td.TdClassName
{
border-color: #A273BD;
}
.TagClassName
{
border-color: #A273BD;
}
</style>