Html Css Color HEX #A479C1 Purple Mountain's Majesty
📋 copy color: '#A479C1'red 164 ◦ green 121 ◦ blue 193
Shades of Purple Mountain's Majesty #A479C1
Tints of Purple Mountain's Majesty #A479C1
RGB
CMYK
RGB Variations
Color information
#A479C1 (or 0xA479C1) is known color: Purple Mountain's Majesty. HEX triplet: A4, 79 and C1. RGB value is (164,121,193). Sum of RGB (Red+Green+Blue) = 164+121+193=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #A479C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A479C1 is #5B863E. Grayscale: #8D8D8D. Windows color (decimal): -5998143 or 12679588. OLE color: 12679588.
HSL color Cylindrical-coordinate representation of color #A479C1: hue angle of 275.83º 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 #A479C1 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 121 | 193 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.24 |
| HSL | 275.83º | 0.37% | 0.62% | - |
| HSV(B) | 275.83º | 0.37% | 0.76% | - |
| XYZ | 31.77 | 25.42 | 53.68 | - |
| YUV | 142.07 | 156.75 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 121 | 193 | 0.15 | 0.37 | 0 | 0.24 | 275.83 | 0.37 | 0.62 |
| Hex | A4 | 79 | C1 | F | 25 | 0 | 18 | 114 | 25 | 3E |
| Octal | 244 | 171 | 301 | 17 | 45 | 0 | 30 | 424 | 45 | 76 |
| Binary | 10100100 | 1111001 | 11000001 | 1111 | 100101 | 0 | 11000 | 100010100 | 100101 | 111110 |
Color Harmonies of #A479C1
Complementary color
Monochromatic Colors of #A479C1
Black with #A479C1
Text Example
Text Example
White with #A479C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A479C1; }
p { color: rgb(164,121,193); }
H1.HeaderClassName
{
color: #A479C1;
}
.AnyTagClassName
{
color: #A479C1;
}
</style>
background-color css
<style>
a { background-color: #A479C1; }
a { background-color: rgb(164,121,193); }
div.DivClassName
{
background-color: #A479C1;
}
.BgClassName
{
background-color: #A479C1;
}
</style>
border-color css
<style>
span { border-color: #A479C1; }
span { border-color: rgb(164,121,193); }
td.TdClassName
{
border-color: #A479C1;
}
.TagClassName
{
border-color: #A479C1;
}
</style>