#A3758A

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

Shades of Mountbatten Pink #A3758A

Tints of Mountbatten Pink #A3758A

Color information

#A3758A (or 0xA3758A) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 75 and 8A. RGB value is (163,117,138). Sum of RGB (Red+Green+Blue) = 163+117+138=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A3758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3758A is #5C8A75. Grayscale: #858585. Windows color (decimal): -6064758 or 9074083. OLE color: 9074083.

HSL color Cylindrical-coordinate representation of color #A3758A: hue angle of 332.61º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3758A is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB163117138-
CMYK00.280.150.36
HSL332.61º20%54.9%-
HSV(B)332.61º28.22%63.92%-
XYZ26.0522.3426.98-
YUV133.15130.74149.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 117 (46.09% from 255) = 27.99%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=39.00%
G=27.99%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311713800.280.150.36332.612054.9
HexA3758A01CF2414d1437
Octal24316521203417445152467
Binary10100011111010110001010011100111110010010100110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3758A; }

 p { color: rgb(163,117,138); }

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

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

 a { background-color: rgb(163,117,138); }

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

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

 span { border-color: rgb(163,117,138); }

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