#A5748F

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

Shades of Mountbatten Pink #A5748F

Tints of Mountbatten Pink #A5748F

Color information

#A5748F (or 0xA5748F) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 74 and 8F. RGB value is (165,116,143). Sum of RGB (Red+Green+Blue) = 165+116+143=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A5748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5748F is #5A8B70. Grayscale: #858585. Windows color (decimal): -5933937 or 9401509. OLE color: 9401509.

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

Color convert

RGB165116143-
CMYK00.300.130.35
HSL326.94º21.4%55.1%-
HSV(B)326.94º29.7%64.71%-
XYZ26.7222.4728.92-
YUV133.73133.23150.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 116 (45.70% from 255) = 27.36%
BLUE value IS 143 (56.25% from 255) = 33.73%
R=38.92%
G=27.36%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511614300.300.130.35326.9421.455.1
HexA5748F01ED231471537
Octal24516421703615435072567
Binary10100101111010010001111011110110110001110100011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5748F; }

 p { color: rgb(165,116,143); }

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

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

 a { background-color: rgb(165,116,143); }

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

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

 span { border-color: rgb(165,116,143); }

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