#A4688E

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

Shades of Mountbatten Pink #A4688E

Tints of Mountbatten Pink #A4688E

Color information

#A4688E (or 0xA4688E) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 68 and 8E. RGB value is (164,104,142). Sum of RGB (Red+Green+Blue) = 164+104+142=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A4688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4688E is #5B9771. Grayscale: #7E7E7E. Windows color (decimal): -6002546 or 9332900. OLE color: 9332900.

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

Color convert

RGB164104142-
CMYK00.370.130.36
HSL322º24.79%52.55%-
HSV(B)322º36.59%64.31%-
XYZ25.1419.7528.08-
YUV126.27136.88154.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 104 (41.02% from 255) = 25.37%
BLUE value IS 142 (55.86% from 255) = 34.63%
R=40%
G=25.37%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410414200.370.130.3632224.7952.55
HexA4688E025D241421935
Octal24415021604515445023165
Binary101001001101000100011100100101110110010010100001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4688E; }

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

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

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

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

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

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

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

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