#A2748F

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

Shades of Mountbatten Pink #A2748F

Tints of Mountbatten Pink #A2748F

Color information

#A2748F (or 0xA2748F) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 74 and 8F. RGB value is (162,116,143). Sum of RGB (Red+Green+Blue) = 162+116+143=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A2748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2748F is #5D8B70. Grayscale: #848484. Windows color (decimal): -6130545 or 9401506. OLE color: 9401506.

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

Color convert

RGB162116143-
CMYK00.280.120.36
HSL324.78º19.83%54.51%-
HSV(B)324.78º28.4%63.53%-
XYZ26.122.1628.89-
YUV132.83133.74148.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 116 (45.70% from 255) = 27.55%
BLUE value IS 143 (56.25% from 255) = 33.97%
R=38.48%
G=27.55%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211614300.280.120.36324.7819.8354.51
HexA2748F01CC241451437
Octal24216421703414445052467
Binary10100010111010010001111011100110010010010100010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2748F; }

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

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

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

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

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

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

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

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