Html Css Color HEX #A373B6 Purple Mountain's Majesty
📋 copy color: '#A373B6'red 163 ◦ green 115 ◦ blue 182
Shades of Purple Mountain's Majesty #A373B6
Tints of Purple Mountain's Majesty #A373B6
RGB
CMYK
RGB Variations
Color information
#A373B6 (or 0xA373B6) is known color: Purple Mountain's Majesty. HEX triplet: A3, 73 and B6. RGB value is (163,115,182). Sum of RGB (Red+Green+Blue) = 163+115+182=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 182 - color contains mainly: blue. Hex color #A373B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A373B6 is #5C8C49. Grayscale: #888888. Windows color (decimal): -6065226 or 11957155. OLE color: 11957155.
HSL color Cylindrical-coordinate representation of color #A373B6: hue angle of 282.99º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A373B6 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 115 | 182 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.29 |
| HSL | 282.99º | 0.31% | 0.58% | - |
| HSV(B) | 282.99º | 0.37% | 0.71% | - |
| XYZ | 29.68 | 23.43 | 47.21 | - |
| YUV | 136.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 182 | 0.10 | 0.37 | 0 | 0.29 | 282.99 | 0.31 | 0.58 |
| Hex | A3 | 73 | B6 | A | 25 | 0 | 1D | 11B | 1F | 3A |
| Octal | 243 | 163 | 266 | 12 | 45 | 0 | 35 | 433 | 37 | 72 |
| Binary | 10100011 | 1110011 | 10110110 | 1010 | 100101 | 0 | 11101 | 100011011 | 11111 | 111010 |
Color Harmonies of #A373B6
Complementary color
Monochromatic Colors of #A373B6
Black with #A373B6
Text Example
Text Example
White with #A373B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A373B6; }
p { color: rgb(163,115,182); }
H1.HeaderClassName
{
color: #A373B6;
}
.AnyTagClassName
{
color: #A373B6;
}
</style>
background-color css
<style>
a { background-color: #A373B6; }
a { background-color: rgb(163,115,182); }
div.DivClassName
{
background-color: #A373B6;
}
.BgClassName
{
background-color: #A373B6;
}
</style>
border-color css
<style>
span { border-color: #A373B6; }
span { border-color: rgb(163,115,182); }
td.TdClassName
{
border-color: #A373B6;
}
.TagClassName
{
border-color: #A373B6;
}
</style>