Html Css Color HEX #A279B5 Purple Mountain's Majesty
📋 copy color: '#A279B5'red 162 ◦ green 121 ◦ blue 181
Shades of Purple Mountain's Majesty #A279B5
Tints of Purple Mountain's Majesty #A279B5
RGB
CMYK
RGB Variations
Color information
#A279B5 (or 0xA279B5) is known color: Purple Mountain's Majesty. HEX triplet: A2, 79 and B5. RGB value is (162,121,181). Sum of RGB (Red+Green+Blue) = 162+121+181=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 181 - color contains mainly: blue. Hex color #A279B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A279B5 is #5D864A. Grayscale: #8B8B8B. Windows color (decimal): -6129227 or 11893154. OLE color: 11893154.
HSL color Cylindrical-coordinate representation of color #A279B5: hue angle of 281º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A279B5 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 121 | 181 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.29 |
| HSL | 281º | 0.29% | 0.59% | - |
| HSV(B) | 281º | 0.33% | 0.71% | - |
| XYZ | 30.08 | 24.69 | 46.9 | - |
| YUV | 140.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 121 | 181 | 0.10 | 0.33 | 0 | 0.29 | 281 | 0.29 | 0.59 |
| Hex | A2 | 79 | B5 | A | 21 | 0 | 1D | 119 | 1D | 3B |
| Octal | 242 | 171 | 265 | 12 | 41 | 0 | 35 | 431 | 35 | 73 |
| Binary | 10100010 | 1111001 | 10110101 | 1010 | 100001 | 0 | 11101 | 100011001 | 11101 | 111011 |
Color Harmonies of #A279B5
Complementary color
Monochromatic Colors of #A279B5
Black with #A279B5
Text Example
Text Example
White with #A279B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A279B5; }
p { color: rgb(162,121,181); }
H1.HeaderClassName
{
color: #A279B5;
}
.AnyTagClassName
{
color: #A279B5;
}
</style>
background-color css
<style>
a { background-color: #A279B5; }
a { background-color: rgb(162,121,181); }
div.DivClassName
{
background-color: #A279B5;
}
.BgClassName
{
background-color: #A279B5;
}
</style>
border-color css
<style>
span { border-color: #A279B5; }
span { border-color: rgb(162,121,181); }
td.TdClassName
{
border-color: #A279B5;
}
.TagClassName
{
border-color: #A279B5;
}
</style>