Html Css Color HEX #A17BBC Purple Mountain's Majesty
📋 copy color: '#A17BBC'red 161 ◦ green 123 ◦ blue 188
Shades of Purple Mountain's Majesty #A17BBC
Tints of Purple Mountain's Majesty #A17BBC
RGB
CMYK
RGB Variations
Color information
#A17BBC (or 0xA17BBC) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7B and BC. RGB value is (161,123,188). Sum of RGB (Red+Green+Blue) = 161+123+188=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 123 (48.44% from 255 or 26.06% 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 #A17BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BBC is #5E8443. Grayscale: #8D8D8D. Windows color (decimal): -6194244 or 12352417. OLE color: 12352417.
HSL color Cylindrical-coordinate representation of color #A17BBC: hue angle of 275.08º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A17BBC is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 123 | 188 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.26 |
| HSL | 275.08º | 0.33% | 0.61% | - |
| HSV(B) | 275.08º | 0.35% | 0.74% | - |
| XYZ | 30.86 | 25.37 | 50.85 | - |
| YUV | 141.77 | 154.09 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 188 | 0.14 | 0.35 | 0 | 0.26 | 275.08 | 0.33 | 0.61 |
| Hex | A1 | 7B | BC | E | 23 | 0 | 1A | 113 | 21 | 3D |
| Octal | 241 | 173 | 274 | 16 | 43 | 0 | 32 | 423 | 41 | 75 |
| Binary | 10100001 | 1111011 | 10111100 | 1110 | 100011 | 0 | 11010 | 100010011 | 100001 | 111101 |
Color Harmonies of #A17BBC
Complementary color
Monochromatic Colors of #A17BBC
Black with #A17BBC
Text Example
Text Example
White with #A17BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17BBC; }
p { color: rgb(161,123,188); }
H1.HeaderClassName
{
color: #A17BBC;
}
.AnyTagClassName
{
color: #A17BBC;
}
</style>
background-color css
<style>
a { background-color: #A17BBC; }
a { background-color: rgb(161,123,188); }
div.DivClassName
{
background-color: #A17BBC;
}
.BgClassName
{
background-color: #A17BBC;
}
</style>
border-color css
<style>
span { border-color: #A17BBC; }
span { border-color: rgb(161,123,188); }
td.TdClassName
{
border-color: #A17BBC;
}
.TagClassName
{
border-color: #A17BBC;
}
</style>