Html Css Color HEX #A275B7 Purple Mountain's Majesty
📋 copy color: '#A275B7'red 162 ◦ green 117 ◦ blue 183
Shades of Purple Mountain's Majesty #A275B7
Tints of Purple Mountain's Majesty #A275B7
RGB
CMYK
RGB Variations
Color information
#A275B7 (or 0xA275B7) is known color: Purple Mountain's Majesty. HEX triplet: A2, 75 and B7. RGB value is (162,117,183). Sum of RGB (Red+Green+Blue) = 162+117+183=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 183 - color contains mainly: blue. Hex color #A275B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275B7 is #5D8A48. Grayscale: #898989. Windows color (decimal): -6130249 or 12023202. OLE color: 12023202.
HSL color Cylindrical-coordinate representation of color #A275B7: hue angle of 280.91º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A275B7 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 117 | 183 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.28 |
| HSL | 280.91º | 0.31% | 0.59% | - |
| HSV(B) | 280.91º | 0.36% | 0.72% | - |
| XYZ | 29.81 | 23.82 | 47.83 | - |
| YUV | 137.98 | 153.41 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 183 | 0.11 | 0.36 | 0 | 0.28 | 280.91 | 0.31 | 0.59 |
| Hex | A2 | 75 | B7 | B | 24 | 0 | 1C | 119 | 1F | 3B |
| Octal | 242 | 165 | 267 | 13 | 44 | 0 | 34 | 431 | 37 | 73 |
| Binary | 10100010 | 1110101 | 10110111 | 1011 | 100100 | 0 | 11100 | 100011001 | 11111 | 111011 |
Color Harmonies of #A275B7
Complementary color
Monochromatic Colors of #A275B7
Black with #A275B7
Text Example
Text Example
White with #A275B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A275B7; }
p { color: rgb(162,117,183); }
H1.HeaderClassName
{
color: #A275B7;
}
.AnyTagClassName
{
color: #A275B7;
}
</style>
background-color css
<style>
a { background-color: #A275B7; }
a { background-color: rgb(162,117,183); }
div.DivClassName
{
background-color: #A275B7;
}
.BgClassName
{
background-color: #A275B7;
}
</style>
border-color css
<style>
span { border-color: #A275B7; }
span { border-color: rgb(162,117,183); }
td.TdClassName
{
border-color: #A275B7;
}
.TagClassName
{
border-color: #A275B7;
}
</style>