Html Css Color HEX #A372BA Purple Mountain's Majesty
📋 copy color: '#A372BA'red 163 ◦ green 114 ◦ blue 186
Shades of Purple Mountain's Majesty #A372BA
Tints of Purple Mountain's Majesty #A372BA
RGB
CMYK
RGB Variations
Color information
#A372BA (or 0xA372BA) is known color: Purple Mountain's Majesty. HEX triplet: A3, 72 and BA. RGB value is (163,114,186). Sum of RGB (Red+Green+Blue) = 163+114+186=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #A372BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372BA is #5C8D45. Grayscale: #888888. Windows color (decimal): -6065478 or 12219043. OLE color: 12219043.
HSL color Cylindrical-coordinate representation of color #A372BA: hue angle of 280.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A372BA is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 114 | 186 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.27 |
| HSL | 280.83º | 0.34% | 0.59% | - |
| HSV(B) | 280.83º | 0.39% | 0.73% | - |
| XYZ | 29.98 | 23.37 | 49.38 | - |
| YUV | 136.86 | 155.73 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 186 | 0.12 | 0.39 | 0 | 0.27 | 280.83 | 0.34 | 0.59 |
| Hex | A3 | 72 | BA | C | 27 | 0 | 1B | 119 | 22 | 3B |
| Octal | 243 | 162 | 272 | 14 | 47 | 0 | 33 | 431 | 42 | 73 |
| Binary | 10100011 | 1110010 | 10111010 | 1100 | 100111 | 0 | 11011 | 100011001 | 100010 | 111011 |
Color Harmonies of #A372BA
Complementary color
Monochromatic Colors of #A372BA
Black with #A372BA
Text Example
Text Example
White with #A372BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A372BA; }
p { color: rgb(163,114,186); }
H1.HeaderClassName
{
color: #A372BA;
}
.AnyTagClassName
{
color: #A372BA;
}
</style>
background-color css
<style>
a { background-color: #A372BA; }
a { background-color: rgb(163,114,186); }
div.DivClassName
{
background-color: #A372BA;
}
.BgClassName
{
background-color: #A372BA;
}
</style>
border-color css
<style>
span { border-color: #A372BA; }
span { border-color: rgb(163,114,186); }
td.TdClassName
{
border-color: #A372BA;
}
.TagClassName
{
border-color: #A372BA;
}
</style>