#A079BE

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

Shades of Purple Mountain's Majesty #A079BE

Tints of Purple Mountain's Majesty #A079BE

Color information

#A079BE (or 0xA079BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 79 and BE. RGB value is (160,121,190). Sum of RGB (Red+Green+Blue) = 160+121+190=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #A079BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A079BE is #5F8641. Grayscale: #8C8C8C. Windows color (decimal): -6260290 or 12482976. OLE color: 12482976.

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

Color convert

RGB160121190-
CMYK0.160.3600.25
HSL273.91º34.67%60.98%-
HSV(B)273.91º36.32%74.51%-
XYZ30.6324.8751.9-
YUV140.53155.92141.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.97%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=33.97%
G=25.69%
B=40.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601211900.160.3600.25273.9134.6760.98
HexA079BE1024019112233d
Octal24017127620440314224375
Binary1010000011110011011111010000100100011001100010010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A079BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A079BE; }

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

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

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

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

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

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

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

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