Html Css Color HEX #A475BE Purple Mountain's Majesty
📋 copy color: '#A475BE'red 164 ◦ green 117 ◦ blue 190
Shades of Purple Mountain's Majesty #A475BE
Tints of Purple Mountain's Majesty #A475BE
RGB
CMYK
RGB Variations
Color information
#A475BE (or 0xA475BE) is known color: Purple Mountain's Majesty. HEX triplet: A4, 75 and BE. RGB value is (164,117,190). Sum of RGB (Red+Green+Blue) = 164+117+190=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 117 (46.09% from 255 or 24.84% 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 #A475BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A475BE is #5B8A41. Grayscale: #8B8B8B. Windows color (decimal): -5999170 or 12481956. OLE color: 12481956.
HSL color Cylindrical-coordinate representation of color #A475BE: hue angle of 278.63º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A475BE is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 117 | 190 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.25 |
| HSL | 278.63º | 0.36% | 0.6% | - |
| HSV(B) | 278.63º | 0.38% | 0.75% | - |
| XYZ | 30.97 | 24.33 | 51.78 | - |
| YUV | 139.38 | 156.57 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 190 | 0.14 | 0.38 | 0 | 0.25 | 278.63 | 0.36 | 0.6 |
| Hex | A4 | 75 | BE | E | 26 | 0 | 19 | 117 | 24 | 3C |
| Octal | 244 | 165 | 276 | 16 | 46 | 0 | 31 | 427 | 44 | 74 |
| Binary | 10100100 | 1110101 | 10111110 | 1110 | 100110 | 0 | 11001 | 100010111 | 100100 | 111100 |
Color Harmonies of #A475BE
Complementary color
Monochromatic Colors of #A475BE
Black with #A475BE
Text Example
Text Example
White with #A475BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A475BE; }
p { color: rgb(164,117,190); }
H1.HeaderClassName
{
color: #A475BE;
}
.AnyTagClassName
{
color: #A475BE;
}
</style>
background-color css
<style>
a { background-color: #A475BE; }
a { background-color: rgb(164,117,190); }
div.DivClassName
{
background-color: #A475BE;
}
.BgClassName
{
background-color: #A475BE;
}
</style>
border-color css
<style>
span { border-color: #A475BE; }
span { border-color: rgb(164,117,190); }
td.TdClassName
{
border-color: #A475BE;
}
.TagClassName
{
border-color: #A475BE;
}
</style>