Html Css Color HEX #A574BC Purple Mountain's Majesty
📋 copy color: '#A574BC'red 165 ◦ green 116 ◦ blue 188
Shades of Purple Mountain's Majesty #A574BC
Tints of Purple Mountain's Majesty #A574BC
RGB
CMYK
RGB Variations
Color information
#A574BC (or 0xA574BC) is known color: Purple Mountain's Majesty. HEX triplet: A5, 74 and BC. RGB value is (165,116,188). Sum of RGB (Red+Green+Blue) = 165+116+188=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #A574BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574BC is #5A8B43. Grayscale: #8A8A8A. Windows color (decimal): -5933892 or 12350629. OLE color: 12350629.
HSL color Cylindrical-coordinate representation of color #A574BC: hue angle of 280.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A574BC is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 116 | 188 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.26 |
| HSL | 280.83º | 0.35% | 0.6% | - |
| HSV(B) | 280.83º | 0.38% | 0.74% | - |
| XYZ | 30.84 | 24.12 | 50.61 | - |
| YUV | 138.86 | 155.73 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 116 | 188 | 0.12 | 0.38 | 0 | 0.26 | 280.83 | 0.35 | 0.6 |
| Hex | A5 | 74 | BC | C | 26 | 0 | 1A | 119 | 23 | 3C |
| Octal | 245 | 164 | 274 | 14 | 46 | 0 | 32 | 431 | 43 | 74 |
| Binary | 10100101 | 1110100 | 10111100 | 1100 | 100110 | 0 | 11010 | 100011001 | 100011 | 111100 |
Color Harmonies of #A574BC
Complementary color
Monochromatic Colors of #A574BC
Black with #A574BC
Text Example
Text Example
White with #A574BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A574BC; }
p { color: rgb(165,116,188); }
H1.HeaderClassName
{
color: #A574BC;
}
.AnyTagClassName
{
color: #A574BC;
}
</style>
background-color css
<style>
a { background-color: #A574BC; }
a { background-color: rgb(165,116,188); }
div.DivClassName
{
background-color: #A574BC;
}
.BgClassName
{
background-color: #A574BC;
}
</style>
border-color css
<style>
span { border-color: #A574BC; }
span { border-color: rgb(165,116,188); }
td.TdClassName
{
border-color: #A574BC;
}
.TagClassName
{
border-color: #A574BC;
}
</style>