Html Css Color HEX #A671BA Purple Mountain's Majesty
📋 copy color: '#A671BA'red 166 ◦ green 113 ◦ blue 186
Shades of Purple Mountain's Majesty #A671BA
Tints of Purple Mountain's Majesty #A671BA
RGB
CMYK
RGB Variations
Color information
#A671BA (or 0xA671BA) is known color: Purple Mountain's Majesty. HEX triplet: A6, 71 and BA. RGB value is (166,113,186). Sum of RGB (Red+Green+Blue) = 166+113+186=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #A671BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A671BA is #598E45. Grayscale: #888888. Windows color (decimal): -5869126 or 12218790. OLE color: 12218790.
HSL color Cylindrical-coordinate representation of color #A671BA: hue angle of 283.56º 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 #A671BA is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 113 | 186 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.27 |
| HSL | 283.56º | 0.35% | 0.59% | - |
| HSV(B) | 283.56º | 0.39% | 0.73% | - |
| XYZ | 30.49 | 23.46 | 49.38 | - |
| YUV | 137.17 | 155.56 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 186 | 0.11 | 0.39 | 0 | 0.27 | 283.56 | 0.35 | 0.59 |
| Hex | A6 | 71 | BA | B | 27 | 0 | 1B | 11C | 23 | 3B |
| Octal | 246 | 161 | 272 | 13 | 47 | 0 | 33 | 434 | 43 | 73 |
| Binary | 10100110 | 1110001 | 10111010 | 1011 | 100111 | 0 | 11011 | 100011100 | 100011 | 111011 |
Color Harmonies of #A671BA
Complementary color
Monochromatic Colors of #A671BA
Black with #A671BA
Text Example
Text Example
White with #A671BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A671BA; }
p { color: rgb(166,113,186); }
H1.HeaderClassName
{
color: #A671BA;
}
.AnyTagClassName
{
color: #A671BA;
}
</style>
background-color css
<style>
a { background-color: #A671BA; }
a { background-color: rgb(166,113,186); }
div.DivClassName
{
background-color: #A671BA;
}
.BgClassName
{
background-color: #A671BA;
}
</style>
border-color css
<style>
span { border-color: #A671BA; }
span { border-color: rgb(166,113,186); }
td.TdClassName
{
border-color: #A671BA;
}
.TagClassName
{
border-color: #A671BA;
}
</style>