Html Css Color HEX #A478BC Purple Mountain's Majesty
📋 copy color: '#A478BC'red 164 ◦ green 120 ◦ blue 188
Shades of Purple Mountain's Majesty #A478BC
Tints of Purple Mountain's Majesty #A478BC
RGB
CMYK
RGB Variations
Color information
#A478BC (or 0xA478BC) is known color: Purple Mountain's Majesty. HEX triplet: A4, 78 and BC. RGB value is (164,120,188). Sum of RGB (Red+Green+Blue) = 164+120+188=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #A478BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478BC is #5B8743. Grayscale: #8C8C8C. Windows color (decimal): -5998404 or 12351652. OLE color: 12351652.
HSL color Cylindrical-coordinate representation of color #A478BC: hue angle of 278.82º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A478BC is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 120 | 188 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.26 |
| HSL | 278.82º | 0.34% | 0.6% | - |
| HSV(B) | 278.82º | 0.36% | 0.74% | - |
| XYZ | 31.1 | 24.96 | 50.75 | - |
| YUV | 140.91 | 154.58 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 188 | 0.13 | 0.36 | 0 | 0.26 | 278.82 | 0.34 | 0.6 |
| Hex | A4 | 78 | BC | D | 24 | 0 | 1A | 117 | 22 | 3C |
| Octal | 244 | 170 | 274 | 15 | 44 | 0 | 32 | 427 | 42 | 74 |
| Binary | 10100100 | 1111000 | 10111100 | 1101 | 100100 | 0 | 11010 | 100010111 | 100010 | 111100 |
Color Harmonies of #A478BC
Complementary color
Monochromatic Colors of #A478BC
Black with #A478BC
Text Example
Text Example
White with #A478BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A478BC; }
p { color: rgb(164,120,188); }
H1.HeaderClassName
{
color: #A478BC;
}
.AnyTagClassName
{
color: #A478BC;
}
</style>
background-color css
<style>
a { background-color: #A478BC; }
a { background-color: rgb(164,120,188); }
div.DivClassName
{
background-color: #A478BC;
}
.BgClassName
{
background-color: #A478BC;
}
</style>
border-color css
<style>
span { border-color: #A478BC; }
span { border-color: rgb(164,120,188); }
td.TdClassName
{
border-color: #A478BC;
}
.TagClassName
{
border-color: #A478BC;
}
</style>