#A56B93

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

Shades of Mountbatten Pink #A56B93

Tints of Mountbatten Pink #A56B93

Color information

#A56B93 (or 0xA56B93) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 6B and 93. RGB value is (165,107,147). Sum of RGB (Red+Green+Blue) = 165+107+147=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56B93 is #5A946C. Grayscale: #808080. Windows color (decimal): -5936237 or 9661349. OLE color: 9661349.

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

Color convert

RGB165107147-
CMYK00.350.110.35
HSL318.62º24.37%53.33%-
HSV(B)318.62º35.15%64.71%-
XYZ26.0420.6230.21-
YUV128.9138.22153.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 107 (42.19% from 255) = 25.54%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=39.38%
G=25.54%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510714700.350.110.35318.6224.3753.33
HexA56B93023B2313f1835
Octal24515322304313434773065
Binary101001011101011100100110100011101110001110011111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B93; }

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

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

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

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

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

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

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

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