#A56391

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

Shades of Mountbatten Pink #A56391

Tints of Mountbatten Pink #A56391

Color information

#A56391 (or 0xA56391) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 63 and 91. RGB value is (165,99,145). Sum of RGB (Red+Green+Blue) = 165+99+145=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A56391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56391 is #5A9C6E. Grayscale: #7B7B7B. Windows color (decimal): -5938287 or 9528229. OLE color: 9528229.

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

Color convert

RGB16599145-
CMYK00.400.120.35
HSL318.18º26.83%51.76%-
HSV(B)318.18º40%64.71%-
XYZ25.0918.9729.13-
YUV123.98139.87157.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.34%
GREEN value IS 99 (39.06% from 255) = 24.21%
BLUE value IS 145 (57.03% from 255) = 35.45%
R=40.34%
G=24.21%
B=35.45%

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
Decimal1659914500.400.120.35318.1826.8351.76
HexA56391028C2313e1b34
Octal24514322105014434763364
Binary101001011100011100100010101000110010001110011111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56391; }

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

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

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

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

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

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

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

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