Html Css Color HEX #A373BE Purple Mountain's Majesty
📋 copy color: '#A373BE'red 163 ◦ green 115 ◦ blue 190
Shades of Purple Mountain's Majesty #A373BE
Tints of Purple Mountain's Majesty #A373BE
RGB
CMYK
RGB Variations
Color information
#A373BE (or 0xA373BE) is known color: Purple Mountain's Majesty. HEX triplet: A3, 73 and BE. RGB value is (163,115,190). Sum of RGB (Red+Green+Blue) = 163+115+190=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #A373BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A373BE is #5C8C41. Grayscale: #898989. Windows color (decimal): -6065218 or 12481443. OLE color: 12481443.
HSL color Cylindrical-coordinate representation of color #A373BE: hue angle of 278.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A373BE is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 115 | 190 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.25 |
| HSL | 278.4º | 0.37% | 0.6% | - |
| HSV(B) | 278.4º | 0.39% | 0.75% | - |
| XYZ | 30.53 | 23.77 | 51.69 | - |
| YUV | 137.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 190 | 0.14 | 0.39 | 0 | 0.25 | 278.4 | 0.37 | 0.6 |
| Hex | A3 | 73 | BE | E | 27 | 0 | 19 | 116 | 25 | 3C |
| Octal | 243 | 163 | 276 | 16 | 47 | 0 | 31 | 426 | 45 | 74 |
| Binary | 10100011 | 1110011 | 10111110 | 1110 | 100111 | 0 | 11001 | 100010110 | 100101 | 111100 |
Color Harmonies of #A373BE
Complementary color
Monochromatic Colors of #A373BE
Black with #A373BE
Text Example
Text Example
White with #A373BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A373BE; }
p { color: rgb(163,115,190); }
H1.HeaderClassName
{
color: #A373BE;
}
.AnyTagClassName
{
color: #A373BE;
}
</style>
background-color css
<style>
a { background-color: #A373BE; }
a { background-color: rgb(163,115,190); }
div.DivClassName
{
background-color: #A373BE;
}
.BgClassName
{
background-color: #A373BE;
}
</style>
border-color css
<style>
span { border-color: #A373BE; }
span { border-color: rgb(163,115,190); }
td.TdClassName
{
border-color: #A373BE;
}
.TagClassName
{
border-color: #A373BE;
}
</style>