#A4768E

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

Shades of Mountbatten Pink #A4768E

Tints of Mountbatten Pink #A4768E

Color information

#A4768E (or 0xA4768E) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 76 and 8E. RGB value is (164,118,142). Sum of RGB (Red+Green+Blue) = 164+118+142=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A4768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4768E is #5B8971. Grayscale: #868686. Windows color (decimal): -5998962 or 9336484. OLE color: 9336484.

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

Color convert

RGB164118142-
CMYK00.280.130.36
HSL328.7º20.18%55.29%-
HSV(B)328.7º28.05%64.31%-
XYZ26.6722.828.59-
YUV134.49132.24149.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=38.68%
G=27.83%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411814200.280.130.36328.720.1855.29
HexA4768E01CD241491437
Octal24416621603415445112467
Binary10100100111011010001110011100110110010010100100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4768E; }

 p { color: rgb(164,118,142); }

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

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

 a { background-color: rgb(164,118,142); }

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

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

 span { border-color: rgb(164,118,142); }

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