#A56994

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

Shades of Mountbatten Pink #A56994

Tints of Mountbatten Pink #A56994

Color information

#A56994 (or 0xA56994) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 69 and 94. RGB value is (165,105,148). Sum of RGB (Red+Green+Blue) = 165+105+148=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A56994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56994 is #5A966B. Grayscale: #7F7F7F. Windows color (decimal): -5936748 or 9726373. OLE color: 9726373.

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

Color convert

RGB165105148-
CMYK00.360.100.35
HSL317º25%52.94%-
HSV(B)317º36.36%64.71%-
XYZ25.9120.2430.56-
YUV127.84139.38154.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.47%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 148 (58.20% from 255) = 35.41%
R=39.47%
G=25.12%
B=35.41%

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
Decimal16510514800.360.100.353172552.94
HexA56994024A2313d1935
Octal24515122404412434753165
Binary101001011101001100101000100100101010001110011110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56994; }

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

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

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

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

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

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

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

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