#A379BF

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

Shades of Purple Mountain's Majesty #A379BF

Tints of Purple Mountain's Majesty #A379BF

Color information

#A379BF (or 0xA379BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 79 and BF. RGB value is (163,121,191). Sum of RGB (Red+Green+Blue) = 163+121+191=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #A379BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379BF is #5C8640. Grayscale: #8D8D8D. Windows color (decimal): -6063681 or 12548515. OLE color: 12548515.

HSL color Cylindrical-coordinate representation of color #A379BF: hue angle of 276º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A379BF is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163121191-
CMYK0.150.3700.25
HSL276º35.35%61.18%-
HSV(B)276º36.65%74.9%-
XYZ31.3525.2252.51-
YUV141.54155.91143.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.32%
GREEN value IS 121 (47.66% from 255) = 25.47%
BLUE value IS 191 (75% from 255) = 40.21%
R=34.32%
G=25.47%
B=40.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631211910.150.3700.2527635.3561.18
HexA379BFF25019114233d
Octal24317127717450314244375
Binary101000111111001101111111111100101011001100010100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A379BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A379BF; }

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

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

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

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

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

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

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

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