#A079BC

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

Shades of Purple Mountain's Majesty #A079BC

Tints of Purple Mountain's Majesty #A079BC

Color information

#A079BC (or 0xA079BC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 79 and BC. RGB value is (160,121,188). Sum of RGB (Red+Green+Blue) = 160+121+188=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #A079BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A079BC is #5F8643. Grayscale: #8C8C8C. Windows color (decimal): -6260292 or 12351904. OLE color: 12351904.

HSL color Cylindrical-coordinate representation of color #A079BC: hue angle of 274.93º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A079BC is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160121188-
CMYK0.150.3600.26
HSL274.93º33.33%60.59%-
HSV(B)274.93º35.64%73.73%-
XYZ30.4124.7850.76-
YUV140.3154.92142.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.12%
GREEN value IS 121 (47.66% from 255) = 25.80%
BLUE value IS 188 (73.83% from 255) = 40.09%
R=34.12%
G=25.80%
B=40.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601211880.150.3600.26274.9333.3360.59
HexA079BCF2401A113213d
Octal24017127417440324234175
Binary101000001111001101111001111100100011010100010011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A079BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A079BC; }

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

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

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

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

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

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

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

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