#A2748B

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

Shades of Mountbatten Pink #A2748B

Tints of Mountbatten Pink #A2748B

Color information

#A2748B (or 0xA2748B) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 74 and 8B. RGB value is (162,116,139). Sum of RGB (Red+Green+Blue) = 162+116+139=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A2748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2748B is #5D8B74. Grayscale: #848484. Windows color (decimal): -6130549 or 9139362. OLE color: 9139362.

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

Color convert

RGB162116139-
CMYK00.280.140.36
HSL330º19.83%54.51%-
HSV(B)330º28.4%63.53%-
XYZ25.8122.0427.32-
YUV132.38131.74149.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 116 (45.70% from 255) = 27.82%
BLUE value IS 139 (54.69% from 255) = 33.33%
R=38.85%
G=27.82%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211613900.280.140.3633019.8354.51
HexA2748B01CE2414a1437
Octal24216421303416445122467
Binary10100010111010010001011011100111010010010100101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2748B; }

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

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

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

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

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

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

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

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