#A377BB

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

Shades of Purple Mountain's Majesty #A377BB

Tints of Purple Mountain's Majesty #A377BB

Color information

#A377BB (or 0xA377BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 77 and BB. RGB value is (163,119,187). Sum of RGB (Red+Green+Blue) = 163+119+187=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #A377BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377BB is #5C8844. Grayscale: #8B8B8B. Windows color (decimal): -6064197 or 12285859. OLE color: 12285859.

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

Color convert

RGB163119187-
CMYK0.130.3600.27
HSL278.82º33.33%60%-
HSV(B)278.82º36.36%73.33%-
XYZ30.6724.5750.14-
YUV139.91154.58144.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 119 (46.88% from 255) = 25.37%
BLUE value IS 187 (73.44% from 255) = 39.87%
R=34.75%
G=25.37%
B=39.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631191870.130.3600.27278.8233.3360
HexA377BBD2401B117213c
Octal24316727315440334274174
Binary101000111110111101110111101100100011011100010111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A377BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A377BB; }

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

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

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

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

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

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

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

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