Html Css Color HEX #A573B8 Purple Mountain's Majesty
📋 copy color: '#A573B8'red 165 ◦ green 115 ◦ blue 184
Shades of Purple Mountain's Majesty #A573B8
Tints of Purple Mountain's Majesty #A573B8
RGB
CMYK
RGB Variations
Color information
#A573B8 (or 0xA573B8) is known color: Purple Mountain's Majesty. HEX triplet: A5, 73 and B8. RGB value is (165,115,184). Sum of RGB (Red+Green+Blue) = 165+115+184=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 184 - color contains mainly: blue. Hex color #A573B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A573B8 is #5A8C47. Grayscale: #898989. Windows color (decimal): -5934152 or 12088229. OLE color: 12088229.
HSL color Cylindrical-coordinate representation of color #A573B8: hue angle of 283.48º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A573B8 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 115 | 184 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.28 |
| HSL | 283.48º | 0.33% | 0.59% | - |
| HSV(B) | 283.48º | 0.38% | 0.72% | - |
| XYZ | 30.3 | 23.72 | 48.33 | - |
| YUV | 137.82 | 154.07 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 115 | 184 | 0.10 | 0.38 | 0 | 0.28 | 283.48 | 0.33 | 0.59 |
| Hex | A5 | 73 | B8 | A | 26 | 0 | 1C | 11B | 21 | 3B |
| Octal | 245 | 163 | 270 | 12 | 46 | 0 | 34 | 433 | 41 | 73 |
| Binary | 10100101 | 1110011 | 10111000 | 1010 | 100110 | 0 | 11100 | 100011011 | 100001 | 111011 |
Color Harmonies of #A573B8
Complementary color
Monochromatic Colors of #A573B8
Black with #A573B8
Text Example
Text Example
White with #A573B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A573B8; }
p { color: rgb(165,115,184); }
H1.HeaderClassName
{
color: #A573B8;
}
.AnyTagClassName
{
color: #A573B8;
}
</style>
background-color css
<style>
a { background-color: #A573B8; }
a { background-color: rgb(165,115,184); }
div.DivClassName
{
background-color: #A573B8;
}
.BgClassName
{
background-color: #A573B8;
}
</style>
border-color css
<style>
span { border-color: #A573B8; }
span { border-color: rgb(165,115,184); }
td.TdClassName
{
border-color: #A573B8;
}
.TagClassName
{
border-color: #A573B8;
}
</style>