Html Css Color HEX #A374B7 Purple Mountain's Majesty
📋 copy color: '#A374B7'red 163 ◦ green 116 ◦ blue 183
Shades of Purple Mountain's Majesty #A374B7
Tints of Purple Mountain's Majesty #A374B7
RGB
CMYK
RGB Variations
Color information
#A374B7 (or 0xA374B7) is known color: Purple Mountain's Majesty. HEX triplet: A3, 74 and B7. RGB value is (163,116,183). Sum of RGB (Red+Green+Blue) = 163+116+183=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 116 (45.70% from 255 or 25.11% 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 #A374B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A374B7 is #5C8B48. Grayscale: #898989. Windows color (decimal): -6064969 or 12022947. OLE color: 12022947.
HSL color Cylindrical-coordinate representation of color #A374B7: hue angle of 282.09º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A374B7 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 116 | 183 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.28 |
| HSL | 282.09º | 0.32% | 0.59% | - |
| HSV(B) | 282.09º | 0.37% | 0.72% | - |
| XYZ | 29.9 | 23.7 | 47.8 | - |
| YUV | 137.69 | 153.57 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 183 | 0.11 | 0.37 | 0 | 0.28 | 282.09 | 0.32 | 0.59 |
| Hex | A3 | 74 | B7 | B | 25 | 0 | 1C | 11A | 20 | 3B |
| Octal | 243 | 164 | 267 | 13 | 45 | 0 | 34 | 432 | 40 | 73 |
| Binary | 10100011 | 1110100 | 10110111 | 1011 | 100101 | 0 | 11100 | 100011010 | 100000 | 111011 |
Color Harmonies of #A374B7
Complementary color
Monochromatic Colors of #A374B7
Black with #A374B7
Text Example
Text Example
White with #A374B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A374B7; }
p { color: rgb(163,116,183); }
H1.HeaderClassName
{
color: #A374B7;
}
.AnyTagClassName
{
color: #A374B7;
}
</style>
background-color css
<style>
a { background-color: #A374B7; }
a { background-color: rgb(163,116,183); }
div.DivClassName
{
background-color: #A374B7;
}
.BgClassName
{
background-color: #A374B7;
}
</style>
border-color css
<style>
span { border-color: #A374B7; }
span { border-color: rgb(163,116,183); }
td.TdClassName
{
border-color: #A374B7;
}
.TagClassName
{
border-color: #A374B7;
}
</style>