Html Css Color HEX #A079BD Purple Mountain's Majesty
📋 copy color: '#A079BD'red 160 ◦ green 121 ◦ blue 189
Shades of Purple Mountain's Majesty #A079BD
Tints of Purple Mountain's Majesty #A079BD
RGB
CMYK
RGB Variations
Color information
#A079BD (or 0xA079BD) is known color: Purple Mountain's Majesty. HEX triplet: A0, 79 and BD. RGB value is (160,121,189). Sum of RGB (Red+Green+Blue) = 160+121+189=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 121 (47.66% from 255 or 25.74% 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 #A079BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A079BD is #5F8642. Grayscale: #8C8C8C. Windows color (decimal): -6260291 or 12417440. OLE color: 12417440.
HSL color Cylindrical-coordinate representation of color #A079BD: hue angle of 274.41º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A079BD is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 121 | 189 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.26 |
| HSL | 274.41º | 0.34% | 0.61% | - |
| HSV(B) | 274.41º | 0.36% | 0.74% | - |
| XYZ | 30.52 | 24.82 | 51.33 | - |
| YUV | 140.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 189 | 0.15 | 0.36 | 0 | 0.26 | 274.41 | 0.34 | 0.61 |
| Hex | A0 | 79 | BD | F | 24 | 0 | 1A | 112 | 22 | 3D |
| Octal | 240 | 171 | 275 | 17 | 44 | 0 | 32 | 422 | 42 | 75 |
| Binary | 10100000 | 1111001 | 10111101 | 1111 | 100100 | 0 | 11010 | 100010010 | 100010 | 111101 |
Color Harmonies of #A079BD
Complementary color
Monochromatic Colors of #A079BD
Black with #A079BD
Text Example
Text Example
White with #A079BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A079BD; }
p { color: rgb(160,121,189); }
H1.HeaderClassName
{
color: #A079BD;
}
.AnyTagClassName
{
color: #A079BD;
}
</style>
background-color css
<style>
a { background-color: #A079BD; }
a { background-color: rgb(160,121,189); }
div.DivClassName
{
background-color: #A079BD;
}
.BgClassName
{
background-color: #A079BD;
}
</style>
border-color css
<style>
span { border-color: #A079BD; }
span { border-color: rgb(160,121,189); }
td.TdClassName
{
border-color: #A079BD;
}
.TagClassName
{
border-color: #A079BD;
}
</style>