Html Css Color HEX #A26FBA Purple Mountain's Majesty
📋 copy color: '#A26FBA'red 162 ◦ green 111 ◦ blue 186
Shades of Purple Mountain's Majesty #A26FBA
Tints of Purple Mountain's Majesty #A26FBA
RGB
CMYK
RGB Variations
Color information
#A26FBA (or 0xA26FBA) is known color: Purple Mountain's Majesty. HEX triplet: A2, 6F and BA. RGB value is (162,111,186). Sum of RGB (Red+Green+Blue) = 162+111+186=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #A26FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26FBA is #5D9045. Grayscale: #868686. Windows color (decimal): -6131782 or 12218274. OLE color: 12218274.
HSL color Cylindrical-coordinate representation of color #A26FBA: hue angle of 280.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A26FBA is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 111 | 186 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.27 |
| HSL | 280.8º | 0.35% | 0.58% | - |
| HSV(B) | 280.8º | 0.4% | 0.73% | - |
| XYZ | 29.45 | 22.6 | 49.26 | - |
| YUV | 134.8 | 156.9 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 186 | 0.13 | 0.40 | 0 | 0.27 | 280.8 | 0.35 | 0.58 |
| Hex | A2 | 6F | BA | D | 28 | 0 | 1B | 119 | 23 | 3A |
| Octal | 242 | 157 | 272 | 15 | 50 | 0 | 33 | 431 | 43 | 72 |
| Binary | 10100010 | 1101111 | 10111010 | 1101 | 101000 | 0 | 11011 | 100011001 | 100011 | 111010 |
Color Harmonies of #A26FBA
Complementary color
Monochromatic Colors of #A26FBA
Black with #A26FBA
Text Example
Text Example
White with #A26FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26FBA; }
p { color: rgb(162,111,186); }
H1.HeaderClassName
{
color: #A26FBA;
}
.AnyTagClassName
{
color: #A26FBA;
}
</style>
background-color css
<style>
a { background-color: #A26FBA; }
a { background-color: rgb(162,111,186); }
div.DivClassName
{
background-color: #A26FBA;
}
.BgClassName
{
background-color: #A26FBA;
}
</style>
border-color css
<style>
span { border-color: #A26FBA; }
span { border-color: rgb(162,111,186); }
td.TdClassName
{
border-color: #A26FBA;
}
.TagClassName
{
border-color: #A26FBA;
}
</style>