Html Css Color HEX #A27AC2 Purple Mountain's Majesty
📋 copy color: '#A27AC2'red 162 ◦ green 122 ◦ blue 194
Shades of Purple Mountain's Majesty #A27AC2
Tints of Purple Mountain's Majesty #A27AC2
RGB
CMYK
RGB Variations
Color information
#A27AC2 (or 0xA27AC2) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7A and C2. RGB value is (162,122,194). Sum of RGB (Red+Green+Blue) = 162+122+194=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 194 - color contains mainly: blue. Hex color #A27AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27AC2 is #5D853D. Grayscale: #8D8D8D. Windows color (decimal): -6128958 or 12745378. OLE color: 12745378.
HSL color Cylindrical-coordinate representation of color #A27AC2: hue angle of 273.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A27AC2 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 122 | 194 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.24 |
| HSL | 273.33º | 0.37% | 0.62% | - |
| HSV(B) | 273.33º | 0.37% | 0.76% | - |
| XYZ | 31.6 | 25.5 | 54.29 | - |
| YUV | 142.17 | 157.25 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 194 | 0.16 | 0.37 | 0 | 0.24 | 273.33 | 0.37 | 0.62 |
| Hex | A2 | 7A | C2 | 10 | 25 | 0 | 18 | 111 | 25 | 3E |
| Octal | 242 | 172 | 302 | 20 | 45 | 0 | 30 | 421 | 45 | 76 |
| Binary | 10100010 | 1111010 | 11000010 | 10000 | 100101 | 0 | 11000 | 100010001 | 100101 | 111110 |
Color Harmonies of #A27AC2
Complementary color
Monochromatic Colors of #A27AC2
Black with #A27AC2
Text Example
Text Example
White with #A27AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27AC2; }
p { color: rgb(162,122,194); }
H1.HeaderClassName
{
color: #A27AC2;
}
.AnyTagClassName
{
color: #A27AC2;
}
</style>
background-color css
<style>
a { background-color: #A27AC2; }
a { background-color: rgb(162,122,194); }
div.DivClassName
{
background-color: #A27AC2;
}
.BgClassName
{
background-color: #A27AC2;
}
</style>
border-color css
<style>
span { border-color: #A27AC2; }
span { border-color: rgb(162,122,194); }
td.TdClassName
{
border-color: #A27AC2;
}
.TagClassName
{
border-color: #A27AC2;
}
</style>