Html Css Color HEX #A576C2 Purple Mountain's Majesty
📋 copy color: '#A576C2'red 165 ◦ green 118 ◦ blue 194
Shades of Purple Mountain's Majesty #A576C2
Tints of Purple Mountain's Majesty #A576C2
RGB
CMYK
RGB Variations
Color information
#A576C2 (or 0xA576C2) is known color: Purple Mountain's Majesty. HEX triplet: A5, 76 and C2. RGB value is (165,118,194). Sum of RGB (Red+Green+Blue) = 165+118+194=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 194 - color contains mainly: blue. Hex color #A576C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A576C2 is #5A893D. Grayscale: #8C8C8C. Windows color (decimal): -5933374 or 12744357. OLE color: 12744357.
HSL color Cylindrical-coordinate representation of color #A576C2: hue angle of 277.11º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A576C2 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 118 | 194 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.24 |
| HSL | 277.11º | 0.38% | 0.61% | - |
| HSV(B) | 277.11º | 0.39% | 0.76% | - |
| XYZ | 31.73 | 24.85 | 54.16 | - |
| YUV | 140.72 | 158.07 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 118 | 194 | 0.15 | 0.39 | 0 | 0.24 | 277.11 | 0.38 | 0.61 |
| Hex | A5 | 76 | C2 | F | 27 | 0 | 18 | 115 | 26 | 3D |
| Octal | 245 | 166 | 302 | 17 | 47 | 0 | 30 | 425 | 46 | 75 |
| Binary | 10100101 | 1110110 | 11000010 | 1111 | 100111 | 0 | 11000 | 100010101 | 100110 | 111101 |
Color Harmonies of #A576C2
Complementary color
Monochromatic Colors of #A576C2
Black with #A576C2
Text Example
Text Example
White with #A576C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A576C2; }
p { color: rgb(165,118,194); }
H1.HeaderClassName
{
color: #A576C2;
}
.AnyTagClassName
{
color: #A576C2;
}
</style>
background-color css
<style>
a { background-color: #A576C2; }
a { background-color: rgb(165,118,194); }
div.DivClassName
{
background-color: #A576C2;
}
.BgClassName
{
background-color: #A576C2;
}
</style>
border-color css
<style>
span { border-color: #A576C2; }
span { border-color: rgb(165,118,194); }
td.TdClassName
{
border-color: #A576C2;
}
.TagClassName
{
border-color: #A576C2;
}
</style>