#A56F8C

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

Shades of Mountbatten Pink #A56F8C

Tints of Mountbatten Pink #A56F8C

Color information

#A56F8C (or 0xA56F8C) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 6F and 8C. RGB value is (165,111,140). Sum of RGB (Red+Green+Blue) = 165+111+140=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F8C is #5A9073. Grayscale: #828282. Windows color (decimal): -5935220 or 9203621. OLE color: 9203621.

HSL color Cylindrical-coordinate representation of color #A56F8C: hue angle of 327.78º 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 #A56F8C is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB165111140-
CMYK00.330.150.35
HSL327.78º23.08%54.12%-
HSV(B)327.78º32.73%64.71%-
XYZ25.9421.2627.55-
YUV130.45133.39152.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 111 (43.75% from 255) = 26.68%
BLUE value IS 140 (55.08% from 255) = 33.65%
R=39.66%
G=26.68%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511114000.330.150.35327.7823.0854.12
HexA56F8C021F231481736
Octal24515721404117435102766
Binary101001011101111100011000100001111110001110100100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F8C; }

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

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

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

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

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

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

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

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