#A4778F

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

Shades of Mountbatten Pink #A4778F

Tints of Mountbatten Pink #A4778F

Color information

#A4778F (or 0xA4778F) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 77 and 8F. RGB value is (164,119,143). Sum of RGB (Red+Green+Blue) = 164+119+143=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A4778F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4778F is #5B8870. Grayscale: #878787. Windows color (decimal): -5998705 or 9402276. OLE color: 9402276.

HSL color Cylindrical-coordinate representation of color #A4778F: hue angle of 328º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4778F is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB164119143-
CMYK00.270.130.36
HSL328º19.82%55.49%-
HSV(B)328º27.44%64.31%-
XYZ26.8623.0729.02-
YUV135.19132.41148.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.50%
GREEN value IS 119 (46.88% from 255) = 27.93%
BLUE value IS 143 (56.25% from 255) = 33.57%
R=38.50%
G=27.93%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411914300.270.130.3632819.8255.49
HexA4778F01BD241481437
Octal24416721703315445102467
Binary10100100111011110001111011011110110010010100100010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4778F; }

 p { color: rgb(164,119,143); }

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

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

 a { background-color: rgb(164,119,143); }

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

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

 span { border-color: rgb(164,119,143); }

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