Html Css Color HEX #A574BE Purple Mountain's Majesty
📋 copy color: '#A574BE'red 165 ◦ green 116 ◦ blue 190
Shades of Purple Mountain's Majesty #A574BE
Tints of Purple Mountain's Majesty #A574BE
RGB
CMYK
RGB Variations
Color information
#A574BE (or 0xA574BE) is known color: Purple Mountain's Majesty. HEX triplet: A5, 74 and BE. RGB value is (165,116,190). Sum of RGB (Red+Green+Blue) = 165+116+190=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #A574BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574BE is #5A8B41. Grayscale: #8A8A8A. Windows color (decimal): -5933890 or 12481701. OLE color: 12481701.
HSL color Cylindrical-coordinate representation of color #A574BE: hue angle of 279.73º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A574BE is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 116 | 190 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.25 |
| HSL | 279.73º | 0.36% | 0.6% | - |
| HSV(B) | 279.73º | 0.39% | 0.75% | - |
| XYZ | 31.06 | 24.21 | 51.75 | - |
| YUV | 139.09 | 156.73 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 116 | 190 | 0.13 | 0.39 | 0 | 0.25 | 279.73 | 0.36 | 0.6 |
| Hex | A5 | 74 | BE | D | 27 | 0 | 19 | 118 | 24 | 3C |
| Octal | 245 | 164 | 276 | 15 | 47 | 0 | 31 | 430 | 44 | 74 |
| Binary | 10100101 | 1110100 | 10111110 | 1101 | 100111 | 0 | 11001 | 100011000 | 100100 | 111100 |
Color Harmonies of #A574BE
Complementary color
Monochromatic Colors of #A574BE
Black with #A574BE
Text Example
Text Example
White with #A574BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A574BE; }
p { color: rgb(165,116,190); }
H1.HeaderClassName
{
color: #A574BE;
}
.AnyTagClassName
{
color: #A574BE;
}
</style>
background-color css
<style>
a { background-color: #A574BE; }
a { background-color: rgb(165,116,190); }
div.DivClassName
{
background-color: #A574BE;
}
.BgClassName
{
background-color: #A574BE;
}
</style>
border-color css
<style>
span { border-color: #A574BE; }
span { border-color: rgb(165,116,190); }
td.TdClassName
{
border-color: #A574BE;
}
.TagClassName
{
border-color: #A574BE;
}
</style>