Html Css Color HEX #A378C4 Purple Mountain's Majesty
📋 copy color: '#A378C4'red 163 ◦ green 120 ◦ blue 196
Shades of Purple Mountain's Majesty #A378C4
Tints of Purple Mountain's Majesty #A378C4
RGB
CMYK
RGB Variations
Color information
#A378C4 (or 0xA378C4) is known color: Purple Mountain's Majesty. HEX triplet: A3, 78 and C4. RGB value is (163,120,196). Sum of RGB (Red+Green+Blue) = 163+120+196=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 196 - color contains mainly: blue. Hex color #A378C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A378C4 is #5C873B. Grayscale: #8D8D8D. Windows color (decimal): -6063932 or 12875939. OLE color: 12875939.
HSL color Cylindrical-coordinate representation of color #A378C4: hue angle of 273.95º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A378C4 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 120 | 196 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.23 |
| HSL | 273.95º | 0.39% | 0.62% | - |
| HSV(B) | 273.95º | 0.39% | 0.77% | - |
| XYZ | 31.78 | 25.21 | 55.41 | - |
| YUV | 141.52 | 158.75 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 120 | 196 | 0.17 | 0.39 | 0 | 0.23 | 273.95 | 0.39 | 0.62 |
| Hex | A3 | 78 | C4 | 11 | 27 | 0 | 17 | 112 | 27 | 3E |
| Octal | 243 | 170 | 304 | 21 | 47 | 0 | 27 | 422 | 47 | 76 |
| Binary | 10100011 | 1111000 | 11000100 | 10001 | 100111 | 0 | 10111 | 100010010 | 100111 | 111110 |
Color Harmonies of #A378C4
Complementary color
Monochromatic Colors of #A378C4
Black with #A378C4
Text Example
Text Example
White with #A378C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A378C4; }
p { color: rgb(163,120,196); }
H1.HeaderClassName
{
color: #A378C4;
}
.AnyTagClassName
{
color: #A378C4;
}
</style>
background-color css
<style>
a { background-color: #A378C4; }
a { background-color: rgb(163,120,196); }
div.DivClassName
{
background-color: #A378C4;
}
.BgClassName
{
background-color: #A378C4;
}
</style>
border-color css
<style>
span { border-color: #A378C4; }
span { border-color: rgb(163,120,196); }
td.TdClassName
{
border-color: #A378C4;
}
.TagClassName
{
border-color: #A378C4;
}
</style>