Html Css Color HEX #A671BC Purple Mountain's Majesty
📋 copy color: '#A671BC'red 166 ◦ green 113 ◦ blue 188
Shades of Purple Mountain's Majesty #A671BC
Tints of Purple Mountain's Majesty #A671BC
RGB
CMYK
RGB Variations
Color information
#A671BC (or 0xA671BC) is known color: Purple Mountain's Majesty. HEX triplet: A6, 71 and BC. RGB value is (166,113,188). Sum of RGB (Red+Green+Blue) = 166+113+188=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #A671BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A671BC is #598E43. Grayscale: #898989. Windows color (decimal): -5869124 or 12349862. OLE color: 12349862.
HSL color Cylindrical-coordinate representation of color #A671BC: hue angle of 282.4º 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 #A671BC is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 113 | 188 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.26 |
| HSL | 282.4º | 0.36% | 0.59% | - |
| HSV(B) | 282.4º | 0.4% | 0.74% | - |
| XYZ | 30.71 | 23.55 | 50.5 | - |
| YUV | 137.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 188 | 0.12 | 0.40 | 0 | 0.26 | 282.4 | 0.36 | 0.59 |
| Hex | A6 | 71 | BC | C | 28 | 0 | 1A | 11A | 24 | 3B |
| Octal | 246 | 161 | 274 | 14 | 50 | 0 | 32 | 432 | 44 | 73 |
| Binary | 10100110 | 1110001 | 10111100 | 1100 | 101000 | 0 | 11010 | 100011010 | 100100 | 111011 |
Color Harmonies of #A671BC
Complementary color
Monochromatic Colors of #A671BC
Black with #A671BC
Text Example
Text Example
White with #A671BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A671BC; }
p { color: rgb(166,113,188); }
H1.HeaderClassName
{
color: #A671BC;
}
.AnyTagClassName
{
color: #A671BC;
}
</style>
background-color css
<style>
a { background-color: #A671BC; }
a { background-color: rgb(166,113,188); }
div.DivClassName
{
background-color: #A671BC;
}
.BgClassName
{
background-color: #A671BC;
}
</style>
border-color css
<style>
span { border-color: #A671BC; }
span { border-color: rgb(166,113,188); }
td.TdClassName
{
border-color: #A671BC;
}
.TagClassName
{
border-color: #A671BC;
}
</style>