#A377BF

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

Shades of Purple Mountain's Majesty #A377BF

Tints of Purple Mountain's Majesty #A377BF

Color information

#A377BF (or 0xA377BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 77 and BF. RGB value is (163,119,191). Sum of RGB (Red+Green+Blue) = 163+119+191=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #A377BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377BF is #5C8840. Grayscale: #8C8C8C. Windows color (decimal): -6064193 or 12548003. OLE color: 12548003.

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

Color convert

RGB163119191-
CMYK0.150.3800.25
HSL276.67º36%60.78%-
HSV(B)276.67º37.7%74.9%-
XYZ31.1124.7452.43-
YUV140.36156.58144.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.46%
GREEN value IS 119 (46.88% from 255) = 25.16%
BLUE value IS 191 (75% from 255) = 40.38%
R=34.46%
G=25.16%
B=40.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631191910.150.3800.25276.673660.78
HexA377BFF26019115243d
Octal24316727717460314254475
Binary101000111110111101111111111100110011001100010101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A377BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A377BF; }

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

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

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

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

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

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

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

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