#A5758E

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

Shades of Mountbatten Pink #A5758E

Tints of Mountbatten Pink #A5758E

Color information

#A5758E (or 0xA5758E) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 75 and 8E. RGB value is (165,117,142). Sum of RGB (Red+Green+Blue) = 165+117+142=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A5758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5758E is #5A8A71. Grayscale: #868686. Windows color (decimal): -5933682 or 9336229. OLE color: 9336229.

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

Color convert

RGB165117142-
CMYK00.290.140.35
HSL328.75º21.05%55.29%-
HSV(B)328.75º29.09%64.71%-
XYZ26.7622.6728.56-
YUV134.2132.4149.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 117 (46.09% from 255) = 27.59%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=38.92%
G=27.59%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511714200.290.140.35328.7521.0555.29
HexA5758E01DE231491537
Octal24516521603516435112567
Binary10100101111010110001110011101111010001110100100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5758E; }

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

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

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

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

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

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

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

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