#A377B9

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

Shades of Purple Mountain's Majesty #A377B9

Tints of Purple Mountain's Majesty #A377B9

Color information

#A377B9 (or 0xA377B9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 77 and B9. RGB value is (163,119,185). Sum of RGB (Red+Green+Blue) = 163+119+185=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 185 - color contains mainly: blue. Hex color #A377B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377B9 is #5C8846. Grayscale: #8B8B8B. Windows color (decimal): -6064199 or 12154787. OLE color: 12154787.

HSL color Cylindrical-coordinate representation of color #A377B9: hue angle of 280º degrees, saturation: 0.32, 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 #A377B9 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163119185-
CMYK0.120.3600.27
HSL280º32.04%59.61%-
HSV(B)280º35.68%72.55%-
XYZ30.4624.4849.02-
YUV139.68153.58144.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 119 (46.88% from 255) = 25.48%
BLUE value IS 185 (72.66% from 255) = 39.61%
R=34.90%
G=25.48%
B=39.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631191850.120.3600.2728032.0459.61
HexA377B9C2401B118203c
Octal24316727114440334304074
Binary101000111110111101110011100100100011011100011000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A377B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A377B9; }

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

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

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

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

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

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

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

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