Html Css Color HEX #A479C2 Purple Mountain's Majesty
📋 copy color: '#A479C2'red 164 ◦ green 121 ◦ blue 194
Shades of Purple Mountain's Majesty #A479C2
Tints of Purple Mountain's Majesty #A479C2
RGB
CMYK
RGB Variations
Color information
#A479C2 (or 0xA479C2) is known color: Purple Mountain's Majesty. HEX triplet: A4, 79 and C2. RGB value is (164,121,194). Sum of RGB (Red+Green+Blue) = 164+121+194=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #A479C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A479C2 is #5B863D. Grayscale: #8D8D8D. Windows color (decimal): -5998142 or 12745124. OLE color: 12745124.
HSL color Cylindrical-coordinate representation of color #A479C2: hue angle of 275.34º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A479C2 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 121 | 194 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.24 |
| HSL | 275.34º | 0.37% | 0.62% | - |
| HSV(B) | 275.34º | 0.38% | 0.76% | - |
| XYZ | 31.88 | 25.46 | 54.27 | - |
| YUV | 142.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 121 | 194 | 0.15 | 0.38 | 0 | 0.24 | 275.34 | 0.37 | 0.62 |
| Hex | A4 | 79 | C2 | F | 26 | 0 | 18 | 113 | 25 | 3E |
| Octal | 244 | 171 | 302 | 17 | 46 | 0 | 30 | 423 | 45 | 76 |
| Binary | 10100100 | 1111001 | 11000010 | 1111 | 100110 | 0 | 11000 | 100010011 | 100101 | 111110 |
Color Harmonies of #A479C2
Complementary color
Monochromatic Colors of #A479C2
Black with #A479C2
Text Example
Text Example
White with #A479C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A479C2; }
p { color: rgb(164,121,194); }
H1.HeaderClassName
{
color: #A479C2;
}
.AnyTagClassName
{
color: #A479C2;
}
</style>
background-color css
<style>
a { background-color: #A479C2; }
a { background-color: rgb(164,121,194); }
div.DivClassName
{
background-color: #A479C2;
}
.BgClassName
{
background-color: #A479C2;
}
</style>
border-color css
<style>
span { border-color: #A479C2; }
span { border-color: rgb(164,121,194); }
td.TdClassName
{
border-color: #A479C2;
}
.TagClassName
{
border-color: #A479C2;
}
</style>