#A56D90

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

Shades of Mountbatten Pink #A56D90

Tints of Mountbatten Pink #A56D90

Color information

#A56D90 (or 0xA56D90) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 6D and 90. RGB value is (165,109,144). Sum of RGB (Red+Green+Blue) = 165+109+144=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56D90 is #5A926F. Grayscale: #818181. Windows color (decimal): -5935728 or 9465253. OLE color: 9465253.

HSL color Cylindrical-coordinate representation of color #A56D90: hue angle of 322.5º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A56D90 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB165109144-
CMYK00.340.130.35
HSL322.5º23.73%53.73%-
HSV(B)322.5º33.94%64.71%-
XYZ26.0220.9529.06-
YUV129.73136.05153.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.47%
GREEN value IS 109 (42.97% from 255) = 26.08%
BLUE value IS 144 (56.64% from 255) = 34.45%
R=39.47%
G=26.08%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510914400.340.130.35322.523.7353.73
HexA56D90022D231421836
Octal24515522004215435023066
Binary101001011101101100100000100010110110001110100001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56D90; }

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

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

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

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

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

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

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

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