Html Css Color HEX #A370BD Purple Mountain's Majesty
📋 copy color: '#A370BD'red 163 ◦ green 112 ◦ blue 189
Shades of Purple Mountain's Majesty #A370BD
Tints of Purple Mountain's Majesty #A370BD
RGB
CMYK
RGB Variations
Color information
#A370BD (or 0xA370BD) is known color: Purple Mountain's Majesty. HEX triplet: A3, 70 and BD. RGB value is (163,112,189). Sum of RGB (Red+Green+Blue) = 163+112+189=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #A370BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370BD is #5C8F42. Grayscale: #878787. Windows color (decimal): -6065987 or 12415139. OLE color: 12415139.
HSL color Cylindrical-coordinate representation of color #A370BD: hue angle of 279.74º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A370BD is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 112 | 189 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.26 |
| HSL | 279.74º | 0.37% | 0.59% | - |
| HSV(B) | 279.74º | 0.41% | 0.74% | - |
| XYZ | 30.08 | 23.05 | 51.01 | - |
| YUV | 136.03 | 157.9 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 189 | 0.14 | 0.41 | 0 | 0.26 | 279.74 | 0.37 | 0.59 |
| Hex | A3 | 70 | BD | E | 29 | 0 | 1A | 118 | 25 | 3B |
| Octal | 243 | 160 | 275 | 16 | 51 | 0 | 32 | 430 | 45 | 73 |
| Binary | 10100011 | 1110000 | 10111101 | 1110 | 101001 | 0 | 11010 | 100011000 | 100101 | 111011 |
Color Harmonies of #A370BD
Complementary color
Monochromatic Colors of #A370BD
Black with #A370BD
Text Example
Text Example
White with #A370BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A370BD; }
p { color: rgb(163,112,189); }
H1.HeaderClassName
{
color: #A370BD;
}
.AnyTagClassName
{
color: #A370BD;
}
</style>
background-color css
<style>
a { background-color: #A370BD; }
a { background-color: rgb(163,112,189); }
div.DivClassName
{
background-color: #A370BD;
}
.BgClassName
{
background-color: #A370BD;
}
</style>
border-color css
<style>
span { border-color: #A370BD; }
span { border-color: rgb(163,112,189); }
td.TdClassName
{
border-color: #A370BD;
}
.TagClassName
{
border-color: #A370BD;
}
</style>