Html Css Color HEX #A375BB Purple Mountain's Majesty
📋 copy color: '#A375BB'red 163 ◦ green 117 ◦ blue 187
Shades of Purple Mountain's Majesty #A375BB
Tints of Purple Mountain's Majesty #A375BB
RGB
CMYK
RGB Variations
Color information
#A375BB (or 0xA375BB) is known color: Purple Mountain's Majesty. HEX triplet: A3, 75 and BB. RGB value is (163,117,187). Sum of RGB (Red+Green+Blue) = 163+117+187=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #A375BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A375BB is #5C8A44. Grayscale: #8A8A8A. Windows color (decimal): -6064709 or 12285347. OLE color: 12285347.
HSL color Cylindrical-coordinate representation of color #A375BB: hue angle of 279.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A375BB is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 117 | 187 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.27 |
| HSL | 279.43º | 0.34% | 0.6% | - |
| HSV(B) | 279.43º | 0.37% | 0.73% | - |
| XYZ | 30.44 | 24.1 | 50.06 | - |
| YUV | 138.73 | 155.24 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 117 | 187 | 0.13 | 0.37 | 0 | 0.27 | 279.43 | 0.34 | 0.6 |
| Hex | A3 | 75 | BB | D | 25 | 0 | 1B | 117 | 22 | 3C |
| Octal | 243 | 165 | 273 | 15 | 45 | 0 | 33 | 427 | 42 | 74 |
| Binary | 10100011 | 1110101 | 10111011 | 1101 | 100101 | 0 | 11011 | 100010111 | 100010 | 111100 |
Color Harmonies of #A375BB
Complementary color
Monochromatic Colors of #A375BB
Black with #A375BB
Text Example
Text Example
White with #A375BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A375BB; }
p { color: rgb(163,117,187); }
H1.HeaderClassName
{
color: #A375BB;
}
.AnyTagClassName
{
color: #A375BB;
}
</style>
background-color css
<style>
a { background-color: #A375BB; }
a { background-color: rgb(163,117,187); }
div.DivClassName
{
background-color: #A375BB;
}
.BgClassName
{
background-color: #A375BB;
}
</style>
border-color css
<style>
span { border-color: #A375BB; }
span { border-color: rgb(163,117,187); }
td.TdClassName
{
border-color: #A375BB;
}
.TagClassName
{
border-color: #A375BB;
}
</style>