#A2798E

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

Shades of Mountbatten Pink #A2798E

Tints of Mountbatten Pink #A2798E

Color information

#A2798E (or 0xA2798E) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 79 and 8E. RGB value is (162,121,142). Sum of RGB (Red+Green+Blue) = 162+121+142=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A2798E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2798E is #5D8671. Grayscale: #878787. Windows color (decimal): -6129266 or 9337250. OLE color: 9337250.

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

Color convert

RGB162121142-
CMYK00.250.120.36
HSL329.27º18.06%55.49%-
HSV(B)329.27º25.31%63.53%-
XYZ26.6223.3128.69-
YUV135.65131.58146.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 121 (47.66% from 255) = 28.47%
BLUE value IS 142 (55.86% from 255) = 33.41%
R=38.12%
G=28.47%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212114200.250.120.36329.2718.0655.49
HexA2798E019C241491237
Octal24217121603114445112267
Binary10100010111100110001110011001110010010010100100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2798E; }

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

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

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

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

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

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

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

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