#A56A94

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

Shades of Mountbatten Pink #A56A94

Tints of Mountbatten Pink #A56A94

Color information

#A56A94 (or 0xA56A94) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 6A and 94. RGB value is (165,106,148). Sum of RGB (Red+Green+Blue) = 165+106+148=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56A94 is #5A956B. Grayscale: #808080. Windows color (decimal): -5936492 or 9726629. OLE color: 9726629.

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

Color convert

RGB165106148-
CMYK00.360.100.35
HSL317.29º24.69%53.14%-
HSV(B)317.29º35.76%64.71%-
XYZ26.0220.4530.59-
YUV128.43139.05154.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 106 (41.80% from 255) = 25.30%
BLUE value IS 148 (58.20% from 255) = 35.32%
R=39.38%
G=25.30%
B=35.32%

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
Decimal16510614800.360.100.35317.2924.6953.14
HexA56A94024A2313d1935
Octal24515222404412434753165
Binary101001011101010100101000100100101010001110011110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56A94; }

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

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

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

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

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

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

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

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