#A56E92

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

Shades of Mountbatten Pink #A56E92

Tints of Mountbatten Pink #A56E92

Color information

#A56E92 (or 0xA56E92) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 6E and 92. RGB value is (165,110,146). Sum of RGB (Red+Green+Blue) = 165+110+146=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56E92 is #5A916D. Grayscale: #828282. Windows color (decimal): -5935470 or 9596581. OLE color: 9596581.

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

Color convert

RGB165110146-
CMYK00.330.120.35
HSL320.73º23.4%53.92%-
HSV(B)320.73º33.33%64.71%-
XYZ26.2821.2329.91-
YUV130.55136.72152.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 110 (43.36% from 255) = 26.13%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=39.19%
G=26.13%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511014600.330.120.35320.7323.453.92
HexA56E92021C231411736
Octal24515622204114435012766
Binary101001011101110100100100100001110010001110100000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56E92; }

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

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

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

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

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

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

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

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