Html Css Color HEX #A17DBA Purple Mountain's Majesty
📋 copy color: '#A17DBA'red 161 ◦ green 125 ◦ blue 186
Shades of Purple Mountain's Majesty #A17DBA
Tints of Purple Mountain's Majesty #A17DBA
RGB
CMYK
RGB Variations
Color information
#A17DBA (or 0xA17DBA) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7D and BA. RGB value is (161,125,186). Sum of RGB (Red+Green+Blue) = 161+125+186=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #A17DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17DBA is #5E8245. Grayscale: #8E8E8E. Windows color (decimal): -6193734 or 12221857. OLE color: 12221857.
HSL color Cylindrical-coordinate representation of color #A17DBA: hue angle of 275.41º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A17DBA is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 125 | 186 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.27 |
| HSL | 275.41º | 0.31% | 0.61% | - |
| HSV(B) | 275.41º | 0.33% | 0.73% | - |
| XYZ | 30.89 | 25.79 | 49.8 | - |
| YUV | 142.72 | 152.43 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 186 | 0.13 | 0.33 | 0 | 0.27 | 275.41 | 0.31 | 0.61 |
| Hex | A1 | 7D | BA | D | 21 | 0 | 1B | 113 | 1F | 3D |
| Octal | 241 | 175 | 272 | 15 | 41 | 0 | 33 | 423 | 37 | 75 |
| Binary | 10100001 | 1111101 | 10111010 | 1101 | 100001 | 0 | 11011 | 100010011 | 11111 | 111101 |
Color Harmonies of #A17DBA
Complementary color
Monochromatic Colors of #A17DBA
Black with #A17DBA
Text Example
Text Example
White with #A17DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17DBA; }
p { color: rgb(161,125,186); }
H1.HeaderClassName
{
color: #A17DBA;
}
.AnyTagClassName
{
color: #A17DBA;
}
</style>
background-color css
<style>
a { background-color: #A17DBA; }
a { background-color: rgb(161,125,186); }
div.DivClassName
{
background-color: #A17DBA;
}
.BgClassName
{
background-color: #A17DBA;
}
</style>
border-color css
<style>
span { border-color: #A17DBA; }
span { border-color: rgb(161,125,186); }
td.TdClassName
{
border-color: #A17DBA;
}
.TagClassName
{
border-color: #A17DBA;
}
</style>