#A7758C

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

Shades of Mountbatten Pink #A7758C

Tints of Mountbatten Pink #A7758C

Color information

#A7758C (or 0xA7758C) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 75 and 8C. RGB value is (167,117,140). Sum of RGB (Red+Green+Blue) = 167+117+140=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 167 - color contains mainly: red. Hex color #A7758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7758C is #588A73. Grayscale: #868686. Windows color (decimal): -5802612 or 9205159. OLE color: 9205159.

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

Color convert

RGB167117140-
CMYK00.300.160.35
HSL332.4º22.12%55.69%-
HSV(B)332.4º29.94%65.49%-
XYZ27.0322.8327.79-
YUV134.57131.06151.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.39%
GREEN value IS 117 (46.09% from 255) = 27.59%
BLUE value IS 140 (55.08% from 255) = 33.02%
R=39.39%
G=27.59%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711714000.300.160.35332.422.1255.69
HexA7758C01E102314c1638
Octal24716521403620435142670
Binary101001111110101100011000111101000010001110100110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7758C; }

 p { color: rgb(167,117,140); }

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

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

 a { background-color: rgb(167,117,140); }

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

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

 span { border-color: rgb(167,117,140); }

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