Html Css Color HEX #A574BD Purple Mountain's Majesty
📋 copy color: '#A574BD'red 165 ◦ green 116 ◦ blue 189
Shades of Purple Mountain's Majesty #A574BD
Tints of Purple Mountain's Majesty #A574BD
RGB
CMYK
RGB Variations
Color information
#A574BD (or 0xA574BD) is known color: Purple Mountain's Majesty. HEX triplet: A5, 74 and BD. RGB value is (165,116,189). Sum of RGB (Red+Green+Blue) = 165+116+189=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #A574BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574BD is #5A8B42. Grayscale: #8A8A8A. Windows color (decimal): -5933891 or 12416165. OLE color: 12416165.
HSL color Cylindrical-coordinate representation of color #A574BD: hue angle of 280.27º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A574BD is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 116 | 189 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.26 |
| HSL | 280.27º | 0.36% | 0.6% | - |
| HSV(B) | 280.27º | 0.39% | 0.74% | - |
| XYZ | 30.95 | 24.16 | 51.18 | - |
| YUV | 138.97 | 156.23 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 116 | 189 | 0.13 | 0.39 | 0 | 0.26 | 280.27 | 0.36 | 0.6 |
| Hex | A5 | 74 | BD | D | 27 | 0 | 1A | 118 | 24 | 3C |
| Octal | 245 | 164 | 275 | 15 | 47 | 0 | 32 | 430 | 44 | 74 |
| Binary | 10100101 | 1110100 | 10111101 | 1101 | 100111 | 0 | 11010 | 100011000 | 100100 | 111100 |
Color Harmonies of #A574BD
Complementary color
Monochromatic Colors of #A574BD
Black with #A574BD
Text Example
Text Example
White with #A574BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A574BD; }
p { color: rgb(165,116,189); }
H1.HeaderClassName
{
color: #A574BD;
}
.AnyTagClassName
{
color: #A574BD;
}
</style>
background-color css
<style>
a { background-color: #A574BD; }
a { background-color: rgb(165,116,189); }
div.DivClassName
{
background-color: #A574BD;
}
.BgClassName
{
background-color: #A574BD;
}
</style>
border-color css
<style>
span { border-color: #A574BD; }
span { border-color: rgb(165,116,189); }
td.TdClassName
{
border-color: #A574BD;
}
.TagClassName
{
border-color: #A574BD;
}
</style>