Html Css Color HEX #A672BD Purple Mountain's Majesty
📋 copy color: '#A672BD'red 166 ◦ green 114 ◦ blue 189
Shades of Purple Mountain's Majesty #A672BD
Tints of Purple Mountain's Majesty #A672BD
RGB
CMYK
RGB Variations
Color information
#A672BD (or 0xA672BD) is known color: Purple Mountain's Majesty. HEX triplet: A6, 72 and BD. RGB value is (166,114,189). Sum of RGB (Red+Green+Blue) = 166+114+189=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #A672BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672BD is #598D42. Grayscale: #898989. Windows color (decimal): -5868867 or 12415654. OLE color: 12415654.
HSL color Cylindrical-coordinate representation of color #A672BD: hue angle of 281.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A672BD is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 114 | 189 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.26 |
| HSL | 281.6º | 0.36% | 0.59% | - |
| HSV(B) | 281.6º | 0.4% | 0.74% | - |
| XYZ | 30.93 | 23.82 | 51.11 | - |
| YUV | 138.1 | 156.73 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 189 | 0.12 | 0.40 | 0 | 0.26 | 281.6 | 0.36 | 0.59 |
| Hex | A6 | 72 | BD | C | 28 | 0 | 1A | 11A | 24 | 3B |
| Octal | 246 | 162 | 275 | 14 | 50 | 0 | 32 | 432 | 44 | 73 |
| Binary | 10100110 | 1110010 | 10111101 | 1100 | 101000 | 0 | 11010 | 100011010 | 100100 | 111011 |
Color Harmonies of #A672BD
Complementary color
Monochromatic Colors of #A672BD
Black with #A672BD
Text Example
Text Example
White with #A672BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A672BD; }
p { color: rgb(166,114,189); }
H1.HeaderClassName
{
color: #A672BD;
}
.AnyTagClassName
{
color: #A672BD;
}
</style>
background-color css
<style>
a { background-color: #A672BD; }
a { background-color: rgb(166,114,189); }
div.DivClassName
{
background-color: #A672BD;
}
.BgClassName
{
background-color: #A672BD;
}
</style>
border-color css
<style>
span { border-color: #A672BD; }
span { border-color: rgb(166,114,189); }
td.TdClassName
{
border-color: #A672BD;
}
.TagClassName
{
border-color: #A672BD;
}
</style>