Html Css Color HEX #A279C0 Purple Mountain's Majesty
📋 copy color: '#A279C0'red 162 ◦ green 121 ◦ blue 192
Shades of Purple Mountain's Majesty #A279C0
Tints of Purple Mountain's Majesty #A279C0
RGB
CMYK
RGB Variations
Color information
#A279C0 (or 0xA279C0) is known color: Purple Mountain's Majesty. HEX triplet: A2, 79 and C0. RGB value is (162,121,192). Sum of RGB (Red+Green+Blue) = 162+121+192=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 192 - color contains mainly: blue. Hex color #A279C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A279C0 is #5D863F. Grayscale: #8D8D8D. Windows color (decimal): -6129216 or 12614050. OLE color: 12614050.
HSL color Cylindrical-coordinate representation of color #A279C0: hue angle of 274.65º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A279C0 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 121 | 192 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.25 |
| HSL | 274.65º | 0.36% | 0.61% | - |
| HSV(B) | 274.65º | 0.37% | 0.75% | - |
| XYZ | 31.25 | 25.16 | 53.08 | - |
| YUV | 141.35 | 156.58 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 121 | 192 | 0.16 | 0.37 | 0 | 0.25 | 274.65 | 0.36 | 0.61 |
| Hex | A2 | 79 | C0 | 10 | 25 | 0 | 19 | 113 | 24 | 3D |
| Octal | 242 | 171 | 300 | 20 | 45 | 0 | 31 | 423 | 44 | 75 |
| Binary | 10100010 | 1111001 | 11000000 | 10000 | 100101 | 0 | 11001 | 100010011 | 100100 | 111101 |
Color Harmonies of #A279C0
Complementary color
Monochromatic Colors of #A279C0
Black with #A279C0
Text Example
Text Example
White with #A279C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A279C0; }
p { color: rgb(162,121,192); }
H1.HeaderClassName
{
color: #A279C0;
}
.AnyTagClassName
{
color: #A279C0;
}
</style>
background-color css
<style>
a { background-color: #A279C0; }
a { background-color: rgb(162,121,192); }
div.DivClassName
{
background-color: #A279C0;
}
.BgClassName
{
background-color: #A279C0;
}
</style>
border-color css
<style>
span { border-color: #A279C0; }
span { border-color: rgb(162,121,192); }
td.TdClassName
{
border-color: #A279C0;
}
.TagClassName
{
border-color: #A279C0;
}
</style>