Html Css Color HEX #A17FBD Purple Mountain's Majesty
📋 copy color: '#A17FBD'red 161 ◦ green 127 ◦ blue 189
Shades of Purple Mountain's Majesty #A17FBD
Tints of Purple Mountain's Majesty #A17FBD
RGB
CMYK
RGB Variations
Color information
#A17FBD (or 0xA17FBD) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7F and BD. RGB value is (161,127,189). Sum of RGB (Red+Green+Blue) = 161+127+189=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #A17FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FBD is #5E8042. Grayscale: #909090. Windows color (decimal): -6193219 or 12418977. OLE color: 12418977.
HSL color Cylindrical-coordinate representation of color #A17FBD: hue angle of 272.9º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A17FBD is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 127 | 189 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.26 |
| HSL | 272.9º | 0.32% | 0.62% | - |
| HSV(B) | 272.9º | 0.33% | 0.74% | - |
| XYZ | 31.47 | 26.43 | 51.59 | - |
| YUV | 144.23 | 153.26 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 189 | 0.15 | 0.33 | 0 | 0.26 | 272.9 | 0.32 | 0.62 |
| Hex | A1 | 7F | BD | F | 21 | 0 | 1A | 111 | 20 | 3E |
| Octal | 241 | 177 | 275 | 17 | 41 | 0 | 32 | 421 | 40 | 76 |
| Binary | 10100001 | 1111111 | 10111101 | 1111 | 100001 | 0 | 11010 | 100010001 | 100000 | 111110 |
Color Harmonies of #A17FBD
Complementary color
Monochromatic Colors of #A17FBD
Black with #A17FBD
Text Example
Text Example
White with #A17FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17FBD; }
p { color: rgb(161,127,189); }
H1.HeaderClassName
{
color: #A17FBD;
}
.AnyTagClassName
{
color: #A17FBD;
}
</style>
background-color css
<style>
a { background-color: #A17FBD; }
a { background-color: rgb(161,127,189); }
div.DivClassName
{
background-color: #A17FBD;
}
.BgClassName
{
background-color: #A17FBD;
}
</style>
border-color css
<style>
span { border-color: #A17FBD; }
span { border-color: rgb(161,127,189); }
td.TdClassName
{
border-color: #A17FBD;
}
.TagClassName
{
border-color: #A17FBD;
}
</style>