Html Css Color HEX #A27DC1 Purple Mountain's Majesty
📋 copy color: '#A27DC1'red 162 ◦ green 125 ◦ blue 193
Shades of Purple Mountain's Majesty #A27DC1
Tints of Purple Mountain's Majesty #A27DC1
RGB
CMYK
RGB Variations
Color information
#A27DC1 (or 0xA27DC1) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7D and C1. RGB value is (162,125,193). Sum of RGB (Red+Green+Blue) = 162+125+193=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 125 (49.22% from 255 or 26.04% 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 #A27DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27DC1 is #5D823E. Grayscale: #8F8F8F. Windows color (decimal): -6128191 or 12680610. OLE color: 12680610.
HSL color Cylindrical-coordinate representation of color #A27DC1: hue angle of 272.65º 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 #A27DC1 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 125 | 193 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.24 |
| HSL | 272.65º | 0.35% | 0.62% | - |
| HSV(B) | 272.65º | 0.35% | 0.76% | - |
| XYZ | 31.86 | 26.2 | 53.83 | - |
| YUV | 143.82 | 155.76 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 193 | 0.16 | 0.35 | 0 | 0.24 | 272.65 | 0.35 | 0.62 |
| Hex | A2 | 7D | C1 | 10 | 23 | 0 | 18 | 111 | 23 | 3E |
| Octal | 242 | 175 | 301 | 20 | 43 | 0 | 30 | 421 | 43 | 76 |
| Binary | 10100010 | 1111101 | 11000001 | 10000 | 100011 | 0 | 11000 | 100010001 | 100011 | 111110 |
Color Harmonies of #A27DC1
Complementary color
Monochromatic Colors of #A27DC1
Black with #A27DC1
Text Example
Text Example
White with #A27DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27DC1; }
p { color: rgb(162,125,193); }
H1.HeaderClassName
{
color: #A27DC1;
}
.AnyTagClassName
{
color: #A27DC1;
}
</style>
background-color css
<style>
a { background-color: #A27DC1; }
a { background-color: rgb(162,125,193); }
div.DivClassName
{
background-color: #A27DC1;
}
.BgClassName
{
background-color: #A27DC1;
}
</style>
border-color css
<style>
span { border-color: #A27DC1; }
span { border-color: rgb(162,125,193); }
td.TdClassName
{
border-color: #A27DC1;
}
.TagClassName
{
border-color: #A27DC1;
}
</style>