Html Css Color HEX #A270BF Purple Mountain's Majesty
📋 copy color: '#A270BF'red 162 ◦ green 112 ◦ blue 191
Shades of Purple Mountain's Majesty #A270BF
Tints of Purple Mountain's Majesty #A270BF
RGB
CMYK
RGB Variations
Color information
#A270BF (or 0xA270BF) is known color: Purple Mountain's Majesty. HEX triplet: A2, 70 and BF. RGB value is (162,112,191). Sum of RGB (Red+Green+Blue) = 162+112+191=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #A270BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A270BF is #5D8F40. Grayscale: #878787. Windows color (decimal): -6131521 or 12546210. OLE color: 12546210.
HSL color Cylindrical-coordinate representation of color #A270BF: hue angle of 277.97º 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 #A270BF is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 112 | 191 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.25 |
| HSL | 277.97º | 0.38% | 0.59% | - |
| HSV(B) | 277.97º | 0.41% | 0.75% | - |
| XYZ | 30.1 | 23.03 | 52.15 | - |
| YUV | 135.96 | 159.07 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 191 | 0.15 | 0.41 | 0 | 0.25 | 277.97 | 0.38 | 0.59 |
| Hex | A2 | 70 | BF | F | 29 | 0 | 19 | 116 | 26 | 3B |
| Octal | 242 | 160 | 277 | 17 | 51 | 0 | 31 | 426 | 46 | 73 |
| Binary | 10100010 | 1110000 | 10111111 | 1111 | 101001 | 0 | 11001 | 100010110 | 100110 | 111011 |
Color Harmonies of #A270BF
Complementary color
Monochromatic Colors of #A270BF
Black with #A270BF
Text Example
Text Example
White with #A270BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A270BF; }
p { color: rgb(162,112,191); }
H1.HeaderClassName
{
color: #A270BF;
}
.AnyTagClassName
{
color: #A270BF;
}
</style>
background-color css
<style>
a { background-color: #A270BF; }
a { background-color: rgb(162,112,191); }
div.DivClassName
{
background-color: #A270BF;
}
.BgClassName
{
background-color: #A270BF;
}
</style>
border-color css
<style>
span { border-color: #A270BF; }
span { border-color: rgb(162,112,191); }
td.TdClassName
{
border-color: #A270BF;
}
.TagClassName
{
border-color: #A270BF;
}
</style>