Html Css Color HEX #A278B4 Purple Mountain's Majesty
📋 copy color: '#A278B4'red 162 ◦ green 120 ◦ blue 180
Shades of Purple Mountain's Majesty #A278B4
Tints of Purple Mountain's Majesty #A278B4
RGB
CMYK
RGB Variations
Color information
#A278B4 (or 0xA278B4) is known color: Purple Mountain's Majesty. HEX triplet: A2, 78 and B4. RGB value is (162,120,180). Sum of RGB (Red+Green+Blue) = 162+120+180=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 180 - color contains mainly: blue. Hex color #A278B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A278B4 is #5D874B. Grayscale: #8B8B8B. Windows color (decimal): -6129484 or 11827362. OLE color: 11827362.
HSL color Cylindrical-coordinate representation of color #A278B4: hue angle of 282º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A278B4 is Cyan = 0.1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 120 | 180 | - |
| CMYK | 0.1 | 0.33 | 0 | 0.29 |
| HSL | 282º | 0.29% | 0.59% | - |
| HSV(B) | 282º | 0.33% | 0.71% | - |
| XYZ | 29.85 | 24.41 | 46.32 | - |
| YUV | 139.4 | 150.91 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 180 | 0.1 | 0.33 | 0 | 0.29 | 282 | 0.29 | 0.59 |
| Hex | A2 | 78 | B4 | A | 21 | 0 | 1D | 11A | 1D | 3B |
| Octal | 242 | 170 | 264 | 12 | 41 | 0 | 35 | 432 | 35 | 73 |
| Binary | 10100010 | 1111000 | 10110100 | 1010 | 100001 | 0 | 11101 | 100011010 | 11101 | 111011 |
Color Harmonies of #A278B4
Complementary color
Monochromatic Colors of #A278B4
Black with #A278B4
Text Example
Text Example
White with #A278B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A278B4; }
p { color: rgb(162,120,180); }
H1.HeaderClassName
{
color: #A278B4;
}
.AnyTagClassName
{
color: #A278B4;
}
</style>
background-color css
<style>
a { background-color: #A278B4; }
a { background-color: rgb(162,120,180); }
div.DivClassName
{
background-color: #A278B4;
}
.BgClassName
{
background-color: #A278B4;
}
</style>
border-color css
<style>
span { border-color: #A278B4; }
span { border-color: rgb(162,120,180); }
td.TdClassName
{
border-color: #A278B4;
}
.TagClassName
{
border-color: #A278B4;
}
</style>