Html Css Color HEX #A473BF Purple Mountain's Majesty
📋 copy color: '#A473BF'red 164 ◦ green 115 ◦ blue 191
Shades of Purple Mountain's Majesty #A473BF
Tints of Purple Mountain's Majesty #A473BF
RGB
CMYK
RGB Variations
Color information
#A473BF (or 0xA473BF) is known color: Purple Mountain's Majesty. HEX triplet: A4, 73 and BF. RGB value is (164,115,191). Sum of RGB (Red+Green+Blue) = 164+115+191=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #A473BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A473BF is #5B8C40. Grayscale: #8A8A8A. Windows color (decimal): -5999681 or 12546980. OLE color: 12546980.
HSL color Cylindrical-coordinate representation of color #A473BF: hue angle of 278.68º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A473BF is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 115 | 191 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.25 |
| HSL | 278.68º | 0.37% | 0.6% | - |
| HSV(B) | 278.68º | 0.4% | 0.75% | - |
| XYZ | 30.84 | 23.92 | 52.28 | - |
| YUV | 138.32 | 157.73 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 191 | 0.14 | 0.40 | 0 | 0.25 | 278.68 | 0.37 | 0.6 |
| Hex | A4 | 73 | BF | E | 28 | 0 | 19 | 117 | 25 | 3C |
| Octal | 244 | 163 | 277 | 16 | 50 | 0 | 31 | 427 | 45 | 74 |
| Binary | 10100100 | 1110011 | 10111111 | 1110 | 101000 | 0 | 11001 | 100010111 | 100101 | 111100 |
Color Harmonies of #A473BF
Complementary color
Monochromatic Colors of #A473BF
Black with #A473BF
Text Example
Text Example
White with #A473BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A473BF; }
p { color: rgb(164,115,191); }
H1.HeaderClassName
{
color: #A473BF;
}
.AnyTagClassName
{
color: #A473BF;
}
</style>
background-color css
<style>
a { background-color: #A473BF; }
a { background-color: rgb(164,115,191); }
div.DivClassName
{
background-color: #A473BF;
}
.BgClassName
{
background-color: #A473BF;
}
</style>
border-color css
<style>
span { border-color: #A473BF; }
span { border-color: rgb(164,115,191); }
td.TdClassName
{
border-color: #A473BF;
}
.TagClassName
{
border-color: #A473BF;
}
</style>