#A079B4

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

Shades of Purple Mountain's Majesty #A079B4

Tints of Purple Mountain's Majesty #A079B4

Color information

#A079B4 (or 0xA079B4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 79 and B4. RGB value is (160,121,180). Sum of RGB (Red+Green+Blue) = 160+121+180=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 180 - color contains mainly: blue. Hex color #A079B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A079B4 is #5F864B. Grayscale: #8B8B8B. Windows color (decimal): -6260300 or 11827616. OLE color: 11827616.

HSL color Cylindrical-coordinate representation of color #A079B4: hue angle of 279.66º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A079B4 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB160121180-
CMYK0.110.3300.29
HSL279.66º28.23%59.02%-
HSV(B)279.66º32.78%70.59%-
XYZ29.5724.4446.34-
YUV139.39150.92142.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 121 (47.66% from 255) = 26.25%
BLUE value IS 180 (70.70% from 255) = 39.05%
R=34.71%
G=26.25%
B=39.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601211800.110.3300.29279.6628.2359.02
HexA079B4B2101D1181c3b
Octal24017126413410354303473
Binary10100000111100110110100101110000101110110001100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A079B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A079B4; }

 p { color: rgb(160,121,180); }

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

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

 a { background-color: rgb(160,121,180); }

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

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

 span { border-color: rgb(160,121,180); }

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