#A5758C

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

Shades of Mountbatten Pink #A5758C

Tints of Mountbatten Pink #A5758C

Color information

#A5758C (or 0xA5758C) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 75 and 8C. RGB value is (165,117,140). Sum of RGB (Red+Green+Blue) = 165+117+140=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A5758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5758C is #5A8A73. Grayscale: #858585. Windows color (decimal): -5933684 or 9205157. OLE color: 9205157.

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

Color convert

RGB165117140-
CMYK00.290.150.35
HSL331.25º21.05%55.29%-
HSV(B)331.25º29.09%64.71%-
XYZ26.6122.6227.77-
YUV133.97131.4150.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.10%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 140 (55.08% from 255) = 33.18%
R=39.10%
G=27.73%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511714000.290.150.35331.2521.0555.29
HexA5758C01DF2314b1537
Octal24516521403517435132567
Binary10100101111010110001100011101111110001110100101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5758C; }

 p { color: rgb(165,117,140); }

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

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

 a { background-color: rgb(165,117,140); }

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

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

 span { border-color: rgb(165,117,140); }

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