Html Css Color HEX #A476C4 Purple Mountain's Majesty
📋 copy color: '#A476C4'red 164 ◦ green 118 ◦ blue 196
Shades of Purple Mountain's Majesty #A476C4
Tints of Purple Mountain's Majesty #A476C4
RGB
CMYK
RGB Variations
Color information
#A476C4 (or 0xA476C4) is known color: Purple Mountain's Majesty. HEX triplet: A4, 76 and C4. RGB value is (164,118,196). Sum of RGB (Red+Green+Blue) = 164+118+196=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 196 - color contains mainly: blue. Hex color #A476C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A476C4 is #5B893B. Grayscale: #8C8C8C. Windows color (decimal): -5998908 or 12875428. OLE color: 12875428.
HSL color Cylindrical-coordinate representation of color #A476C4: hue angle of 275.38º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A476C4 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 118 | 196 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.23 |
| HSL | 275.38º | 0.4% | 0.62% | - |
| HSV(B) | 275.38º | 0.4% | 0.77% | - |
| XYZ | 31.75 | 24.83 | 55.34 | - |
| YUV | 140.65 | 159.24 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 196 | 0.16 | 0.40 | 0 | 0.23 | 275.38 | 0.4 | 0.62 |
| Hex | A4 | 76 | C4 | 10 | 28 | 0 | 17 | 113 | 28 | 3E |
| Octal | 244 | 166 | 304 | 20 | 50 | 0 | 27 | 423 | 50 | 76 |
| Binary | 10100100 | 1110110 | 11000100 | 10000 | 101000 | 0 | 10111 | 100010011 | 101000 | 111110 |
Color Harmonies of #A476C4
Complementary color
Monochromatic Colors of #A476C4
Black with #A476C4
Text Example
Text Example
White with #A476C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A476C4; }
p { color: rgb(164,118,196); }
H1.HeaderClassName
{
color: #A476C4;
}
.AnyTagClassName
{
color: #A476C4;
}
</style>
background-color css
<style>
a { background-color: #A476C4; }
a { background-color: rgb(164,118,196); }
div.DivClassName
{
background-color: #A476C4;
}
.BgClassName
{
background-color: #A476C4;
}
</style>
border-color css
<style>
span { border-color: #A476C4; }
span { border-color: rgb(164,118,196); }
td.TdClassName
{
border-color: #A476C4;
}
.TagClassName
{
border-color: #A476C4;
}
</style>