Html Css Color HEX #A379C4 Purple Mountain's Majesty
📋 copy color: '#A379C4'red 163 ◦ green 121 ◦ blue 196
Shades of Purple Mountain's Majesty #A379C4
Tints of Purple Mountain's Majesty #A379C4
RGB
CMYK
RGB Variations
Color information
#A379C4 (or 0xA379C4) is known color: Purple Mountain's Majesty. HEX triplet: A3, 79 and C4. RGB value is (163,121,196). Sum of RGB (Red+Green+Blue) = 163+121+196=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 196 - color contains mainly: blue. Hex color #A379C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379C4 is #5C863B. Grayscale: #8D8D8D. Windows color (decimal): -6063676 or 12876195. OLE color: 12876195.
HSL color Cylindrical-coordinate representation of color #A379C4: hue angle of 273.6º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A379C4 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 121 | 196 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.23 |
| HSL | 273.6º | 0.39% | 0.62% | - |
| HSV(B) | 273.6º | 0.38% | 0.77% | - |
| XYZ | 31.91 | 25.45 | 55.45 | - |
| YUV | 142.11 | 158.41 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 196 | 0.17 | 0.38 | 0 | 0.23 | 273.6 | 0.39 | 0.62 |
| Hex | A3 | 79 | C4 | 11 | 26 | 0 | 17 | 112 | 27 | 3E |
| Octal | 243 | 171 | 304 | 21 | 46 | 0 | 27 | 422 | 47 | 76 |
| Binary | 10100011 | 1111001 | 11000100 | 10001 | 100110 | 0 | 10111 | 100010010 | 100111 | 111110 |
Color Harmonies of #A379C4
Complementary color
Monochromatic Colors of #A379C4
Black with #A379C4
Text Example
Text Example
White with #A379C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A379C4; }
p { color: rgb(163,121,196); }
H1.HeaderClassName
{
color: #A379C4;
}
.AnyTagClassName
{
color: #A379C4;
}
</style>
background-color css
<style>
a { background-color: #A379C4; }
a { background-color: rgb(163,121,196); }
div.DivClassName
{
background-color: #A379C4;
}
.BgClassName
{
background-color: #A379C4;
}
</style>
border-color css
<style>
span { border-color: #A379C4; }
span { border-color: rgb(163,121,196); }
td.TdClassName
{
border-color: #A379C4;
}
.TagClassName
{
border-color: #A379C4;
}
</style>