Html Css Color HEX #A17DC0 Purple Mountain's Majesty
📋 copy color: '#A17DC0'red 161 ◦ green 125 ◦ blue 192
Shades of Purple Mountain's Majesty #A17DC0
Tints of Purple Mountain's Majesty #A17DC0
RGB
CMYK
RGB Variations
Color information
#A17DC0 (or 0xA17DC0) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7D and C0. RGB value is (161,125,192). Sum of RGB (Red+Green+Blue) = 161+125+192=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #A17DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17DC0 is #5E823F. Grayscale: #8F8F8F. Windows color (decimal): -6193728 or 12615073. OLE color: 12615073.
HSL color Cylindrical-coordinate representation of color #A17DC0: hue angle of 272.24º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A17DC0 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 125 | 192 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.25 |
| HSL | 272.24º | 0.35% | 0.62% | - |
| HSV(B) | 272.24º | 0.35% | 0.75% | - |
| XYZ | 31.55 | 26.05 | 53.23 | - |
| YUV | 143.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 192 | 0.16 | 0.35 | 0 | 0.25 | 272.24 | 0.35 | 0.62 |
| Hex | A1 | 7D | C0 | 10 | 23 | 0 | 19 | 110 | 23 | 3E |
| Octal | 241 | 175 | 300 | 20 | 43 | 0 | 31 | 420 | 43 | 76 |
| Binary | 10100001 | 1111101 | 11000000 | 10000 | 100011 | 0 | 11001 | 100010000 | 100011 | 111110 |
Color Harmonies of #A17DC0
Complementary color
Monochromatic Colors of #A17DC0
Black with #A17DC0
Text Example
Text Example
White with #A17DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17DC0; }
p { color: rgb(161,125,192); }
H1.HeaderClassName
{
color: #A17DC0;
}
.AnyTagClassName
{
color: #A17DC0;
}
</style>
background-color css
<style>
a { background-color: #A17DC0; }
a { background-color: rgb(161,125,192); }
div.DivClassName
{
background-color: #A17DC0;
}
.BgClassName
{
background-color: #A17DC0;
}
</style>
border-color css
<style>
span { border-color: #A17DC0; }
span { border-color: rgb(161,125,192); }
td.TdClassName
{
border-color: #A17DC0;
}
.TagClassName
{
border-color: #A17DC0;
}
</style>