Html Css Color HEX #A271BF Purple Mountain's Majesty
📋 copy color: '#A271BF'red 162 ◦ green 113 ◦ blue 191
Shades of Purple Mountain's Majesty #A271BF
Tints of Purple Mountain's Majesty #A271BF
RGB
CMYK
RGB Variations
Color information
#A271BF (or 0xA271BF) is known color: Purple Mountain's Majesty. HEX triplet: A2, 71 and BF. RGB value is (162,113,191). Sum of RGB (Red+Green+Blue) = 162+113+191=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #A271BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271BF is #5D8E40. Grayscale: #888888. Windows color (decimal): -6131265 or 12546466. OLE color: 12546466.
HSL color Cylindrical-coordinate representation of color #A271BF: hue angle of 277.69º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A271BF is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 113 | 191 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.25 |
| HSL | 277.69º | 0.38% | 0.6% | - |
| HSV(B) | 277.69º | 0.41% | 0.75% | - |
| XYZ | 30.21 | 23.25 | 52.19 | - |
| YUV | 136.54 | 158.73 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 191 | 0.15 | 0.41 | 0 | 0.25 | 277.69 | 0.38 | 0.6 |
| Hex | A2 | 71 | BF | F | 29 | 0 | 19 | 116 | 26 | 3C |
| Octal | 242 | 161 | 277 | 17 | 51 | 0 | 31 | 426 | 46 | 74 |
| Binary | 10100010 | 1110001 | 10111111 | 1111 | 101001 | 0 | 11001 | 100010110 | 100110 | 111100 |
Color Harmonies of #A271BF
Complementary color
Monochromatic Colors of #A271BF
Black with #A271BF
Text Example
Text Example
White with #A271BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A271BF; }
p { color: rgb(162,113,191); }
H1.HeaderClassName
{
color: #A271BF;
}
.AnyTagClassName
{
color: #A271BF;
}
</style>
background-color css
<style>
a { background-color: #A271BF; }
a { background-color: rgb(162,113,191); }
div.DivClassName
{
background-color: #A271BF;
}
.BgClassName
{
background-color: #A271BF;
}
</style>
border-color css
<style>
span { border-color: #A271BF; }
span { border-color: rgb(162,113,191); }
td.TdClassName
{
border-color: #A271BF;
}
.TagClassName
{
border-color: #A271BF;
}
</style>