Html Css Color HEX #A07FC1 Purple Mountain's Majesty
📋 copy color: '#A07FC1'red 160 ◦ green 127 ◦ blue 193
Shades of Purple Mountain's Majesty #A07FC1
Tints of Purple Mountain's Majesty #A07FC1
RGB
CMYK
RGB Variations
Color information
#A07FC1 (or 0xA07FC1) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7F and C1. RGB value is (160,127,193). Sum of RGB (Red+Green+Blue) = 160+127+193=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #A07FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FC1 is #5F803E. Grayscale: #909090. Windows color (decimal): -6258751 or 12681120. OLE color: 12681120.
HSL color Cylindrical-coordinate representation of color #A07FC1: hue angle of 270º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A07FC1 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 127 | 193 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.24 |
| HSL | 270º | 0.35% | 0.63% | - |
| HSV(B) | 270º | 0.34% | 0.76% | - |
| XYZ | 31.71 | 26.5 | 53.9 | - |
| YUV | 144.39 | 155.43 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 193 | 0.17 | 0.34 | 0 | 0.24 | 270 | 0.35 | 0.63 |
| Hex | A0 | 7F | C1 | 11 | 22 | 0 | 18 | 10E | 23 | 3F |
| Octal | 240 | 177 | 301 | 21 | 42 | 0 | 30 | 416 | 43 | 77 |
| Binary | 10100000 | 1111111 | 11000001 | 10001 | 100010 | 0 | 11000 | 100001110 | 100011 | 111111 |
Color Harmonies of #A07FC1
Complementary color
Monochromatic Colors of #A07FC1
Black with #A07FC1
Text Example
Text Example
White with #A07FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FC1; }
p { color: rgb(160,127,193); }
H1.HeaderClassName
{
color: #A07FC1;
}
.AnyTagClassName
{
color: #A07FC1;
}
</style>
background-color css
<style>
a { background-color: #A07FC1; }
a { background-color: rgb(160,127,193); }
div.DivClassName
{
background-color: #A07FC1;
}
.BgClassName
{
background-color: #A07FC1;
}
</style>
border-color css
<style>
span { border-color: #A07FC1; }
span { border-color: rgb(160,127,193); }
td.TdClassName
{
border-color: #A07FC1;
}
.TagClassName
{
border-color: #A07FC1;
}
</style>