#A2748D

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

Shades of Mountbatten Pink #A2748D

Tints of Mountbatten Pink #A2748D

Color information

#A2748D (or 0xA2748D) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 74 and 8D. RGB value is (162,116,141). Sum of RGB (Red+Green+Blue) = 162+116+141=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A2748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2748D is #5D8B72. Grayscale: #848484. Windows color (decimal): -6130547 or 9270434. OLE color: 9270434.

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

Color convert

RGB162116141-
CMYK00.280.130.36
HSL327.39º19.83%54.51%-
HSV(B)327.39º28.4%63.53%-
XYZ25.9522.128.1-
YUV132.6132.74148.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.66%
GREEN value IS 116 (45.70% from 255) = 27.68%
BLUE value IS 141 (55.47% from 255) = 33.65%
R=38.66%
G=27.68%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211614100.280.130.36327.3919.8354.51
HexA2748D01CD241471437
Octal24216421503415445072467
Binary10100010111010010001101011100110110010010100011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2748D; }

 p { color: rgb(162,116,141); }

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

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

 a { background-color: rgb(162,116,141); }

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

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

 span { border-color: rgb(162,116,141); }

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