Html Css Color HEX #A672B9 Purple Mountain's Majesty
📋 copy color: '#A672B9'red 166 ◦ green 114 ◦ blue 185
Shades of Purple Mountain's Majesty #A672B9
Tints of Purple Mountain's Majesty #A672B9
RGB
CMYK
RGB Variations
Color information
#A672B9 (or 0xA672B9) is known color: Purple Mountain's Majesty. HEX triplet: A6, 72 and B9. RGB value is (166,114,185). Sum of RGB (Red+Green+Blue) = 166+114+185=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 185 - color contains mainly: blue. Hex color #A672B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672B9 is #598D46. Grayscale: #898989. Windows color (decimal): -5868871 or 12153510. OLE color: 12153510.
HSL color Cylindrical-coordinate representation of color #A672B9: hue angle of 283.94º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A672B9 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 114 | 185 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.27 |
| HSL | 283.94º | 0.34% | 0.59% | - |
| HSV(B) | 283.94º | 0.38% | 0.73% | - |
| XYZ | 30.5 | 23.64 | 48.86 | - |
| YUV | 137.64 | 154.73 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 185 | 0.10 | 0.38 | 0 | 0.27 | 283.94 | 0.34 | 0.59 |
| Hex | A6 | 72 | B9 | A | 26 | 0 | 1B | 11C | 22 | 3B |
| Octal | 246 | 162 | 271 | 12 | 46 | 0 | 33 | 434 | 42 | 73 |
| Binary | 10100110 | 1110010 | 10111001 | 1010 | 100110 | 0 | 11011 | 100011100 | 100010 | 111011 |
Color Harmonies of #A672B9
Complementary color
Monochromatic Colors of #A672B9
Black with #A672B9
Text Example
Text Example
White with #A672B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A672B9; }
p { color: rgb(166,114,185); }
H1.HeaderClassName
{
color: #A672B9;
}
.AnyTagClassName
{
color: #A672B9;
}
</style>
background-color css
<style>
a { background-color: #A672B9; }
a { background-color: rgb(166,114,185); }
div.DivClassName
{
background-color: #A672B9;
}
.BgClassName
{
background-color: #A672B9;
}
</style>
border-color css
<style>
span { border-color: #A672B9; }
span { border-color: rgb(166,114,185); }
td.TdClassName
{
border-color: #A672B9;
}
.TagClassName
{
border-color: #A672B9;
}
</style>