#A2718F

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

Shades of Mountbatten Pink #A2718F

Tints of Mountbatten Pink #A2718F

Color information

#A2718F (or 0xA2718F) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 71 and 8F. RGB value is (162,113,143). Sum of RGB (Red+Green+Blue) = 162+113+143=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A2718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2718F is #5D8E70. Grayscale: #838383. Windows color (decimal): -6131313 or 9400738. OLE color: 9400738.

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

Color convert

RGB162113143-
CMYK00.300.120.36
HSL323.27º20.85%53.92%-
HSV(B)323.27º30.25%63.53%-
XYZ25.7621.4728.77-
YUV131.07134.73150.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 113 (44.53% from 255) = 27.03%
BLUE value IS 143 (56.25% from 255) = 34.21%
R=38.76%
G=27.03%
B=34.21%

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
Decimal16211314300.300.120.36323.2720.8553.92
HexA2718F01EC241431536
Octal24216121703614445032566
Binary10100010111000110001111011110110010010010100001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2718F; }

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

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

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

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

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

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

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

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