#A56995

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

Shades of Mountbatten Pink #A56995

Tints of Mountbatten Pink #A56995

Color information

#A56995 (or 0xA56995) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 69 and 95. RGB value is (165,105,149). Sum of RGB (Red+Green+Blue) = 165+105+149=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A56995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56995 is #5A966A. Grayscale: #7F7F7F. Windows color (decimal): -5936747 or 9791909. OLE color: 9791909.

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

Color convert

RGB165105149-
CMYK00.360.100.35
HSL316º25%52.94%-
HSV(B)316º36.36%64.71%-
XYZ25.9920.2730.98-
YUV127.96139.88154.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 149 (58.59% from 255) = 35.56%
R=39.38%
G=25.06%
B=35.56%

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
Decimal16510514900.360.100.353162552.94
HexA56995024A2313c1935
Octal24515122504412434743165
Binary101001011101001100101010100100101010001110011110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56995; }

 p { color: rgb(165,105,149); }

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

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

 a { background-color: rgb(165,105,149); }

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

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

 span { border-color: rgb(165,105,149); }

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