Html Css Color HEX #A26DBA Purple Mountain's Majesty
📋 copy color: '#A26DBA'red 162 ◦ green 109 ◦ blue 186
Shades of Purple Mountain's Majesty #A26DBA
Tints of Purple Mountain's Majesty #A26DBA
RGB
CMYK
RGB Variations
Color information
#A26DBA (or 0xA26DBA) is known color: Purple Mountain's Majesty. HEX triplet: A2, 6D and BA. RGB value is (162,109,186). Sum of RGB (Red+Green+Blue) = 162+109+186=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #A26DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DBA is #5D9245. Grayscale: #858585. Windows color (decimal): -6132294 or 12217762. OLE color: 12217762.
HSL color Cylindrical-coordinate representation of color #A26DBA: hue angle of 281.3º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A26DBA is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 109 | 186 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.27 |
| HSL | 281.3º | 0.36% | 0.58% | - |
| HSV(B) | 281.3º | 0.41% | 0.73% | - |
| XYZ | 29.23 | 22.16 | 49.19 | - |
| YUV | 133.63 | 157.56 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 186 | 0.13 | 0.41 | 0 | 0.27 | 281.3 | 0.36 | 0.58 |
| Hex | A2 | 6D | BA | D | 29 | 0 | 1B | 119 | 24 | 3A |
| Octal | 242 | 155 | 272 | 15 | 51 | 0 | 33 | 431 | 44 | 72 |
| Binary | 10100010 | 1101101 | 10111010 | 1101 | 101001 | 0 | 11011 | 100011001 | 100100 | 111010 |
Color Harmonies of #A26DBA
Complementary color
Monochromatic Colors of #A26DBA
Black with #A26DBA
Text Example
Text Example
White with #A26DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26DBA; }
p { color: rgb(162,109,186); }
H1.HeaderClassName
{
color: #A26DBA;
}
.AnyTagClassName
{
color: #A26DBA;
}
</style>
background-color css
<style>
a { background-color: #A26DBA; }
a { background-color: rgb(162,109,186); }
div.DivClassName
{
background-color: #A26DBA;
}
.BgClassName
{
background-color: #A26DBA;
}
</style>
border-color css
<style>
span { border-color: #A26DBA; }
span { border-color: rgb(162,109,186); }
td.TdClassName
{
border-color: #A26DBA;
}
.TagClassName
{
border-color: #A26DBA;
}
</style>