#A2708D

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

Shades of Mountbatten Pink #A2708D

Tints of Mountbatten Pink #A2708D

Color information

#A2708D (or 0xA2708D) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 70 and 8D. RGB value is (162,112,141). Sum of RGB (Red+Green+Blue) = 162+112+141=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A2708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2708D is #5D8F72. Grayscale: #828282. Windows color (decimal): -6131571 or 9269410. OLE color: 9269410.

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

Color convert

RGB162112141-
CMYK00.310.130.36
HSL325.2º21.19%53.73%-
HSV(B)325.2º30.86%63.53%-
XYZ25.521.1927.95-
YUV130.26134.06150.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 141 (55.47% from 255) = 33.98%
R=39.04%
G=26.99%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211214100.310.130.36325.221.1953.73
HexA2708D01FD241451536
Octal24216021503715445052566
Binary10100010111000010001101011111110110010010100010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2708D; }

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

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

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

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

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

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

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

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