Html Css Color HEX #A07FB5 Purple Mountain's Majesty
📋 copy color: '#A07FB5'red 160 ◦ green 127 ◦ blue 181
Shades of Purple Mountain's Majesty #A07FB5
Tints of Purple Mountain's Majesty #A07FB5
RGB
CMYK
RGB Variations
Color information
#A07FB5 (or 0xA07FB5) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7F and B5. RGB value is (160,127,181). Sum of RGB (Red+Green+Blue) = 160+127+181=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 181 - color contains mainly: blue. Hex color #A07FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FB5 is #5F804A. Grayscale: #8E8E8E. Windows color (decimal): -6258763 or 11894688. OLE color: 11894688.
HSL color Cylindrical-coordinate representation of color #A07FB5: hue angle of 276.67º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A07FB5 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 127 | 181 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.29 |
| HSL | 276.67º | 0.27% | 0.6% | - |
| HSV(B) | 276.67º | 0.3% | 0.71% | - |
| XYZ | 30.43 | 25.99 | 47.13 | - |
| YUV | 143.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 181 | 0.12 | 0.30 | 0 | 0.29 | 276.67 | 0.27 | 0.6 |
| Hex | A0 | 7F | B5 | C | 1E | 0 | 1D | 115 | 1B | 3C |
| Octal | 240 | 177 | 265 | 14 | 36 | 0 | 35 | 425 | 33 | 74 |
| Binary | 10100000 | 1111111 | 10110101 | 1100 | 11110 | 0 | 11101 | 100010101 | 11011 | 111100 |
Color Harmonies of #A07FB5
Complementary color
Monochromatic Colors of #A07FB5
Black with #A07FB5
Text Example
Text Example
White with #A07FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FB5; }
p { color: rgb(160,127,181); }
H1.HeaderClassName
{
color: #A07FB5;
}
.AnyTagClassName
{
color: #A07FB5;
}
</style>
background-color css
<style>
a { background-color: #A07FB5; }
a { background-color: rgb(160,127,181); }
div.DivClassName
{
background-color: #A07FB5;
}
.BgClassName
{
background-color: #A07FB5;
}
</style>
border-color css
<style>
span { border-color: #A07FB5; }
span { border-color: rgb(160,127,181); }
td.TdClassName
{
border-color: #A07FB5;
}
.TagClassName
{
border-color: #A07FB5;
}
</style>