#A2718E

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

Shades of Mountbatten Pink #A2718E

Tints of Mountbatten Pink #A2718E

Color information

#A2718E (or 0xA2718E) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 71 and 8E. RGB value is (162,113,142). Sum of RGB (Red+Green+Blue) = 162+113+142=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A2718E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2718E is #5D8E71. Grayscale: #828282. Windows color (decimal): -6131314 or 9335202. OLE color: 9335202.

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

Color convert

RGB162113142-
CMYK00.300.120.36
HSL324.49º20.85%53.92%-
HSV(B)324.49º30.25%63.53%-
XYZ25.6921.4428.38-
YUV130.96134.23150.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 113 (44.53% from 255) = 27.10%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=38.85%
G=27.10%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211314200.300.120.36324.4920.8553.92
HexA2718E01EC241441536
Octal24216121603614445042566
Binary10100010111000110001110011110110010010010100010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2718E; }

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

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

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

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

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

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

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

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