#A2788E

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

Shades of Mountbatten Pink #A2788E

Tints of Mountbatten Pink #A2788E

Color information

#A2788E (or 0xA2788E) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 78 and 8E. RGB value is (162,120,142). Sum of RGB (Red+Green+Blue) = 162+120+142=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A2788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2788E is #5D8771. Grayscale: #878787. Windows color (decimal): -6129522 or 9336994. OLE color: 9336994.

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

Color convert

RGB162120142-
CMYK00.260.120.36
HSL328.57º18.42%55.29%-
HSV(B)328.57º25.93%63.53%-
XYZ26.523.0728.65-
YUV135.07131.91147.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 120 (47.27% from 255) = 28.30%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=38.21%
G=28.30%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212014200.260.120.36328.5718.4255.29
HexA2788E01AC241491237
Octal24217021603214445112267
Binary10100010111100010001110011010110010010010100100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2788E; }

 p { color: rgb(162,120,142); }

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

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

 a { background-color: rgb(162,120,142); }

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

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

 span { border-color: rgb(162,120,142); }

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