#A56F8B

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

Shades of Mountbatten Pink #A56F8B

Tints of Mountbatten Pink #A56F8B

Color information

#A56F8B (or 0xA56F8B) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 6F and 8B. RGB value is (165,111,139). Sum of RGB (Red+Green+Blue) = 165+111+139=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F8B is #5A9074. Grayscale: #828282. Windows color (decimal): -5935221 or 9138085. OLE color: 9138085.

HSL color Cylindrical-coordinate representation of color #A56F8B: hue angle of 328.89º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A56F8B is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB165111139-
CMYK00.330.160.35
HSL328.89º23.08%54.12%-
HSV(B)328.89º32.73%64.71%-
XYZ25.8621.2327.16-
YUV130.34132.89152.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 111 (43.75% from 255) = 26.75%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=39.76%
G=26.75%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511113900.330.160.35328.8923.0854.12
HexA56F8B02110231491736
Octal24515721304120435112766
Binary1010010111011111000101101000011000010001110100100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F8B; }

 p { color: rgb(165,111,139); }

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

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

 a { background-color: rgb(165,111,139); }

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

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

 span { border-color: rgb(165,111,139); }

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