Html Css Color HEX #A672BA Purple Mountain's Majesty
📋 copy color: '#A672BA'red 166 ◦ green 114 ◦ blue 186
Shades of Purple Mountain's Majesty #A672BA
Tints of Purple Mountain's Majesty #A672BA
RGB
CMYK
RGB Variations
Color information
#A672BA (or 0xA672BA) is known color: Purple Mountain's Majesty. HEX triplet: A6, 72 and BA. RGB value is (166,114,186). Sum of RGB (Red+Green+Blue) = 166+114+186=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #A672BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672BA is #598D45. Grayscale: #898989. Windows color (decimal): -5868870 or 12219046. OLE color: 12219046.
HSL color Cylindrical-coordinate representation of color #A672BA: hue angle of 283.33º 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 #A672BA is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 114 | 186 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.27 |
| HSL | 283.33º | 0.34% | 0.59% | - |
| HSV(B) | 283.33º | 0.39% | 0.73% | - |
| XYZ | 30.61 | 23.69 | 49.41 | - |
| YUV | 137.76 | 155.23 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 186 | 0.11 | 0.39 | 0 | 0.27 | 283.33 | 0.34 | 0.59 |
| Hex | A6 | 72 | BA | B | 27 | 0 | 1B | 11B | 22 | 3B |
| Octal | 246 | 162 | 272 | 13 | 47 | 0 | 33 | 433 | 42 | 73 |
| Binary | 10100110 | 1110010 | 10111010 | 1011 | 100111 | 0 | 11011 | 100011011 | 100010 | 111011 |
Color Harmonies of #A672BA
Complementary color
Monochromatic Colors of #A672BA
Black with #A672BA
Text Example
Text Example
White with #A672BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A672BA; }
p { color: rgb(166,114,186); }
H1.HeaderClassName
{
color: #A672BA;
}
.AnyTagClassName
{
color: #A672BA;
}
</style>
background-color css
<style>
a { background-color: #A672BA; }
a { background-color: rgb(166,114,186); }
div.DivClassName
{
background-color: #A672BA;
}
.BgClassName
{
background-color: #A672BA;
}
</style>
border-color css
<style>
span { border-color: #A672BA; }
span { border-color: rgb(166,114,186); }
td.TdClassName
{
border-color: #A672BA;
}
.TagClassName
{
border-color: #A672BA;
}
</style>