#A479C4

Color #A479C4 Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #A479C4

Tints of Purple Mountain's Majesty #A479C4

Color information

#A479C4 (or 0xA479C4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 79 and C4. RGB value is (164,121,196). Sum of RGB (Red+Green+Blue) = 164+121+196=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 196 - color contains mainly: blue. Hex color #A479C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A479C4 is #5B863B. Grayscale: #8E8E8E. Windows color (decimal): -5998140 or 12876196. OLE color: 12876196.

HSL color Cylindrical-coordinate representation of color #A479C4: hue angle of 274.4º 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 #A479C4 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB164121196-
CMYK0.160.3800.23
HSL274.4º38.86%62.16%-
HSV(B)274.4º38.27%76.86%-
XYZ32.1125.5555.46-
YUV142.41158.25143.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 121 (47.66% from 255) = 25.16%
BLUE value IS 196 (76.95% from 255) = 40.75%
R=34.10%
G=25.16%
B=40.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641211960.160.3800.23274.438.8662.16
HexA479C41026017112273e
Octal24417130420460274224776
Binary1010010011110011100010010000100110010111100010010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A479C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A479C4; }

 p { color: rgb(164,121,196); }

 H1.HeaderClassName
 {
   color: #A479C4;
 }
 .AnyTagClassName
 {
   color: #A479C4;
 }
</style>
background-color css

<style>
 a { background-color: #A479C4; }

 a { background-color: rgb(164,121,196); }

 div.DivClassName
 {
   background-color: #A479C4;
 }
 .BgClassName
 {
   background-color: #A479C4;
 }
</style>
border-color css

<style>
 span { border-color: #A479C4; }

 span { border-color: rgb(164,121,196); }

 td.TdClassName
 {
   border-color: #A479C4;
 }
 .TagClassName
 {
   border-color: #A479C4;
 }
</style>