Html Css Color HEX #A178BD Purple Mountain's Majesty
📋 copy color: '#A178BD'red 161 ◦ green 120 ◦ blue 189
Shades of Purple Mountain's Majesty #A178BD
Tints of Purple Mountain's Majesty #A178BD
RGB
CMYK
RGB Variations
Color information
#A178BD (or 0xA178BD) is known color: Purple Mountain's Majesty. HEX triplet: A1, 78 and BD. RGB value is (161,120,189). Sum of RGB (Red+Green+Blue) = 161+120+189=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #A178BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A178BD is #5E8742. Grayscale: #8B8B8B. Windows color (decimal): -6195011 or 12417185. OLE color: 12417185.
HSL color Cylindrical-coordinate representation of color #A178BD: hue angle of 275.65º 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 #A178BD is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 120 | 189 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.26 |
| HSL | 275.65º | 0.34% | 0.61% | - |
| HSV(B) | 275.65º | 0.37% | 0.74% | - |
| XYZ | 30.6 | 24.68 | 51.3 | - |
| YUV | 140.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 189 | 0.15 | 0.37 | 0 | 0.26 | 275.65 | 0.34 | 0.61 |
| Hex | A1 | 78 | BD | F | 25 | 0 | 1A | 114 | 22 | 3D |
| Octal | 241 | 170 | 275 | 17 | 45 | 0 | 32 | 424 | 42 | 75 |
| Binary | 10100001 | 1111000 | 10111101 | 1111 | 100101 | 0 | 11010 | 100010100 | 100010 | 111101 |
Color Harmonies of #A178BD
Complementary color
Monochromatic Colors of #A178BD
Black with #A178BD
Text Example
Text Example
White with #A178BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A178BD; }
p { color: rgb(161,120,189); }
H1.HeaderClassName
{
color: #A178BD;
}
.AnyTagClassName
{
color: #A178BD;
}
</style>
background-color css
<style>
a { background-color: #A178BD; }
a { background-color: rgb(161,120,189); }
div.DivClassName
{
background-color: #A178BD;
}
.BgClassName
{
background-color: #A178BD;
}
</style>
border-color css
<style>
span { border-color: #A178BD; }
span { border-color: rgb(161,120,189); }
td.TdClassName
{
border-color: #A178BD;
}
.TagClassName
{
border-color: #A178BD;
}
</style>