Html Css Color HEX #A272BF Purple Mountain's Majesty
📋 copy color: '#A272BF'red 162 ◦ green 114 ◦ blue 191
Shades of Purple Mountain's Majesty #A272BF
Tints of Purple Mountain's Majesty #A272BF
RGB
CMYK
RGB Variations
Color information
#A272BF (or 0xA272BF) is known color: Purple Mountain's Majesty. HEX triplet: A2, 72 and BF. RGB value is (162,114,191). Sum of RGB (Red+Green+Blue) = 162+114+191=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #A272BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272BF is #5D8D40. Grayscale: #888888. Windows color (decimal): -6131009 or 12546722. OLE color: 12546722.
HSL color Cylindrical-coordinate representation of color #A272BF: hue angle of 277.4º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A272BF is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 114 | 191 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.25 |
| HSL | 277.4º | 0.38% | 0.6% | - |
| HSV(B) | 277.4º | 0.4% | 0.75% | - |
| XYZ | 30.32 | 23.48 | 52.22 | - |
| YUV | 137.13 | 158.4 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 191 | 0.15 | 0.40 | 0 | 0.25 | 277.4 | 0.38 | 0.6 |
| Hex | A2 | 72 | BF | F | 28 | 0 | 19 | 115 | 26 | 3C |
| Octal | 242 | 162 | 277 | 17 | 50 | 0 | 31 | 425 | 46 | 74 |
| Binary | 10100010 | 1110010 | 10111111 | 1111 | 101000 | 0 | 11001 | 100010101 | 100110 | 111100 |
Color Harmonies of #A272BF
Complementary color
Monochromatic Colors of #A272BF
Black with #A272BF
Text Example
Text Example
White with #A272BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A272BF; }
p { color: rgb(162,114,191); }
H1.HeaderClassName
{
color: #A272BF;
}
.AnyTagClassName
{
color: #A272BF;
}
</style>
background-color css
<style>
a { background-color: #A272BF; }
a { background-color: rgb(162,114,191); }
div.DivClassName
{
background-color: #A272BF;
}
.BgClassName
{
background-color: #A272BF;
}
</style>
border-color css
<style>
span { border-color: #A272BF; }
span { border-color: rgb(162,114,191); }
td.TdClassName
{
border-color: #A272BF;
}
.TagClassName
{
border-color: #A272BF;
}
</style>