#A5778B

Color #A5778B Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #A5778B

Tints of Mountbatten Pink #A5778B

Color information

#A5778B (or 0xA5778B) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 77 and 8B. RGB value is (165,119,139). Sum of RGB (Red+Green+Blue) = 165+119+139=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A5778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5778B is #5A8874. Grayscale: #878787. Windows color (decimal): -5933173 or 9140133. OLE color: 9140133.

HSL color Cylindrical-coordinate representation of color #A5778B: hue angle of 333.91º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5778B is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB165119139-
CMYK00.280.160.35
HSL333.91º20.35%55.69%-
HSV(B)333.91º27.88%64.71%-
XYZ26.7723.0627.47-
YUV135.03130.24149.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 119 (46.88% from 255) = 28.13%
BLUE value IS 139 (54.69% from 255) = 32.86%
R=39.01%
G=28.13%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511913900.280.160.35333.9120.3555.69
HexA5778B01C102314e1438
Octal24516721303420435162470
Binary101001011110111100010110111001000010001110100111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5778B; }

 p { color: rgb(165,119,139); }

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

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

 a { background-color: rgb(165,119,139); }

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

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

 span { border-color: rgb(165,119,139); }

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