Html Css Color HEX #A576BC Purple Mountain's Majesty
📋 copy color: '#A576BC'red 165 ◦ green 118 ◦ blue 188
Shades of Purple Mountain's Majesty #A576BC
Tints of Purple Mountain's Majesty #A576BC
RGB
CMYK
RGB Variations
Color information
#A576BC (or 0xA576BC) is known color: Purple Mountain's Majesty. HEX triplet: A5, 76 and BC. RGB value is (165,118,188). Sum of RGB (Red+Green+Blue) = 165+118+188=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #A576BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A576BC is #5A8943. Grayscale: #8B8B8B. Windows color (decimal): -5933380 or 12351141. OLE color: 12351141.
HSL color Cylindrical-coordinate representation of color #A576BC: hue angle of 280.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A576BC is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 118 | 188 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.26 |
| HSL | 280.29º | 0.34% | 0.6% | - |
| HSV(B) | 280.29º | 0.37% | 0.74% | - |
| XYZ | 31.07 | 24.59 | 50.69 | - |
| YUV | 140.03 | 155.07 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 118 | 188 | 0.12 | 0.37 | 0 | 0.26 | 280.29 | 0.34 | 0.6 |
| Hex | A5 | 76 | BC | C | 25 | 0 | 1A | 118 | 22 | 3C |
| Octal | 245 | 166 | 274 | 14 | 45 | 0 | 32 | 430 | 42 | 74 |
| Binary | 10100101 | 1110110 | 10111100 | 1100 | 100101 | 0 | 11010 | 100011000 | 100010 | 111100 |
Color Harmonies of #A576BC
Complementary color
Monochromatic Colors of #A576BC
Black with #A576BC
Text Example
Text Example
White with #A576BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A576BC; }
p { color: rgb(165,118,188); }
H1.HeaderClassName
{
color: #A576BC;
}
.AnyTagClassName
{
color: #A576BC;
}
</style>
background-color css
<style>
a { background-color: #A576BC; }
a { background-color: rgb(165,118,188); }
div.DivClassName
{
background-color: #A576BC;
}
.BgClassName
{
background-color: #A576BC;
}
</style>
border-color css
<style>
span { border-color: #A576BC; }
span { border-color: rgb(165,118,188); }
td.TdClassName
{
border-color: #A576BC;
}
.TagClassName
{
border-color: #A576BC;
}
</style>