Html Css Color HEX #A478BD Purple Mountain's Majesty
📋 copy color: '#A478BD'red 164 ◦ green 120 ◦ blue 189
Shades of Purple Mountain's Majesty #A478BD
Tints of Purple Mountain's Majesty #A478BD
RGB
CMYK
RGB Variations
Color information
#A478BD (or 0xA478BD) is known color: Purple Mountain's Majesty. HEX triplet: A4, 78 and BD. RGB value is (164,120,189). Sum of RGB (Red+Green+Blue) = 164+120+189=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #A478BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478BD is #5B8742. Grayscale: #8C8C8C. Windows color (decimal): -5998403 or 12417188. OLE color: 12417188.
HSL color Cylindrical-coordinate representation of color #A478BD: hue angle of 278.26º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A478BD is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 120 | 189 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.26 |
| HSL | 278.26º | 0.34% | 0.61% | - |
| HSV(B) | 278.26º | 0.37% | 0.74% | - |
| XYZ | 31.21 | 25 | 51.32 | - |
| YUV | 141.02 | 155.08 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 189 | 0.13 | 0.37 | 0 | 0.26 | 278.26 | 0.34 | 0.61 |
| Hex | A4 | 78 | BD | D | 25 | 0 | 1A | 116 | 22 | 3D |
| Octal | 244 | 170 | 275 | 15 | 45 | 0 | 32 | 426 | 42 | 75 |
| Binary | 10100100 | 1111000 | 10111101 | 1101 | 100101 | 0 | 11010 | 100010110 | 100010 | 111101 |
Color Harmonies of #A478BD
Complementary color
Monochromatic Colors of #A478BD
Black with #A478BD
Text Example
Text Example
White with #A478BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A478BD; }
p { color: rgb(164,120,189); }
H1.HeaderClassName
{
color: #A478BD;
}
.AnyTagClassName
{
color: #A478BD;
}
</style>
background-color css
<style>
a { background-color: #A478BD; }
a { background-color: rgb(164,120,189); }
div.DivClassName
{
background-color: #A478BD;
}
.BgClassName
{
background-color: #A478BD;
}
</style>
border-color css
<style>
span { border-color: #A478BD; }
span { border-color: rgb(164,120,189); }
td.TdClassName
{
border-color: #A478BD;
}
.TagClassName
{
border-color: #A478BD;
}
</style>