#A56B96

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

Shades of Mountbatten Pink #A56B96

Tints of Mountbatten Pink #A56B96

Color information

#A56B96 (or 0xA56B96) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 6B and 96. RGB value is (165,107,150). Sum of RGB (Red+Green+Blue) = 165+107+150=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56B96 is #5A9469. Grayscale: #818181. Windows color (decimal): -5936234 or 9857957. OLE color: 9857957.

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

Color convert

RGB165107150-
CMYK00.350.090.35
HSL315.52º24.37%53.33%-
HSV(B)315.52º35.15%64.71%-
XYZ26.2820.7231.47-
YUV129.24139.72153.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.10%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 150 (58.98% from 255) = 35.55%
R=39.10%
G=25.36%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510715000.350.090.35315.5224.3753.33
HexA56B9602392313c1835
Octal24515322604311434743065
Binary101001011101011100101100100011100110001110011110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B96; }

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

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

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

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

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

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

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

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