#A56F90

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

Shades of Mountbatten Pink #A56F90

Tints of Mountbatten Pink #A56F90

Color information

#A56F90 (or 0xA56F90) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 6F and 90. RGB value is (165,111,144). Sum of RGB (Red+Green+Blue) = 165+111+144=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F90 is #5A906F. Grayscale: #828282. Windows color (decimal): -5935216 or 9465765. OLE color: 9465765.

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

Color convert

RGB165111144-
CMYK00.330.130.35
HSL323.33º23.08%54.12%-
HSV(B)323.33º32.73%64.71%-
XYZ26.2421.3829.13-
YUV130.91135.39152.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 111 (43.75% from 255) = 26.43%
BLUE value IS 144 (56.64% from 255) = 34.29%
R=39.29%
G=26.43%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511114400.330.130.35323.3323.0854.12
HexA56F90021D231431736
Octal24515722004115435032766
Binary101001011101111100100000100001110110001110100001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F90; }

 p { color: rgb(165,111,144); }

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

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

 a { background-color: rgb(165,111,144); }

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

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

 span { border-color: rgb(165,111,144); }

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