#A2708F

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

Shades of Mountbatten Pink #A2708F

Tints of Mountbatten Pink #A2708F

Color information

#A2708F (or 0xA2708F) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 70 and 8F. RGB value is (162,112,143). Sum of RGB (Red+Green+Blue) = 162+112+143=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A2708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2708F is #5D8F70. Grayscale: #828282. Windows color (decimal): -6131569 or 9400482. OLE color: 9400482.

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

Color convert

RGB162112143-
CMYK00.310.120.36
HSL322.8º21.19%53.73%-
HSV(B)322.8º30.86%63.53%-
XYZ25.6521.2528.74-
YUV130.48135.06150.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 143 (56.25% from 255) = 34.29%
R=38.85%
G=26.86%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211214300.310.120.36322.821.1953.73
HexA2708F01FC241431536
Octal24216021703714445032566
Binary10100010111000010001111011111110010010010100001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2708F; }

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

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

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

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

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

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

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

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