Html Css Color HEX #A073BC Purple Mountain's Majesty
📋 copy color: '#A073BC'red 160 ◦ green 115 ◦ blue 188
Shades of Purple Mountain's Majesty #A073BC
Tints of Purple Mountain's Majesty #A073BC
RGB
CMYK
RGB Variations
Color information
#A073BC (or 0xA073BC) is known color: Purple Mountain's Majesty. HEX triplet: A0, 73 and BC. RGB value is (160,115,188). Sum of RGB (Red+Green+Blue) = 160+115+188=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #A073BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073BC is #5F8C43. Grayscale: #888888. Windows color (decimal): -6261828 or 12350368. OLE color: 12350368.
HSL color Cylindrical-coordinate representation of color #A073BC: hue angle of 276.99º 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 #A073BC is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 115 | 188 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.26 |
| HSL | 276.99º | 0.35% | 0.59% | - |
| HSV(B) | 276.99º | 0.39% | 0.74% | - |
| XYZ | 29.71 | 23.37 | 50.52 | - |
| YUV | 136.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 188 | 0.15 | 0.39 | 0 | 0.26 | 276.99 | 0.35 | 0.59 |
| Hex | A0 | 73 | BC | F | 27 | 0 | 1A | 115 | 23 | 3B |
| Octal | 240 | 163 | 274 | 17 | 47 | 0 | 32 | 425 | 43 | 73 |
| Binary | 10100000 | 1110011 | 10111100 | 1111 | 100111 | 0 | 11010 | 100010101 | 100011 | 111011 |
Color Harmonies of #A073BC
Complementary color
Monochromatic Colors of #A073BC
Black with #A073BC
Text Example
Text Example
White with #A073BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A073BC; }
p { color: rgb(160,115,188); }
H1.HeaderClassName
{
color: #A073BC;
}
.AnyTagClassName
{
color: #A073BC;
}
</style>
background-color css
<style>
a { background-color: #A073BC; }
a { background-color: rgb(160,115,188); }
div.DivClassName
{
background-color: #A073BC;
}
.BgClassName
{
background-color: #A073BC;
}
</style>
border-color css
<style>
span { border-color: #A073BC; }
span { border-color: rgb(160,115,188); }
td.TdClassName
{
border-color: #A073BC;
}
.TagClassName
{
border-color: #A073BC;
}
</style>