#A379B6

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

Shades of Purple Mountain's Majesty #A379B6

Tints of Purple Mountain's Majesty #A379B6

Color information

#A379B6 (or 0xA379B6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 79 and B6. RGB value is (163,121,182). Sum of RGB (Red+Green+Blue) = 163+121+182=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 182 - color contains mainly: blue. Hex color #A379B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379B6 is #5C8649. Grayscale: #8C8C8C. Windows color (decimal): -6063690 or 11958691. OLE color: 11958691.

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

Color convert

RGB163121182-
CMYK0.100.3400.29
HSL281.31º29.47%59.41%-
HSV(B)281.31º33.52%71.37%-
XYZ30.3924.8447.45-
YUV140.51151.41144.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.98%
GREEN value IS 121 (47.66% from 255) = 25.97%
BLUE value IS 182 (71.48% from 255) = 39.06%
R=34.98%
G=25.97%
B=39.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631211820.100.3400.29281.3129.4759.41
HexA379B6A2201D1191d3b
Octal24317126612420354313573
Binary10100011111100110110110101010001001110110001100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A379B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A379B6; }

 p { color: rgb(163,121,182); }

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

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

 a { background-color: rgb(163,121,182); }

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

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

 span { border-color: rgb(163,121,182); }

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