#A56392

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

Shades of Mountbatten Pink #A56392

Tints of Mountbatten Pink #A56392

Color information

#A56392 (or 0xA56392) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 63 and 92. RGB value is (165,99,146). Sum of RGB (Red+Green+Blue) = 165+99+146=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A56392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56392 is #5A9C6D. Grayscale: #7B7B7B. Windows color (decimal): -5938286 or 9593765. OLE color: 9593765.

HSL color Cylindrical-coordinate representation of color #A56392: hue angle of 317.27º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A56392 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB16599146-
CMYK00.400.120.35
HSL317.27º26.83%51.76%-
HSV(B)317.27º40%64.71%-
XYZ25.171929.53-
YUV124.09140.37157.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 99 (39.06% from 255) = 24.15%
BLUE value IS 146 (57.42% from 255) = 35.61%
R=40.24%
G=24.15%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659914600.400.120.35317.2726.8351.76
HexA56392028C2313d1b34
Octal24514322205014434753364
Binary101001011100011100100100101000110010001110011110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56392; }

 p { color: rgb(165,99,146); }

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

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

 a { background-color: rgb(165,99,146); }

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

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

 span { border-color: rgb(165,99,146); }

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