Html Css Color HEX #A672BB Purple Mountain's Majesty
📋 copy color: '#A672BB'red 166 ◦ green 114 ◦ blue 187
Shades of Purple Mountain's Majesty #A672BB
Tints of Purple Mountain's Majesty #A672BB
RGB
CMYK
RGB Variations
Color information
#A672BB (or 0xA672BB) is known color: Purple Mountain's Majesty. HEX triplet: A6, 72 and BB. RGB value is (166,114,187). Sum of RGB (Red+Green+Blue) = 166+114+187=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #A672BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672BB is #598D44. Grayscale: #898989. Windows color (decimal): -5868869 or 12284582. OLE color: 12284582.
HSL color Cylindrical-coordinate representation of color #A672BB: hue angle of 282.74º degrees, saturation: 0.35, 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 #A672BB is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 114 | 187 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.27 |
| HSL | 282.74º | 0.35% | 0.59% | - |
| HSV(B) | 282.74º | 0.39% | 0.73% | - |
| XYZ | 30.71 | 23.73 | 49.98 | - |
| YUV | 137.87 | 155.73 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 187 | 0.11 | 0.39 | 0 | 0.27 | 282.74 | 0.35 | 0.59 |
| Hex | A6 | 72 | BB | B | 27 | 0 | 1B | 11B | 23 | 3B |
| Octal | 246 | 162 | 273 | 13 | 47 | 0 | 33 | 433 | 43 | 73 |
| Binary | 10100110 | 1110010 | 10111011 | 1011 | 100111 | 0 | 11011 | 100011011 | 100011 | 111011 |
Color Harmonies of #A672BB
Complementary color
Monochromatic Colors of #A672BB
Black with #A672BB
Text Example
Text Example
White with #A672BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A672BB; }
p { color: rgb(166,114,187); }
H1.HeaderClassName
{
color: #A672BB;
}
.AnyTagClassName
{
color: #A672BB;
}
</style>
background-color css
<style>
a { background-color: #A672BB; }
a { background-color: rgb(166,114,187); }
div.DivClassName
{
background-color: #A672BB;
}
.BgClassName
{
background-color: #A672BB;
}
</style>
border-color css
<style>
span { border-color: #A672BB; }
span { border-color: rgb(166,114,187); }
td.TdClassName
{
border-color: #A672BB;
}
.TagClassName
{
border-color: #A672BB;
}
</style>