#A479BE

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

Shades of Purple Mountain's Majesty #A479BE

Tints of Purple Mountain's Majesty #A479BE

Color information

#A479BE (or 0xA479BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 79 and BE. RGB value is (164,121,190). Sum of RGB (Red+Green+Blue) = 164+121+190=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #A479BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A479BE is #5B8641. Grayscale: #8D8D8D. Windows color (decimal): -5998146 or 12482980. OLE color: 12482980.

HSL color Cylindrical-coordinate representation of color #A479BE: hue angle of 277.39º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A479BE is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164121190-
CMYK0.140.3600.25
HSL277.39º34.67%60.98%-
HSV(B)277.39º36.32%74.51%-
XYZ31.4425.2851.94-
YUV141.72155.25143.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 121 (47.66% from 255) = 25.47%
BLUE value IS 190 (74.61% from 255) = 40%
R=34.53%
G=25.47%
B=40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641211900.140.3600.25277.3934.6760.98
HexA479BEE24019115233d
Octal24417127616440314254375
Binary101001001111001101111101110100100011001100010101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A479BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A479BE; }

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

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

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

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

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

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

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

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