Html Css Color HEX #A27DBB Purple Mountain's Majesty
📋 copy color: '#A27DBB'red 162 ◦ green 125 ◦ blue 187
Shades of Purple Mountain's Majesty #A27DBB
Tints of Purple Mountain's Majesty #A27DBB
RGB
CMYK
RGB Variations
Color information
#A27DBB (or 0xA27DBB) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7D and BB. RGB value is (162,125,187). Sum of RGB (Red+Green+Blue) = 162+125+187=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #A27DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27DBB is #5D8244. Grayscale: #8E8E8E. Windows color (decimal): -6128197 or 12287394. OLE color: 12287394.
HSL color Cylindrical-coordinate representation of color #A27DBB: hue angle of 275.81º 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 #A27DBB is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 125 | 187 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.27 |
| HSL | 275.81º | 0.31% | 0.61% | - |
| HSV(B) | 275.81º | 0.33% | 0.73% | - |
| XYZ | 31.2 | 25.94 | 50.38 | - |
| YUV | 143.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 187 | 0.13 | 0.33 | 0 | 0.27 | 275.81 | 0.31 | 0.61 |
| Hex | A2 | 7D | BB | D | 21 | 0 | 1B | 114 | 1F | 3D |
| Octal | 242 | 175 | 273 | 15 | 41 | 0 | 33 | 424 | 37 | 75 |
| Binary | 10100010 | 1111101 | 10111011 | 1101 | 100001 | 0 | 11011 | 100010100 | 11111 | 111101 |
Color Harmonies of #A27DBB
Complementary color
Monochromatic Colors of #A27DBB
Black with #A27DBB
Text Example
Text Example
White with #A27DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27DBB; }
p { color: rgb(162,125,187); }
H1.HeaderClassName
{
color: #A27DBB;
}
.AnyTagClassName
{
color: #A27DBB;
}
</style>
background-color css
<style>
a { background-color: #A27DBB; }
a { background-color: rgb(162,125,187); }
div.DivClassName
{
background-color: #A27DBB;
}
.BgClassName
{
background-color: #A27DBB;
}
</style>
border-color css
<style>
span { border-color: #A27DBB; }
span { border-color: rgb(162,125,187); }
td.TdClassName
{
border-color: #A27DBB;
}
.TagClassName
{
border-color: #A27DBB;
}
</style>