#A376BB

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

Shades of Purple Mountain's Majesty #A376BB

Tints of Purple Mountain's Majesty #A376BB

Color information

#A376BB (or 0xA376BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 76 and BB. RGB value is (163,118,187). Sum of RGB (Red+Green+Blue) = 163+118+187=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #A376BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376BB is #5C8944. Grayscale: #8B8B8B. Windows color (decimal): -6064453 or 12285603. OLE color: 12285603.

HSL color Cylindrical-coordinate representation of color #A376BB: hue angle of 279.13º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A376BB is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163118187-
CMYK0.130.3700.27
HSL279.13º33.66%59.8%-
HSV(B)279.13º36.9%73.33%-
XYZ30.5524.3350.1-
YUV139.32154.91144.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 118 (46.48% from 255) = 25.21%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=34.83%
G=25.21%
B=39.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631181870.130.3700.27279.1333.6659.8
HexA376BBD2501B117223c
Octal24316627315450334274274
Binary101000111110110101110111101100101011011100010111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A376BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A376BB; }

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

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

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

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

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

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

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

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