Html Css Color HEX #A070BF Purple Mountain's Majesty
📋 copy color: '#A070BF'red 160 ◦ green 112 ◦ blue 191
Shades of Purple Mountain's Majesty #A070BF
Tints of Purple Mountain's Majesty #A070BF
RGB
CMYK
RGB Variations
Color information
#A070BF (or 0xA070BF) is known color: Purple Mountain's Majesty. HEX triplet: A0, 70 and BF. RGB value is (160,112,191). Sum of RGB (Red+Green+Blue) = 160+112+191=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #A070BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070BF is #5F8F40. Grayscale: #878787. Windows color (decimal): -6262593 or 12546208. OLE color: 12546208.
HSL color Cylindrical-coordinate representation of color #A070BF: hue angle of 276.46º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A070BF is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 112 | 191 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.25 |
| HSL | 276.46º | 0.38% | 0.59% | - |
| HSV(B) | 276.46º | 0.41% | 0.75% | - |
| XYZ | 29.7 | 22.82 | 52.13 | - |
| YUV | 135.36 | 159.4 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 191 | 0.16 | 0.41 | 0 | 0.25 | 276.46 | 0.38 | 0.59 |
| Hex | A0 | 70 | BF | 10 | 29 | 0 | 19 | 114 | 26 | 3B |
| Octal | 240 | 160 | 277 | 20 | 51 | 0 | 31 | 424 | 46 | 73 |
| Binary | 10100000 | 1110000 | 10111111 | 10000 | 101001 | 0 | 11001 | 100010100 | 100110 | 111011 |
Color Harmonies of #A070BF
Complementary color
Monochromatic Colors of #A070BF
Black with #A070BF
Text Example
Text Example
White with #A070BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A070BF; }
p { color: rgb(160,112,191); }
H1.HeaderClassName
{
color: #A070BF;
}
.AnyTagClassName
{
color: #A070BF;
}
</style>
background-color css
<style>
a { background-color: #A070BF; }
a { background-color: rgb(160,112,191); }
div.DivClassName
{
background-color: #A070BF;
}
.BgClassName
{
background-color: #A070BF;
}
</style>
border-color css
<style>
span { border-color: #A070BF; }
span { border-color: rgb(160,112,191); }
td.TdClassName
{
border-color: #A070BF;
}
.TagClassName
{
border-color: #A070BF;
}
</style>