Html Css Color HEX #A278BD Purple Mountain's Majesty
📋 copy color: '#A278BD'red 162 ◦ green 120 ◦ blue 189
Shades of Purple Mountain's Majesty #A278BD
Tints of Purple Mountain's Majesty #A278BD
RGB
CMYK
RGB Variations
Color information
#A278BD (or 0xA278BD) is known color: Purple Mountain's Majesty. HEX triplet: A2, 78 and BD. RGB value is (162,120,189). Sum of RGB (Red+Green+Blue) = 162+120+189=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #A278BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A278BD is #5D8742. Grayscale: #8C8C8C. Windows color (decimal): -6129475 or 12417186. OLE color: 12417186.
HSL color Cylindrical-coordinate representation of color #A278BD: hue angle of 276.52º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A278BD is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 120 | 189 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.26 |
| HSL | 276.52º | 0.34% | 0.61% | - |
| HSV(B) | 276.52º | 0.37% | 0.74% | - |
| XYZ | 30.8 | 24.79 | 51.31 | - |
| YUV | 140.42 | 155.41 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 189 | 0.14 | 0.37 | 0 | 0.26 | 276.52 | 0.34 | 0.61 |
| Hex | A2 | 78 | BD | E | 25 | 0 | 1A | 115 | 22 | 3D |
| Octal | 242 | 170 | 275 | 16 | 45 | 0 | 32 | 425 | 42 | 75 |
| Binary | 10100010 | 1111000 | 10111101 | 1110 | 100101 | 0 | 11010 | 100010101 | 100010 | 111101 |
Color Harmonies of #A278BD
Complementary color
Monochromatic Colors of #A278BD
Black with #A278BD
Text Example
Text Example
White with #A278BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A278BD; }
p { color: rgb(162,120,189); }
H1.HeaderClassName
{
color: #A278BD;
}
.AnyTagClassName
{
color: #A278BD;
}
</style>
background-color css
<style>
a { background-color: #A278BD; }
a { background-color: rgb(162,120,189); }
div.DivClassName
{
background-color: #A278BD;
}
.BgClassName
{
background-color: #A278BD;
}
</style>
border-color css
<style>
span { border-color: #A278BD; }
span { border-color: rgb(162,120,189); }
td.TdClassName
{
border-color: #A278BD;
}
.TagClassName
{
border-color: #A278BD;
}
</style>