#A079B5

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

Shades of Purple Mountain's Majesty #A079B5

Tints of Purple Mountain's Majesty #A079B5

Color information

#A079B5 (or 0xA079B5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 79 and B5. RGB value is (160,121,181). Sum of RGB (Red+Green+Blue) = 160+121+181=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 181 - color contains mainly: blue. Hex color #A079B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A079B5 is #5F864A. Grayscale: #8B8B8B. Windows color (decimal): -6260299 or 11893152. OLE color: 11893152.

HSL color Cylindrical-coordinate representation of color #A079B5: hue angle of 279º degrees, saturation: 0.29, 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 #A079B5 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB160121181-
CMYK0.120.3300.29
HSL279º28.85%59.22%-
HSV(B)279º33.15%70.98%-
XYZ29.6824.4846.88-
YUV139.5151.42142.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 181 (71.09% from 255) = 39.18%
R=34.63%
G=26.19%
B=39.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601211810.120.3300.2927928.8559.22
HexA079B5C2101D1171d3b
Octal24017126514410354273573
Binary10100000111100110110101110010000101110110001011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A079B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A079B5; }

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

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

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

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

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

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

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

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