Html Css Color HEX #A07DC1 Purple Mountain's Majesty
📋 copy color: '#A07DC1'red 160 ◦ green 125 ◦ blue 193
Shades of Purple Mountain's Majesty #A07DC1
Tints of Purple Mountain's Majesty #A07DC1
RGB
CMYK
RGB Variations
Color information
#A07DC1 (or 0xA07DC1) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7D and C1. RGB value is (160,125,193). Sum of RGB (Red+Green+Blue) = 160+125+193=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #A07DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DC1 is #5F823E. Grayscale: #8E8E8E. Windows color (decimal): -6259263 or 12680608. OLE color: 12680608.
HSL color Cylindrical-coordinate representation of color #A07DC1: hue angle of 270.88º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A07DC1 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 125 | 193 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.24 |
| HSL | 270.88º | 0.35% | 0.62% | - |
| HSV(B) | 270.88º | 0.35% | 0.76% | - |
| XYZ | 31.46 | 25.99 | 53.81 | - |
| YUV | 143.22 | 156.1 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 193 | 0.17 | 0.35 | 0 | 0.24 | 270.88 | 0.35 | 0.62 |
| Hex | A0 | 7D | C1 | 11 | 23 | 0 | 18 | 10F | 23 | 3E |
| Octal | 240 | 175 | 301 | 21 | 43 | 0 | 30 | 417 | 43 | 76 |
| Binary | 10100000 | 1111101 | 11000001 | 10001 | 100011 | 0 | 11000 | 100001111 | 100011 | 111110 |
Color Harmonies of #A07DC1
Complementary color
Monochromatic Colors of #A07DC1
Black with #A07DC1
Text Example
Text Example
White with #A07DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DC1; }
p { color: rgb(160,125,193); }
H1.HeaderClassName
{
color: #A07DC1;
}
.AnyTagClassName
{
color: #A07DC1;
}
</style>
background-color css
<style>
a { background-color: #A07DC1; }
a { background-color: rgb(160,125,193); }
div.DivClassName
{
background-color: #A07DC1;
}
.BgClassName
{
background-color: #A07DC1;
}
</style>
border-color css
<style>
span { border-color: #A07DC1; }
span { border-color: rgb(160,125,193); }
td.TdClassName
{
border-color: #A07DC1;
}
.TagClassName
{
border-color: #A07DC1;
}
</style>