#A56A95

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

Shades of Mountbatten Pink #A56A95

Tints of Mountbatten Pink #A56A95

Color information

#A56A95 (or 0xA56A95) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 6A and 95. RGB value is (165,106,149). Sum of RGB (Red+Green+Blue) = 165+106+149=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56A95 is #5A956A. Grayscale: #808080. Windows color (decimal): -5936491 or 9792165. OLE color: 9792165.

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

Color convert

RGB165106149-
CMYK00.360.100.35
HSL316.27º24.69%53.14%-
HSV(B)316.27º35.76%64.71%-
XYZ26.120.4831.01-
YUV128.54139.55154-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 106 (41.80% from 255) = 25.24%
BLUE value IS 149 (58.59% from 255) = 35.48%
R=39.29%
G=25.24%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510614900.360.100.35316.2724.6953.14
HexA56A95024A2313c1935
Octal24515222504412434743165
Binary101001011101010100101010100100101010001110011110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56A95; }

 p { color: rgb(165,106,149); }

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

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

 a { background-color: rgb(165,106,149); }

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

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

 span { border-color: rgb(165,106,149); }

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