#A376BD

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

Shades of Purple Mountain's Majesty #A376BD

Tints of Purple Mountain's Majesty #A376BD

Color information

#A376BD (or 0xA376BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 76 and BD. RGB value is (163,118,189). Sum of RGB (Red+Green+Blue) = 163+118+189=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #A376BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376BD is #5C8942. Grayscale: #8B8B8B. Windows color (decimal): -6064451 or 12416675. OLE color: 12416675.

HSL color Cylindrical-coordinate representation of color #A376BD: hue angle of 278.03º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A376BD is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163118189-
CMYK0.140.3800.26
HSL278.03º34.98%60.2%-
HSV(B)278.03º37.57%74.12%-
XYZ30.7724.4251.24-
YUV139.55155.91144.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.68%
GREEN value IS 118 (46.48% from 255) = 25.11%
BLUE value IS 189 (74.22% from 255) = 40.21%
R=34.68%
G=25.11%
B=40.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631181890.140.3800.26278.0334.9860.2
HexA376BDE2601A116233c
Octal24316627516460324264374
Binary101000111110110101111011110100110011010100010110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A376BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A376BD; }

 p { color: rgb(163,118,189); }

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

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

 a { background-color: rgb(163,118,189); }

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

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

 span { border-color: rgb(163,118,189); }

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