Html Css Color HEX #A374BA Purple Mountain's Majesty
📋 copy color: '#A374BA'red 163 ◦ green 116 ◦ blue 186
Shades of Purple Mountain's Majesty #A374BA
Tints of Purple Mountain's Majesty #A374BA
RGB
CMYK
RGB Variations
Color information
#A374BA (or 0xA374BA) is known color: Purple Mountain's Majesty. HEX triplet: A3, 74 and BA. RGB value is (163,116,186). Sum of RGB (Red+Green+Blue) = 163+116+186=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #A374BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A374BA is #5C8B45. Grayscale: #898989. Windows color (decimal): -6064966 or 12219555. OLE color: 12219555.
HSL color Cylindrical-coordinate representation of color #A374BA: hue angle of 280.29º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A374BA is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 116 | 186 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.27 |
| HSL | 280.29º | 0.34% | 0.59% | - |
| HSV(B) | 280.29º | 0.38% | 0.73% | - |
| XYZ | 30.21 | 23.82 | 49.46 | - |
| YUV | 138.03 | 155.07 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 186 | 0.12 | 0.38 | 0 | 0.27 | 280.29 | 0.34 | 0.59 |
| Hex | A3 | 74 | BA | C | 26 | 0 | 1B | 118 | 22 | 3B |
| Octal | 243 | 164 | 272 | 14 | 46 | 0 | 33 | 430 | 42 | 73 |
| Binary | 10100011 | 1110100 | 10111010 | 1100 | 100110 | 0 | 11011 | 100011000 | 100010 | 111011 |
Color Harmonies of #A374BA
Complementary color
Monochromatic Colors of #A374BA
Black with #A374BA
Text Example
Text Example
White with #A374BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A374BA; }
p { color: rgb(163,116,186); }
H1.HeaderClassName
{
color: #A374BA;
}
.AnyTagClassName
{
color: #A374BA;
}
</style>
background-color css
<style>
a { background-color: #A374BA; }
a { background-color: rgb(163,116,186); }
div.DivClassName
{
background-color: #A374BA;
}
.BgClassName
{
background-color: #A374BA;
}
</style>
border-color css
<style>
span { border-color: #A374BA; }
span { border-color: rgb(163,116,186); }
td.TdClassName
{
border-color: #A374BA;
}
.TagClassName
{
border-color: #A374BA;
}
</style>