Html Css Color HEX #A575BA Purple Mountain's Majesty
📋 copy color: '#A575BA'red 165 ◦ green 117 ◦ blue 186
Shades of Purple Mountain's Majesty #A575BA
Tints of Purple Mountain's Majesty #A575BA
RGB
CMYK
RGB Variations
Color information
#A575BA (or 0xA575BA) is known color: Purple Mountain's Majesty. HEX triplet: A5, 75 and BA. RGB value is (165,117,186). Sum of RGB (Red+Green+Blue) = 165+117+186=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #A575BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575BA is #5A8A45. Grayscale: #8A8A8A. Windows color (decimal): -5933638 or 12219813. OLE color: 12219813.
HSL color Cylindrical-coordinate representation of color #A575BA: hue angle of 281.74º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A575BA is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 117 | 186 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.27 |
| HSL | 281.74º | 0.33% | 0.59% | - |
| HSV(B) | 281.74º | 0.37% | 0.73% | - |
| XYZ | 30.74 | 24.27 | 49.52 | - |
| YUV | 139.22 | 154.4 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 186 | 0.11 | 0.37 | 0 | 0.27 | 281.74 | 0.33 | 0.59 |
| Hex | A5 | 75 | BA | B | 25 | 0 | 1B | 11A | 21 | 3B |
| Octal | 245 | 165 | 272 | 13 | 45 | 0 | 33 | 432 | 41 | 73 |
| Binary | 10100101 | 1110101 | 10111010 | 1011 | 100101 | 0 | 11011 | 100011010 | 100001 | 111011 |
Color Harmonies of #A575BA
Complementary color
Monochromatic Colors of #A575BA
Black with #A575BA
Text Example
Text Example
White with #A575BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A575BA; }
p { color: rgb(165,117,186); }
H1.HeaderClassName
{
color: #A575BA;
}
.AnyTagClassName
{
color: #A575BA;
}
</style>
background-color css
<style>
a { background-color: #A575BA; }
a { background-color: rgb(165,117,186); }
div.DivClassName
{
background-color: #A575BA;
}
.BgClassName
{
background-color: #A575BA;
}
</style>
border-color css
<style>
span { border-color: #A575BA; }
span { border-color: rgb(165,117,186); }
td.TdClassName
{
border-color: #A575BA;
}
.TagClassName
{
border-color: #A575BA;
}
</style>