#A4688F

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

Shades of Mountbatten Pink #A4688F

Tints of Mountbatten Pink #A4688F

Color information

#A4688F (or 0xA4688F) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 68 and 8F. RGB value is (164,104,143). Sum of RGB (Red+Green+Blue) = 164+104+143=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A4688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4688F is #5B9770. Grayscale: #7E7E7E. Windows color (decimal): -6002545 or 9398436. OLE color: 9398436.

HSL color Cylindrical-coordinate representation of color #A4688F: hue angle of 321º 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 #A4688F is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB164104143-
CMYK00.370.130.36
HSL321º24.79%52.55%-
HSV(B)321º36.59%64.31%-
XYZ25.2219.7828.47-
YUV126.39137.38154.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 104 (41.02% from 255) = 25.30%
BLUE value IS 143 (56.25% from 255) = 34.79%
R=39.90%
G=25.30%
B=34.79%

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
Decimal16410414300.370.130.3632124.7952.55
HexA4688F025D241411935
Octal24415021704515445013165
Binary101001001101000100011110100101110110010010100000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4688F; }

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

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

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

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

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

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

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

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