#A2758A

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

Shades of Mountbatten Pink #A2758A

Tints of Mountbatten Pink #A2758A

Color information

#A2758A (or 0xA2758A) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 75 and 8A. RGB value is (162,117,138). Sum of RGB (Red+Green+Blue) = 162+117+138=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A2758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2758A is #5D8A75. Grayscale: #848484. Windows color (decimal): -6130294 or 9074082. OLE color: 9074082.

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

Color convert

RGB162117138-
CMYK00.280.150.36
HSL332º19.48%54.71%-
HSV(B)332º27.78%63.53%-
XYZ25.8522.2426.97-
YUV132.85130.91148.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=38.85%
G=28.06%
B=33.09%

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
Decimal16211713800.280.150.3633219.4854.71
HexA2758A01CF2414c1337
Octal24216521203417445142367
Binary10100010111010110001010011100111110010010100110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2758A; }

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

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

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

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

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

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

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

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