#A3748E

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

Shades of Mountbatten Pink #A3748E

Tints of Mountbatten Pink #A3748E

Color information

#A3748E (or 0xA3748E) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 74 and 8E. RGB value is (163,116,142). Sum of RGB (Red+Green+Blue) = 163+116+142=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 163 - color contains mainly: red. Hex color #A3748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3748E is #5C8B71. Grayscale: #848484. Windows color (decimal): -6065010 or 9335971. OLE color: 9335971.

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

Color convert

RGB163116142-
CMYK00.290.130.36
HSL326.81º20.35%54.71%-
HSV(B)326.81º28.83%63.92%-
XYZ26.2322.2328.5-
YUV133.02133.07149.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.72%
GREEN value IS 116 (45.70% from 255) = 27.55%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=38.72%
G=27.55%
B=33.73%

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
Decimal16311614200.290.130.36326.8120.3554.71
HexA3748E01DD241471437
Octal24316421603515445072467
Binary10100011111010010001110011101110110010010100011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3748E; }

 p { color: rgb(163,116,142); }

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

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

 a { background-color: rgb(163,116,142); }

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

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

 span { border-color: rgb(163,116,142); }

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