#A56E91

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

Shades of Mountbatten Pink #A56E91

Tints of Mountbatten Pink #A56E91

Color information

#A56E91 (or 0xA56E91) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 6E and 91. RGB value is (165,110,145). Sum of RGB (Red+Green+Blue) = 165+110+145=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56E91 is #5A916E. Grayscale: #828282. Windows color (decimal): -5935471 or 9531045. OLE color: 9531045.

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

Color convert

RGB165110145-
CMYK00.330.120.35
HSL321.82º23.4%53.92%-
HSV(B)321.82º33.33%64.71%-
XYZ26.221.229.5-
YUV130.44136.22152.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 145 (57.03% from 255) = 34.52%
R=39.29%
G=26.19%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511014500.330.120.35321.8223.453.92
HexA56E91021C231421736
Octal24515622104114435022766
Binary101001011101110100100010100001110010001110100001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56E91; }

 p { color: rgb(165,110,145); }

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

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

 a { background-color: rgb(165,110,145); }

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

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

 span { border-color: rgb(165,110,145); }

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