#A377BD

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

Shades of Purple Mountain's Majesty #A377BD

Tints of Purple Mountain's Majesty #A377BD

Color information

#A377BD (or 0xA377BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 77 and BD. RGB value is (163,119,189). Sum of RGB (Red+Green+Blue) = 163+119+189=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #A377BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377BD is #5C8842. Grayscale: #8B8B8B. Windows color (decimal): -6064195 or 12416931. OLE color: 12416931.

HSL color Cylindrical-coordinate representation of color #A377BD: hue angle of 277.71º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A377BD is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163119189-
CMYK0.140.3700.26
HSL277.71º34.65%60.39%-
HSV(B)277.71º37.04%74.12%-
XYZ30.8924.6551.27-
YUV140.14155.58144.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.61%
GREEN value IS 119 (46.88% from 255) = 25.27%
BLUE value IS 189 (74.22% from 255) = 40.13%
R=34.61%
G=25.27%
B=40.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631191890.140.3700.26277.7134.6560.39
HexA377BDE2501A116233c
Octal24316727516450324264374
Binary101000111110111101111011110100101011010100010110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A377BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A377BD; }

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

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

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

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

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

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

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

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