Html Css Color HEX #A373BB Purple Mountain's Majesty
📋 copy color: '#A373BB'red 163 ◦ green 115 ◦ blue 187
Shades of Purple Mountain's Majesty #A373BB
Tints of Purple Mountain's Majesty #A373BB
RGB
CMYK
RGB Variations
Color information
#A373BB (or 0xA373BB) is known color: Purple Mountain's Majesty. HEX triplet: A3, 73 and BB. RGB value is (163,115,187). Sum of RGB (Red+Green+Blue) = 163+115+187=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #A373BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A373BB is #5C8C44. Grayscale: #898989. Windows color (decimal): -6065221 or 12284835. OLE color: 12284835.
HSL color Cylindrical-coordinate representation of color #A373BB: hue angle of 280º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A373BB is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 115 | 187 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.27 |
| HSL | 280º | 0.35% | 0.59% | - |
| HSV(B) | 280º | 0.39% | 0.73% | - |
| XYZ | 30.2 | 23.64 | 49.98 | - |
| YUV | 137.56 | 155.9 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 187 | 0.13 | 0.39 | 0 | 0.27 | 280 | 0.35 | 0.59 |
| Hex | A3 | 73 | BB | D | 27 | 0 | 1B | 118 | 23 | 3B |
| Octal | 243 | 163 | 273 | 15 | 47 | 0 | 33 | 430 | 43 | 73 |
| Binary | 10100011 | 1110011 | 10111011 | 1101 | 100111 | 0 | 11011 | 100011000 | 100011 | 111011 |
Color Harmonies of #A373BB
Complementary color
Monochromatic Colors of #A373BB
Black with #A373BB
Text Example
Text Example
White with #A373BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A373BB; }
p { color: rgb(163,115,187); }
H1.HeaderClassName
{
color: #A373BB;
}
.AnyTagClassName
{
color: #A373BB;
}
</style>
background-color css
<style>
a { background-color: #A373BB; }
a { background-color: rgb(163,115,187); }
div.DivClassName
{
background-color: #A373BB;
}
.BgClassName
{
background-color: #A373BB;
}
</style>
border-color css
<style>
span { border-color: #A373BB; }
span { border-color: rgb(163,115,187); }
td.TdClassName
{
border-color: #A373BB;
}
.TagClassName
{
border-color: #A373BB;
}
</style>