#A2768F

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

Shades of Mountbatten Pink #A2768F

Tints of Mountbatten Pink #A2768F

Color information

#A2768F (or 0xA2768F) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 76 and 8F. RGB value is (162,118,143). Sum of RGB (Red+Green+Blue) = 162+118+143=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A2768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2768F is #5D8970. Grayscale: #858585. Windows color (decimal): -6130033 or 9402018. OLE color: 9402018.

HSL color Cylindrical-coordinate representation of color #A2768F: hue angle of 325.91º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2768F is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB162118143-
CMYK00.270.120.36
HSL325.91º19.13%54.9%-
HSV(B)325.91º27.16%63.53%-
XYZ26.3422.6228.96-
YUV134.01133.08147.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 143 (56.25% from 255) = 33.81%
R=38.30%
G=27.90%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211814300.270.120.36325.9119.1354.9
HexA2768F01BC241461337
Octal24216621703314445062367
Binary10100010111011010001111011011110010010010100011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2768F; }

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

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

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

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

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

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

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

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