Html Css Color HEX #A178B3 Purple Mountain's Majesty
📋 copy color: '#A178B3'red 161 ◦ green 120 ◦ blue 179
Shades of Purple Mountain's Majesty #A178B3
Tints of Purple Mountain's Majesty #A178B3
RGB
CMYK
RGB Variations
Color information
#A178B3 (or 0xA178B3) is known color: Purple Mountain's Majesty. HEX triplet: A1, 78 and B3. RGB value is (161,120,179). Sum of RGB (Red+Green+Blue) = 161+120+179=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 179 - color contains mainly: blue. Hex color #A178B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A178B3 is #5E874C. Grayscale: #8A8A8A. Windows color (decimal): -6195021 or 11761825. OLE color: 11761825.
HSL color Cylindrical-coordinate representation of color #A178B3: hue angle of 281.69º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A178B3 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 120 | 179 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.30 |
| HSL | 281.69º | 0.28% | 0.59% | - |
| HSV(B) | 281.69º | 0.33% | 0.7% | - |
| XYZ | 29.55 | 24.26 | 45.77 | - |
| YUV | 138.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 179 | 0.10 | 0.33 | 0 | 0.30 | 281.69 | 0.28 | 0.59 |
| Hex | A1 | 78 | B3 | A | 21 | 0 | 1E | 11A | 1C | 3B |
| Octal | 241 | 170 | 263 | 12 | 41 | 0 | 36 | 432 | 34 | 73 |
| Binary | 10100001 | 1111000 | 10110011 | 1010 | 100001 | 0 | 11110 | 100011010 | 11100 | 111011 |
Color Harmonies of #A178B3
Complementary color
Monochromatic Colors of #A178B3
Black with #A178B3
Text Example
Text Example
White with #A178B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A178B3; }
p { color: rgb(161,120,179); }
H1.HeaderClassName
{
color: #A178B3;
}
.AnyTagClassName
{
color: #A178B3;
}
</style>
background-color css
<style>
a { background-color: #A178B3; }
a { background-color: rgb(161,120,179); }
div.DivClassName
{
background-color: #A178B3;
}
.BgClassName
{
background-color: #A178B3;
}
</style>
border-color css
<style>
span { border-color: #A178B3; }
span { border-color: rgb(161,120,179); }
td.TdClassName
{
border-color: #A178B3;
}
.TagClassName
{
border-color: #A178B3;
}
</style>