Html Css Color HEX #A27DBE Purple Mountain's Majesty
📋 copy color: '#A27DBE'red 162 ◦ green 125 ◦ blue 190
Shades of Purple Mountain's Majesty #A27DBE
Tints of Purple Mountain's Majesty #A27DBE
RGB
CMYK
RGB Variations
Color information
#A27DBE (or 0xA27DBE) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7D and BE. RGB value is (162,125,190). Sum of RGB (Red+Green+Blue) = 162+125+190=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #A27DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27DBE is #5D8241. Grayscale: #8F8F8F. Windows color (decimal): -6128194 or 12484002. OLE color: 12484002.
HSL color Cylindrical-coordinate representation of color #A27DBE: hue angle of 274.15º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A27DBE is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 125 | 190 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.25 |
| HSL | 274.15º | 0.33% | 0.62% | - |
| HSV(B) | 274.15º | 0.34% | 0.75% | - |
| XYZ | 31.53 | 26.07 | 52.08 | - |
| YUV | 143.47 | 154.26 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 190 | 0.15 | 0.34 | 0 | 0.25 | 274.15 | 0.33 | 0.62 |
| Hex | A2 | 7D | BE | F | 22 | 0 | 19 | 112 | 21 | 3E |
| Octal | 242 | 175 | 276 | 17 | 42 | 0 | 31 | 422 | 41 | 76 |
| Binary | 10100010 | 1111101 | 10111110 | 1111 | 100010 | 0 | 11001 | 100010010 | 100001 | 111110 |
Color Harmonies of #A27DBE
Complementary color
Monochromatic Colors of #A27DBE
Black with #A27DBE
Text Example
Text Example
White with #A27DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27DBE; }
p { color: rgb(162,125,190); }
H1.HeaderClassName
{
color: #A27DBE;
}
.AnyTagClassName
{
color: #A27DBE;
}
</style>
background-color css
<style>
a { background-color: #A27DBE; }
a { background-color: rgb(162,125,190); }
div.DivClassName
{
background-color: #A27DBE;
}
.BgClassName
{
background-color: #A27DBE;
}
</style>
border-color css
<style>
span { border-color: #A27DBE; }
span { border-color: rgb(162,125,190); }
td.TdClassName
{
border-color: #A27DBE;
}
.TagClassName
{
border-color: #A27DBE;
}
</style>