#A56E8A

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

Shades of Mountbatten Pink #A56E8A

Tints of Mountbatten Pink #A56E8A

Color information

#A56E8A (or 0xA56E8A) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 6E and 8A. RGB value is (165,110,138). Sum of RGB (Red+Green+Blue) = 165+110+138=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56E8A is #5A9175. Grayscale: #818181. Windows color (decimal): -5935478 or 9072293. OLE color: 9072293.

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

Color convert

RGB165110138-
CMYK00.330.160.35
HSL329.45º23.4%53.92%-
HSV(B)329.45º33.33%64.71%-
XYZ25.6820.9926.74-
YUV129.64132.72153.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 110 (43.36% from 255) = 26.63%
BLUE value IS 138 (54.30% from 255) = 33.41%
R=39.95%
G=26.63%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511013800.330.160.35329.4523.453.92
HexA56E8A02110231491736
Octal24515621204120435112766
Binary1010010111011101000101001000011000010001110100100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56E8A; }

 p { color: rgb(165,110,138); }

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

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

 a { background-color: rgb(165,110,138); }

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

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

 span { border-color: rgb(165,110,138); }

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