Html Css Color HEX #A07BC1 Purple Mountain's Majesty
📋 copy color: '#A07BC1'red 160 ◦ green 123 ◦ blue 193
Shades of Purple Mountain's Majesty #A07BC1
Tints of Purple Mountain's Majesty #A07BC1
RGB
CMYK
RGB Variations
Color information
#A07BC1 (or 0xA07BC1) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7B and C1. RGB value is (160,123,193). Sum of RGB (Red+Green+Blue) = 160+123+193=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 193 - color contains mainly: blue. Hex color #A07BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BC1 is #5F843E. Grayscale: #8D8D8D. Windows color (decimal): -6259775 or 12680096. OLE color: 12680096.
HSL color Cylindrical-coordinate representation of color #A07BC1: hue angle of 271.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A07BC1 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 123 | 193 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.24 |
| HSL | 271.71º | 0.36% | 0.62% | - |
| HSV(B) | 271.71º | 0.36% | 0.76% | - |
| XYZ | 31.21 | 25.49 | 53.73 | - |
| YUV | 142.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 193 | 0.17 | 0.36 | 0 | 0.24 | 271.71 | 0.36 | 0.62 |
| Hex | A0 | 7B | C1 | 11 | 24 | 0 | 18 | 110 | 24 | 3E |
| Octal | 240 | 173 | 301 | 21 | 44 | 0 | 30 | 420 | 44 | 76 |
| Binary | 10100000 | 1111011 | 11000001 | 10001 | 100100 | 0 | 11000 | 100010000 | 100100 | 111110 |
Color Harmonies of #A07BC1
Complementary color
Monochromatic Colors of #A07BC1
Black with #A07BC1
Text Example
Text Example
White with #A07BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07BC1; }
p { color: rgb(160,123,193); }
H1.HeaderClassName
{
color: #A07BC1;
}
.AnyTagClassName
{
color: #A07BC1;
}
</style>
background-color css
<style>
a { background-color: #A07BC1; }
a { background-color: rgb(160,123,193); }
div.DivClassName
{
background-color: #A07BC1;
}
.BgClassName
{
background-color: #A07BC1;
}
</style>
border-color css
<style>
span { border-color: #A07BC1; }
span { border-color: rgb(160,123,193); }
td.TdClassName
{
border-color: #A07BC1;
}
.TagClassName
{
border-color: #A07BC1;
}
</style>