#A56B8D

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

Shades of Mountbatten Pink #A56B8D

Tints of Mountbatten Pink #A56B8D

Color information

#A56B8D (or 0xA56B8D) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 6B and 8D. RGB value is (165,107,141). Sum of RGB (Red+Green+Blue) = 165+107+141=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56B8D is #5A9472. Grayscale: #808080. Windows color (decimal): -5936243 or 9268133. OLE color: 9268133.

HSL color Cylindrical-coordinate representation of color #A56B8D: hue angle of 324.83º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A56B8D is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB165107141-
CMYK00.350.150.35
HSL324.83º24.37%53.33%-
HSV(B)324.83º35.15%64.71%-
XYZ25.5820.4427.8-
YUV128.22135.22154.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 107 (42.19% from 255) = 25.91%
BLUE value IS 141 (55.47% from 255) = 34.14%
R=39.95%
G=25.91%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510714100.350.150.35324.8324.3753.33
HexA56B8D023F231451835
Octal24515321504317435053065
Binary101001011101011100011010100011111110001110100010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B8D; }

 p { color: rgb(165,107,141); }

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

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

 a { background-color: rgb(165,107,141); }

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

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

 span { border-color: rgb(165,107,141); }

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