Html Css Color HEX #A27DBA Purple Mountain's Majesty
📋 copy color: '#A27DBA'red 162 ◦ green 125 ◦ blue 186
Shades of Purple Mountain's Majesty #A27DBA
Tints of Purple Mountain's Majesty #A27DBA
RGB
CMYK
RGB Variations
Color information
#A27DBA (or 0xA27DBA) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7D and BA. RGB value is (162,125,186). Sum of RGB (Red+Green+Blue) = 162+125+186=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #A27DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27DBA is #5D8245. Grayscale: #8E8E8E. Windows color (decimal): -6128198 or 12221858. OLE color: 12221858.
HSL color Cylindrical-coordinate representation of color #A27DBA: hue angle of 276.39º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A27DBA is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 125 | 186 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.27 |
| HSL | 276.39º | 0.31% | 0.61% | - |
| HSV(B) | 276.39º | 0.33% | 0.73% | - |
| XYZ | 31.1 | 25.89 | 49.81 | - |
| YUV | 143.02 | 152.26 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 186 | 0.13 | 0.33 | 0 | 0.27 | 276.39 | 0.31 | 0.61 |
| Hex | A2 | 7D | BA | D | 21 | 0 | 1B | 114 | 1F | 3D |
| Octal | 242 | 175 | 272 | 15 | 41 | 0 | 33 | 424 | 37 | 75 |
| Binary | 10100010 | 1111101 | 10111010 | 1101 | 100001 | 0 | 11011 | 100010100 | 11111 | 111101 |
Color Harmonies of #A27DBA
Complementary color
Monochromatic Colors of #A27DBA
Black with #A27DBA
Text Example
Text Example
White with #A27DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27DBA; }
p { color: rgb(162,125,186); }
H1.HeaderClassName
{
color: #A27DBA;
}
.AnyTagClassName
{
color: #A27DBA;
}
</style>
background-color css
<style>
a { background-color: #A27DBA; }
a { background-color: rgb(162,125,186); }
div.DivClassName
{
background-color: #A27DBA;
}
.BgClassName
{
background-color: #A27DBA;
}
</style>
border-color css
<style>
span { border-color: #A27DBA; }
span { border-color: rgb(162,125,186); }
td.TdClassName
{
border-color: #A27DBA;
}
.TagClassName
{
border-color: #A27DBA;
}
</style>