#A3748F

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

Shades of Mountbatten Pink #A3748F

Tints of Mountbatten Pink #A3748F

Color information

#A3748F (or 0xA3748F) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 74 and 8F. RGB value is (163,116,143). Sum of RGB (Red+Green+Blue) = 163+116+143=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A3748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3748F is #5C8B70. Grayscale: #858585. Windows color (decimal): -6065009 or 9401507. OLE color: 9401507.

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

Color convert

RGB163116143-
CMYK00.290.120.36
HSL325.53º20.35%54.71%-
HSV(B)325.53º28.83%63.92%-
XYZ26.3122.2628.9-
YUV133.13133.57149.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.63%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=38.63%
G=27.49%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311614300.290.120.36325.5320.3554.71
HexA3748F01DC241461437
Octal24316421703514445062467
Binary10100011111010010001111011101110010010010100011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3748F; }

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

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

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

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

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

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

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

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