#A379BE

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

Shades of Purple Mountain's Majesty #A379BE

Tints of Purple Mountain's Majesty #A379BE

Color information

#A379BE (or 0xA379BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 79 and BE. RGB value is (163,121,190). Sum of RGB (Red+Green+Blue) = 163+121+190=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #A379BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379BE is #5C8641. Grayscale: #8D8D8D. Windows color (decimal): -6063682 or 12482979. OLE color: 12482979.

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

Color convert

RGB163121190-
CMYK0.140.3600.25
HSL276.52º34.67%60.98%-
HSV(B)276.52º36.32%74.51%-
XYZ31.2425.1851.93-
YUV141.42155.41143.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.39%
GREEN value IS 121 (47.66% from 255) = 25.53%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=34.39%
G=25.53%
B=40.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631211900.140.3600.25276.5234.6760.98
HexA379BEE24019115233d
Octal24317127616440314254375
Binary101000111111001101111101110100100011001100010101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A379BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A379BE; }

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

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

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

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

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

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

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

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