Html Css Color HEX #A575BD Purple Mountain's Majesty
📋 copy color: '#A575BD'red 165 ◦ green 117 ◦ blue 189
Shades of Purple Mountain's Majesty #A575BD
Tints of Purple Mountain's Majesty #A575BD
RGB
CMYK
RGB Variations
Color information
#A575BD (or 0xA575BD) is known color: Purple Mountain's Majesty. HEX triplet: A5, 75 and BD. RGB value is (165,117,189). Sum of RGB (Red+Green+Blue) = 165+117+189=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #A575BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575BD is #5A8A42. Grayscale: #8B8B8B. Windows color (decimal): -5933635 or 12416421. OLE color: 12416421.
HSL color Cylindrical-coordinate representation of color #A575BD: hue angle of 280º 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 #A575BD is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 117 | 189 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.26 |
| HSL | 280º | 0.35% | 0.6% | - |
| HSV(B) | 280º | 0.38% | 0.74% | - |
| XYZ | 31.06 | 24.4 | 51.22 | - |
| YUV | 139.56 | 155.9 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 189 | 0.13 | 0.38 | 0 | 0.26 | 280 | 0.35 | 0.6 |
| Hex | A5 | 75 | BD | D | 26 | 0 | 1A | 118 | 23 | 3C |
| Octal | 245 | 165 | 275 | 15 | 46 | 0 | 32 | 430 | 43 | 74 |
| Binary | 10100101 | 1110101 | 10111101 | 1101 | 100110 | 0 | 11010 | 100011000 | 100011 | 111100 |
Color Harmonies of #A575BD
Complementary color
Monochromatic Colors of #A575BD
Black with #A575BD
Text Example
Text Example
White with #A575BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A575BD; }
p { color: rgb(165,117,189); }
H1.HeaderClassName
{
color: #A575BD;
}
.AnyTagClassName
{
color: #A575BD;
}
</style>
background-color css
<style>
a { background-color: #A575BD; }
a { background-color: rgb(165,117,189); }
div.DivClassName
{
background-color: #A575BD;
}
.BgClassName
{
background-color: #A575BD;
}
</style>
border-color css
<style>
span { border-color: #A575BD; }
span { border-color: rgb(165,117,189); }
td.TdClassName
{
border-color: #A575BD;
}
.TagClassName
{
border-color: #A575BD;
}
</style>