#A377B4

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

Shades of Purple Mountain's Majesty #A377B4

Tints of Purple Mountain's Majesty #A377B4

Color information

#A377B4 (or 0xA377B4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 77 and B4. RGB value is (163,119,180). Sum of RGB (Red+Green+Blue) = 163+119+180=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 180 - color contains mainly: blue. Hex color #A377B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377B4 is #5C884B. Grayscale: #8A8A8A. Windows color (decimal): -6064204 or 11827107. OLE color: 11827107.

HSL color Cylindrical-coordinate representation of color #A377B4: hue angle of 283.28º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A377B4 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB163119180-
CMYK0.090.3400.29
HSL283.28º28.91%58.63%-
HSV(B)283.28º33.89%70.59%-
XYZ29.9424.2846.29-
YUV139.11151.08145.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.28%
GREEN value IS 119 (46.88% from 255) = 25.76%
BLUE value IS 180 (70.70% from 255) = 38.96%
R=35.28%
G=25.76%
B=38.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631191800.090.3400.29283.2828.9158.63
HexA377B492201D11b1d3b
Octal24316726411420354333573
Binary10100011111011110110100100110001001110110001101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A377B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A377B4; }

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

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

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

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

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

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

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

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