Html Css Color HEX #A272C1 Purple Mountain's Majesty
📋 copy color: '#A272C1'red 162 ◦ green 114 ◦ blue 193
Shades of Purple Mountain's Majesty #A272C1
Tints of Purple Mountain's Majesty #A272C1
RGB
CMYK
RGB Variations
Color information
#A272C1 (or 0xA272C1) is known color: Purple Mountain's Majesty. HEX triplet: A2, 72 and C1. RGB value is (162,114,193). Sum of RGB (Red+Green+Blue) = 162+114+193=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #A272C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272C1 is #5D8D3E. Grayscale: #898989. Windows color (decimal): -6131007 or 12677794. OLE color: 12677794.
HSL color Cylindrical-coordinate representation of color #A272C1: hue angle of 276.46º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A272C1 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 114 | 193 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.24 |
| HSL | 276.46º | 0.39% | 0.6% | - |
| HSV(B) | 276.46º | 0.41% | 0.76% | - |
| XYZ | 30.54 | 23.57 | 53.39 | - |
| YUV | 137.36 | 159.4 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 193 | 0.16 | 0.41 | 0 | 0.24 | 276.46 | 0.39 | 0.6 |
| Hex | A2 | 72 | C1 | 10 | 29 | 0 | 18 | 114 | 27 | 3C |
| Octal | 242 | 162 | 301 | 20 | 51 | 0 | 30 | 424 | 47 | 74 |
| Binary | 10100010 | 1110010 | 11000001 | 10000 | 101001 | 0 | 11000 | 100010100 | 100111 | 111100 |
Color Harmonies of #A272C1
Complementary color
Monochromatic Colors of #A272C1
Black with #A272C1
Text Example
Text Example
White with #A272C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A272C1; }
p { color: rgb(162,114,193); }
H1.HeaderClassName
{
color: #A272C1;
}
.AnyTagClassName
{
color: #A272C1;
}
</style>
background-color css
<style>
a { background-color: #A272C1; }
a { background-color: rgb(162,114,193); }
div.DivClassName
{
background-color: #A272C1;
}
.BgClassName
{
background-color: #A272C1;
}
</style>
border-color css
<style>
span { border-color: #A272C1; }
span { border-color: rgb(162,114,193); }
td.TdClassName
{
border-color: #A272C1;
}
.TagClassName
{
border-color: #A272C1;
}
</style>