Html Css Color HEX #A27BBD Purple Mountain's Majesty
📋 copy color: '#A27BBD'red 162 ◦ green 123 ◦ blue 189
Shades of Purple Mountain's Majesty #A27BBD
Tints of Purple Mountain's Majesty #A27BBD
RGB
CMYK
RGB Variations
Color information
#A27BBD (or 0xA27BBD) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7B and BD. RGB value is (162,123,189). Sum of RGB (Red+Green+Blue) = 162+123+189=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #A27BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BBD is #5D8442. Grayscale: #8D8D8D. Windows color (decimal): -6128707 or 12417954. OLE color: 12417954.
HSL color Cylindrical-coordinate representation of color #A27BBD: hue angle of 275.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A27BBD is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 123 | 189 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.26 |
| HSL | 275.45º | 0.33% | 0.61% | - |
| HSV(B) | 275.45º | 0.35% | 0.74% | - |
| XYZ | 31.17 | 25.52 | 51.43 | - |
| YUV | 142.19 | 154.42 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 189 | 0.14 | 0.35 | 0 | 0.26 | 275.45 | 0.33 | 0.61 |
| Hex | A2 | 7B | BD | E | 23 | 0 | 1A | 113 | 21 | 3D |
| Octal | 242 | 173 | 275 | 16 | 43 | 0 | 32 | 423 | 41 | 75 |
| Binary | 10100010 | 1111011 | 10111101 | 1110 | 100011 | 0 | 11010 | 100010011 | 100001 | 111101 |
Color Harmonies of #A27BBD
Complementary color
Monochromatic Colors of #A27BBD
Black with #A27BBD
Text Example
Text Example
White with #A27BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27BBD; }
p { color: rgb(162,123,189); }
H1.HeaderClassName
{
color: #A27BBD;
}
.AnyTagClassName
{
color: #A27BBD;
}
</style>
background-color css
<style>
a { background-color: #A27BBD; }
a { background-color: rgb(162,123,189); }
div.DivClassName
{
background-color: #A27BBD;
}
.BgClassName
{
background-color: #A27BBD;
}
</style>
border-color css
<style>
span { border-color: #A27BBD; }
span { border-color: rgb(162,123,189); }
td.TdClassName
{
border-color: #A27BBD;
}
.TagClassName
{
border-color: #A27BBD;
}
</style>