Html Css Color HEX #A370BA Purple Mountain's Majesty
📋 copy color: '#A370BA'red 163 ◦ green 112 ◦ blue 186
Shades of Purple Mountain's Majesty #A370BA
Tints of Purple Mountain's Majesty #A370BA
RGB
CMYK
RGB Variations
Color information
#A370BA (or 0xA370BA) is known color: Purple Mountain's Majesty. HEX triplet: A3, 70 and BA. RGB value is (163,112,186). Sum of RGB (Red+Green+Blue) = 163+112+186=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #A370BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370BA is #5C8F45. Grayscale: #878787. Windows color (decimal): -6065990 or 12218531. OLE color: 12218531.
HSL color Cylindrical-coordinate representation of color #A370BA: hue angle of 281.35º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A370BA is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 112 | 186 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.27 |
| HSL | 281.35º | 0.35% | 0.58% | - |
| HSV(B) | 281.35º | 0.4% | 0.73% | - |
| XYZ | 29.76 | 22.92 | 49.31 | - |
| YUV | 135.69 | 156.4 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 186 | 0.12 | 0.40 | 0 | 0.27 | 281.35 | 0.35 | 0.58 |
| Hex | A3 | 70 | BA | C | 28 | 0 | 1B | 119 | 23 | 3A |
| Octal | 243 | 160 | 272 | 14 | 50 | 0 | 33 | 431 | 43 | 72 |
| Binary | 10100011 | 1110000 | 10111010 | 1100 | 101000 | 0 | 11011 | 100011001 | 100011 | 111010 |
Color Harmonies of #A370BA
Complementary color
Monochromatic Colors of #A370BA
Black with #A370BA
Text Example
Text Example
White with #A370BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A370BA; }
p { color: rgb(163,112,186); }
H1.HeaderClassName
{
color: #A370BA;
}
.AnyTagClassName
{
color: #A370BA;
}
</style>
background-color css
<style>
a { background-color: #A370BA; }
a { background-color: rgb(163,112,186); }
div.DivClassName
{
background-color: #A370BA;
}
.BgClassName
{
background-color: #A370BA;
}
</style>
border-color css
<style>
span { border-color: #A370BA; }
span { border-color: rgb(163,112,186); }
td.TdClassName
{
border-color: #A370BA;
}
.TagClassName
{
border-color: #A370BA;
}
</style>