Html Css Color HEX #A175BD Purple Mountain's Majesty
📋 copy color: '#A175BD'red 161 ◦ green 117 ◦ blue 189
Shades of Purple Mountain's Majesty #A175BD
Tints of Purple Mountain's Majesty #A175BD
RGB
CMYK
RGB Variations
Color information
#A175BD (or 0xA175BD) is known color: Purple Mountain's Majesty. HEX triplet: A1, 75 and BD. RGB value is (161,117,189). Sum of RGB (Red+Green+Blue) = 161+117+189=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #A175BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175BD is #5E8A42. Grayscale: #8A8A8A. Windows color (decimal): -6195779 or 12416417. OLE color: 12416417.
HSL color Cylindrical-coordinate representation of color #A175BD: hue angle of 276.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A175BD is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 117 | 189 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.26 |
| HSL | 276.67º | 0.35% | 0.6% | - |
| HSV(B) | 276.67º | 0.38% | 0.74% | - |
| XYZ | 30.24 | 23.97 | 51.18 | - |
| YUV | 138.36 | 156.58 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 189 | 0.15 | 0.38 | 0 | 0.26 | 276.67 | 0.35 | 0.6 |
| Hex | A1 | 75 | BD | F | 26 | 0 | 1A | 115 | 23 | 3C |
| Octal | 241 | 165 | 275 | 17 | 46 | 0 | 32 | 425 | 43 | 74 |
| Binary | 10100001 | 1110101 | 10111101 | 1111 | 100110 | 0 | 11010 | 100010101 | 100011 | 111100 |
Color Harmonies of #A175BD
Complementary color
Monochromatic Colors of #A175BD
Black with #A175BD
Text Example
Text Example
White with #A175BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A175BD; }
p { color: rgb(161,117,189); }
H1.HeaderClassName
{
color: #A175BD;
}
.AnyTagClassName
{
color: #A175BD;
}
</style>
background-color css
<style>
a { background-color: #A175BD; }
a { background-color: rgb(161,117,189); }
div.DivClassName
{
background-color: #A175BD;
}
.BgClassName
{
background-color: #A175BD;
}
</style>
border-color css
<style>
span { border-color: #A175BD; }
span { border-color: rgb(161,117,189); }
td.TdClassName
{
border-color: #A175BD;
}
.TagClassName
{
border-color: #A175BD;
}
</style>