#A56991

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

Shades of Mountbatten Pink #A56991

Tints of Mountbatten Pink #A56991

Color information

#A56991 (or 0xA56991) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 69 and 91. RGB value is (165,105,145). Sum of RGB (Red+Green+Blue) = 165+105+145=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A56991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56991 is #5A966E. Grayscale: #7F7F7F. Windows color (decimal): -5936751 or 9529765. OLE color: 9529765.

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

Color convert

RGB165105145-
CMYK00.360.120.35
HSL320º25%52.94%-
HSV(B)320º36.36%64.71%-
XYZ25.6820.1529.32-
YUV127.5137.88154.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 145 (57.03% from 255) = 34.94%
R=39.76%
G=25.30%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510514500.360.120.353202552.94
HexA56991024C231401935
Octal24515122104414435003165
Binary101001011101001100100010100100110010001110100000011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56991; }

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

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

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

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

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

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

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

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