Html Css Color HEX #A374BC Purple Mountain's Majesty
📋 copy color: '#A374BC'red 163 ◦ green 116 ◦ blue 188
Shades of Purple Mountain's Majesty #A374BC
Tints of Purple Mountain's Majesty #A374BC
RGB
CMYK
RGB Variations
Color information
#A374BC (or 0xA374BC) is known color: Purple Mountain's Majesty. HEX triplet: A3, 74 and BC. RGB value is (163,116,188). Sum of RGB (Red+Green+Blue) = 163+116+188=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #A374BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A374BC is #5C8B43. Grayscale: #8A8A8A. Windows color (decimal): -6064964 or 12350627. OLE color: 12350627.
HSL color Cylindrical-coordinate representation of color #A374BC: hue angle of 279.17º 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 #A374BC is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 116 | 188 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.26 |
| HSL | 279.17º | 0.35% | 0.6% | - |
| HSV(B) | 279.17º | 0.38% | 0.74% | - |
| XYZ | 30.43 | 23.91 | 50.59 | - |
| YUV | 138.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 188 | 0.13 | 0.38 | 0 | 0.26 | 279.17 | 0.35 | 0.6 |
| Hex | A3 | 74 | BC | D | 26 | 0 | 1A | 117 | 23 | 3C |
| Octal | 243 | 164 | 274 | 15 | 46 | 0 | 32 | 427 | 43 | 74 |
| Binary | 10100011 | 1110100 | 10111100 | 1101 | 100110 | 0 | 11010 | 100010111 | 100011 | 111100 |
Color Harmonies of #A374BC
Complementary color
Monochromatic Colors of #A374BC
Black with #A374BC
Text Example
Text Example
White with #A374BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A374BC; }
p { color: rgb(163,116,188); }
H1.HeaderClassName
{
color: #A374BC;
}
.AnyTagClassName
{
color: #A374BC;
}
</style>
background-color css
<style>
a { background-color: #A374BC; }
a { background-color: rgb(163,116,188); }
div.DivClassName
{
background-color: #A374BC;
}
.BgClassName
{
background-color: #A374BC;
}
</style>
border-color css
<style>
span { border-color: #A374BC; }
span { border-color: rgb(163,116,188); }
td.TdClassName
{
border-color: #A374BC;
}
.TagClassName
{
border-color: #A374BC;
}
</style>