#A2708A

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

Shades of Mountbatten Pink #A2708A

Tints of Mountbatten Pink #A2708A

Color information

#A2708A (or 0xA2708A) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 70 and 8A. RGB value is (162,112,138). Sum of RGB (Red+Green+Blue) = 162+112+138=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A2708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2708A is #5D8F75. Grayscale: #818181. Windows color (decimal): -6131574 or 9072802. OLE color: 9072802.

HSL color Cylindrical-coordinate representation of color #A2708A: hue angle of 328.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2708A is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB162112138-
CMYK00.310.150.36
HSL328.8º21.19%53.73%-
HSV(B)328.8º30.86%63.53%-
XYZ25.2821.126.79-
YUV129.91132.56150.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 112 (44.14% from 255) = 27.18%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=39.32%
G=27.18%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211213800.310.150.36328.821.1953.73
HexA2708A01FF241491536
Octal24216021203717445112566
Binary10100010111000010001010011111111110010010100100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2708A; }

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

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

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

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

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

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

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

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