Html Css Color HEX #A470BF Purple Mountain's Majesty
📋 copy color: '#A470BF'red 164 ◦ green 112 ◦ blue 191
Shades of Purple Mountain's Majesty #A470BF
Tints of Purple Mountain's Majesty #A470BF
RGB
CMYK
RGB Variations
Color information
#A470BF (or 0xA470BF) is known color: Purple Mountain's Majesty. HEX triplet: A4, 70 and BF. RGB value is (164,112,191). Sum of RGB (Red+Green+Blue) = 164+112+191=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #A470BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A470BF is #5B8F40. Grayscale: #888888. Windows color (decimal): -6000449 or 12546212. OLE color: 12546212.
HSL color Cylindrical-coordinate representation of color #A470BF: hue angle of 279.49º 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 #A470BF is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 112 | 191 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.25 |
| HSL | 279.49º | 0.38% | 0.59% | - |
| HSV(B) | 279.49º | 0.41% | 0.75% | - |
| XYZ | 30.51 | 23.24 | 52.17 | - |
| YUV | 136.55 | 158.73 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 191 | 0.14 | 0.41 | 0 | 0.25 | 279.49 | 0.38 | 0.59 |
| Hex | A4 | 70 | BF | E | 29 | 0 | 19 | 117 | 26 | 3B |
| Octal | 244 | 160 | 277 | 16 | 51 | 0 | 31 | 427 | 46 | 73 |
| Binary | 10100100 | 1110000 | 10111111 | 1110 | 101001 | 0 | 11001 | 100010111 | 100110 | 111011 |
Color Harmonies of #A470BF
Complementary color
Monochromatic Colors of #A470BF
Black with #A470BF
Text Example
Text Example
White with #A470BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A470BF; }
p { color: rgb(164,112,191); }
H1.HeaderClassName
{
color: #A470BF;
}
.AnyTagClassName
{
color: #A470BF;
}
</style>
background-color css
<style>
a { background-color: #A470BF; }
a { background-color: rgb(164,112,191); }
div.DivClassName
{
background-color: #A470BF;
}
.BgClassName
{
background-color: #A470BF;
}
</style>
border-color css
<style>
span { border-color: #A470BF; }
span { border-color: rgb(164,112,191); }
td.TdClassName
{
border-color: #A470BF;
}
.TagClassName
{
border-color: #A470BF;
}
</style>