#A4758E

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

Shades of Mountbatten Pink #A4758E

Tints of Mountbatten Pink #A4758E

Color information

#A4758E (or 0xA4758E) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 75 and 8E. RGB value is (164,117,142). Sum of RGB (Red+Green+Blue) = 164+117+142=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A4758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4758E is #5B8A71. Grayscale: #858585. Windows color (decimal): -5999218 or 9336228. OLE color: 9336228.

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

Color convert

RGB164117142-
CMYK00.290.130.36
HSL328.09º20.52%55.1%-
HSV(B)328.09º28.66%64.31%-
XYZ26.5522.5728.55-
YUV133.9132.57149.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=38.77%
G=27.66%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411714200.290.130.36328.0920.5255.1
HexA4758E01DD241481537
Octal24416521603515445102567
Binary10100100111010110001110011101110110010010100100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4758E; }

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

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

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

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

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

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

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

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