Html Css Color HEX #A272BD Purple Mountain's Majesty
📋 copy color: '#A272BD'red 162 ◦ green 114 ◦ blue 189
Shades of Purple Mountain's Majesty #A272BD
Tints of Purple Mountain's Majesty #A272BD
RGB
CMYK
RGB Variations
Color information
#A272BD (or 0xA272BD) is known color: Purple Mountain's Majesty. HEX triplet: A2, 72 and BD. RGB value is (162,114,189). Sum of RGB (Red+Green+Blue) = 162+114+189=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #A272BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272BD is #5D8D42. Grayscale: #888888. Windows color (decimal): -6131011 or 12415650. OLE color: 12415650.
HSL color Cylindrical-coordinate representation of color #A272BD: hue angle of 278.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 #A272BD is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 114 | 189 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.26 |
| HSL | 278.4º | 0.36% | 0.59% | - |
| HSV(B) | 278.4º | 0.4% | 0.74% | - |
| XYZ | 30.1 | 23.39 | 51.07 | - |
| YUV | 136.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 189 | 0.14 | 0.40 | 0 | 0.26 | 278.4 | 0.36 | 0.59 |
| Hex | A2 | 72 | BD | E | 28 | 0 | 1A | 116 | 24 | 3B |
| Octal | 242 | 162 | 275 | 16 | 50 | 0 | 32 | 426 | 44 | 73 |
| Binary | 10100010 | 1110010 | 10111101 | 1110 | 101000 | 0 | 11010 | 100010110 | 100100 | 111011 |
Color Harmonies of #A272BD
Complementary color
Monochromatic Colors of #A272BD
Black with #A272BD
Text Example
Text Example
White with #A272BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A272BD; }
p { color: rgb(162,114,189); }
H1.HeaderClassName
{
color: #A272BD;
}
.AnyTagClassName
{
color: #A272BD;
}
</style>
background-color css
<style>
a { background-color: #A272BD; }
a { background-color: rgb(162,114,189); }
div.DivClassName
{
background-color: #A272BD;
}
.BgClassName
{
background-color: #A272BD;
}
</style>
border-color css
<style>
span { border-color: #A272BD; }
span { border-color: rgb(162,114,189); }
td.TdClassName
{
border-color: #A272BD;
}
.TagClassName
{
border-color: #A272BD;
}
</style>