Html Css Color HEX #A17DBE Purple Mountain's Majesty
📋 copy color: '#A17DBE'red 161 ◦ green 125 ◦ blue 190
Shades of Purple Mountain's Majesty #A17DBE
Tints of Purple Mountain's Majesty #A17DBE
RGB
CMYK
RGB Variations
Color information
#A17DBE (or 0xA17DBE) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7D and BE. RGB value is (161,125,190). Sum of RGB (Red+Green+Blue) = 161+125+190=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #A17DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17DBE is #5E8241. Grayscale: #8E8E8E. Windows color (decimal): -6193730 or 12484001. OLE color: 12484001.
HSL color Cylindrical-coordinate representation of color #A17DBE: hue angle of 273.23º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A17DBE is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 125 | 190 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.25 |
| HSL | 273.23º | 0.33% | 0.62% | - |
| HSV(B) | 273.23º | 0.34% | 0.75% | - |
| XYZ | 31.33 | 25.96 | 52.08 | - |
| YUV | 143.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 190 | 0.15 | 0.34 | 0 | 0.25 | 273.23 | 0.33 | 0.62 |
| Hex | A1 | 7D | BE | F | 22 | 0 | 19 | 111 | 21 | 3E |
| Octal | 241 | 175 | 276 | 17 | 42 | 0 | 31 | 421 | 41 | 76 |
| Binary | 10100001 | 1111101 | 10111110 | 1111 | 100010 | 0 | 11001 | 100010001 | 100001 | 111110 |
Color Harmonies of #A17DBE
Complementary color
Monochromatic Colors of #A17DBE
Black with #A17DBE
Text Example
Text Example
White with #A17DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17DBE; }
p { color: rgb(161,125,190); }
H1.HeaderClassName
{
color: #A17DBE;
}
.AnyTagClassName
{
color: #A17DBE;
}
</style>
background-color css
<style>
a { background-color: #A17DBE; }
a { background-color: rgb(161,125,190); }
div.DivClassName
{
background-color: #A17DBE;
}
.BgClassName
{
background-color: #A17DBE;
}
</style>
border-color css
<style>
span { border-color: #A17DBE; }
span { border-color: rgb(161,125,190); }
td.TdClassName
{
border-color: #A17DBE;
}
.TagClassName
{
border-color: #A17DBE;
}
</style>