Html Css Color HEX #A271BB Purple Mountain's Majesty
📋 copy color: '#A271BB'red 162 ◦ green 113 ◦ blue 187
Shades of Purple Mountain's Majesty #A271BB
Tints of Purple Mountain's Majesty #A271BB
RGB
CMYK
RGB Variations
Color information
#A271BB (or 0xA271BB) is known color: Purple Mountain's Majesty. HEX triplet: A2, 71 and BB. RGB value is (162,113,187). Sum of RGB (Red+Green+Blue) = 162+113+187=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #A271BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271BB is #5D8E44. Grayscale: #878787. Windows color (decimal): -6131269 or 12284322. OLE color: 12284322.
HSL color Cylindrical-coordinate representation of color #A271BB: hue angle of 279.73º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A271BB is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 113 | 187 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.27 |
| HSL | 279.73º | 0.35% | 0.59% | - |
| HSV(B) | 279.73º | 0.4% | 0.73% | - |
| XYZ | 29.78 | 23.08 | 49.9 | - |
| YUV | 136.09 | 156.73 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 187 | 0.13 | 0.40 | 0 | 0.27 | 279.73 | 0.35 | 0.59 |
| Hex | A2 | 71 | BB | D | 28 | 0 | 1B | 118 | 23 | 3B |
| Octal | 242 | 161 | 273 | 15 | 50 | 0 | 33 | 430 | 43 | 73 |
| Binary | 10100010 | 1110001 | 10111011 | 1101 | 101000 | 0 | 11011 | 100011000 | 100011 | 111011 |
Color Harmonies of #A271BB
Complementary color
Monochromatic Colors of #A271BB
Black with #A271BB
Text Example
Text Example
White with #A271BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A271BB; }
p { color: rgb(162,113,187); }
H1.HeaderClassName
{
color: #A271BB;
}
.AnyTagClassName
{
color: #A271BB;
}
</style>
background-color css
<style>
a { background-color: #A271BB; }
a { background-color: rgb(162,113,187); }
div.DivClassName
{
background-color: #A271BB;
}
.BgClassName
{
background-color: #A271BB;
}
</style>
border-color css
<style>
span { border-color: #A271BB; }
span { border-color: rgb(162,113,187); }
td.TdClassName
{
border-color: #A271BB;
}
.TagClassName
{
border-color: #A271BB;
}
</style>