Html Css Color HEX #A478C4 Purple Mountain's Majesty
📋 copy color: '#A478C4'red 164 ◦ green 120 ◦ blue 196
Shades of Purple Mountain's Majesty #A478C4
Tints of Purple Mountain's Majesty #A478C4
RGB
CMYK
RGB Variations
Color information
#A478C4 (or 0xA478C4) is known color: Purple Mountain's Majesty. HEX triplet: A4, 78 and C4. RGB value is (164,120,196). Sum of RGB (Red+Green+Blue) = 164+120+196=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 120 (47.27% from 255 or 25% 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 #A478C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478C4 is #5B873B. Grayscale: #8D8D8D. Windows color (decimal): -5998396 or 12875940. OLE color: 12875940.
HSL color Cylindrical-coordinate representation of color #A478C4: hue angle of 274.74º 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 #A478C4 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 120 | 196 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.23 |
| HSL | 274.74º | 0.39% | 0.62% | - |
| HSV(B) | 274.74º | 0.39% | 0.77% | - |
| XYZ | 31.99 | 25.31 | 55.42 | - |
| YUV | 141.82 | 158.58 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 196 | 0.16 | 0.39 | 0 | 0.23 | 274.74 | 0.39 | 0.62 |
| Hex | A4 | 78 | C4 | 10 | 27 | 0 | 17 | 113 | 27 | 3E |
| Octal | 244 | 170 | 304 | 20 | 47 | 0 | 27 | 423 | 47 | 76 |
| Binary | 10100100 | 1111000 | 11000100 | 10000 | 100111 | 0 | 10111 | 100010011 | 100111 | 111110 |
Color Harmonies of #A478C4
Complementary color
Monochromatic Colors of #A478C4
Black with #A478C4
Text Example
Text Example
White with #A478C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A478C4; }
p { color: rgb(164,120,196); }
H1.HeaderClassName
{
color: #A478C4;
}
.AnyTagClassName
{
color: #A478C4;
}
</style>
background-color css
<style>
a { background-color: #A478C4; }
a { background-color: rgb(164,120,196); }
div.DivClassName
{
background-color: #A478C4;
}
.BgClassName
{
background-color: #A478C4;
}
</style>
border-color css
<style>
span { border-color: #A478C4; }
span { border-color: rgb(164,120,196); }
td.TdClassName
{
border-color: #A478C4;
}
.TagClassName
{
border-color: #A478C4;
}
</style>