#A4758A

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

Shades of Mountbatten Pink #A4758A

Tints of Mountbatten Pink #A4758A

Color information

#A4758A (or 0xA4758A) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 75 and 8A. RGB value is (164,117,138). Sum of RGB (Red+Green+Blue) = 164+117+138=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A4758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4758A is #5B8A75. Grayscale: #858585. Windows color (decimal): -5999222 or 9074084. OLE color: 9074084.

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

Color convert

RGB164117138-
CMYK00.290.160.36
HSL333.19º20.52%55.1%-
HSV(B)333.19º28.66%64.31%-
XYZ26.2622.4526.99-
YUV133.45130.57149.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 138 (54.30% from 255) = 32.94%
R=39.14%
G=27.92%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411713800.290.160.36333.1920.5255.1
HexA4758A01D102414d1537
Octal24416521203520445152567
Binary101001001110101100010100111011000010010010100110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4758A; }

 p { color: rgb(164,117,138); }

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

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

 a { background-color: rgb(164,117,138); }

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

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

 span { border-color: rgb(164,117,138); }

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