Html Css Color HEX #A278BA Purple Mountain's Majesty
📋 copy color: '#A278BA'red 162 ◦ green 120 ◦ blue 186
Shades of Purple Mountain's Majesty #A278BA
Tints of Purple Mountain's Majesty #A278BA
RGB
CMYK
RGB Variations
Color information
#A278BA (or 0xA278BA) is known color: Purple Mountain's Majesty. HEX triplet: A2, 78 and BA. RGB value is (162,120,186). Sum of RGB (Red+Green+Blue) = 162+120+186=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #A278BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A278BA is #5D8745. Grayscale: #8B8B8B. Windows color (decimal): -6129478 or 12220578. OLE color: 12220578.
HSL color Cylindrical-coordinate representation of color #A278BA: hue angle of 278.18º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A278BA is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 120 | 186 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.27 |
| HSL | 278.18º | 0.32% | 0.6% | - |
| HSV(B) | 278.18º | 0.35% | 0.73% | - |
| XYZ | 30.48 | 24.66 | 49.61 | - |
| YUV | 140.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 186 | 0.13 | 0.35 | 0 | 0.27 | 278.18 | 0.32 | 0.6 |
| Hex | A2 | 78 | BA | D | 23 | 0 | 1B | 116 | 20 | 3C |
| Octal | 242 | 170 | 272 | 15 | 43 | 0 | 33 | 426 | 40 | 74 |
| Binary | 10100010 | 1111000 | 10111010 | 1101 | 100011 | 0 | 11011 | 100010110 | 100000 | 111100 |
Color Harmonies of #A278BA
Complementary color
Monochromatic Colors of #A278BA
Black with #A278BA
Text Example
Text Example
White with #A278BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A278BA; }
p { color: rgb(162,120,186); }
H1.HeaderClassName
{
color: #A278BA;
}
.AnyTagClassName
{
color: #A278BA;
}
</style>
background-color css
<style>
a { background-color: #A278BA; }
a { background-color: rgb(162,120,186); }
div.DivClassName
{
background-color: #A278BA;
}
.BgClassName
{
background-color: #A278BA;
}
</style>
border-color css
<style>
span { border-color: #A278BA; }
span { border-color: rgb(162,120,186); }
td.TdClassName
{
border-color: #A278BA;
}
.TagClassName
{
border-color: #A278BA;
}
</style>