#A3708E

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

Shades of Mountbatten Pink #A3708E

Tints of Mountbatten Pink #A3708E

Color information

#A3708E (or 0xA3708E) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 70 and 8E. RGB value is (163,112,142). Sum of RGB (Red+Green+Blue) = 163+112+142=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A3708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3708E is #5C8F71. Grayscale: #828282. Windows color (decimal): -6066034 or 9334947. OLE color: 9334947.

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

Color convert

RGB163112142-
CMYK00.310.130.36
HSL324.71º21.7%53.92%-
HSV(B)324.71º31.29%63.92%-
XYZ25.7821.3328.35-
YUV130.67134.4151.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=39.09%
G=26.86%
B=34.05%

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
Decimal16311214200.310.130.36324.7121.753.92
HexA3708E01FD241451636
Octal24316021603715445052666
Binary10100011111000010001110011111110110010010100010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3708E; }

 p { color: rgb(163,112,142); }

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

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

 a { background-color: rgb(163,112,142); }

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

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

 span { border-color: rgb(163,112,142); }

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