Html Css Color HEX #A573BD Purple Mountain's Majesty
📋 copy color: '#A573BD'red 165 ◦ green 115 ◦ blue 189
Shades of Purple Mountain's Majesty #A573BD
Tints of Purple Mountain's Majesty #A573BD
RGB
CMYK
RGB Variations
Color information
#A573BD (or 0xA573BD) is known color: Purple Mountain's Majesty. HEX triplet: A5, 73 and BD. RGB value is (165,115,189). Sum of RGB (Red+Green+Blue) = 165+115+189=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #A573BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A573BD is #5A8C42. Grayscale: #8A8A8A. Windows color (decimal): -5934147 or 12415909. OLE color: 12415909.
HSL color Cylindrical-coordinate representation of color #A573BD: hue angle of 280.54º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A573BD is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 115 | 189 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.26 |
| HSL | 280.54º | 0.36% | 0.6% | - |
| HSV(B) | 280.54º | 0.39% | 0.74% | - |
| XYZ | 30.83 | 23.93 | 51.14 | - |
| YUV | 138.39 | 156.57 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 115 | 189 | 0.13 | 0.39 | 0 | 0.26 | 280.54 | 0.36 | 0.6 |
| Hex | A5 | 73 | BD | D | 27 | 0 | 1A | 119 | 24 | 3C |
| Octal | 245 | 163 | 275 | 15 | 47 | 0 | 32 | 431 | 44 | 74 |
| Binary | 10100101 | 1110011 | 10111101 | 1101 | 100111 | 0 | 11010 | 100011001 | 100100 | 111100 |
Color Harmonies of #A573BD
Complementary color
Monochromatic Colors of #A573BD
Black with #A573BD
Text Example
Text Example
White with #A573BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A573BD; }
p { color: rgb(165,115,189); }
H1.HeaderClassName
{
color: #A573BD;
}
.AnyTagClassName
{
color: #A573BD;
}
</style>
background-color css
<style>
a { background-color: #A573BD; }
a { background-color: rgb(165,115,189); }
div.DivClassName
{
background-color: #A573BD;
}
.BgClassName
{
background-color: #A573BD;
}
</style>
border-color css
<style>
span { border-color: #A573BD; }
span { border-color: rgb(165,115,189); }
td.TdClassName
{
border-color: #A573BD;
}
.TagClassName
{
border-color: #A573BD;
}
</style>