#A56895

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

Shades of Mountbatten Pink #A56895

Tints of Mountbatten Pink #A56895

Color information

#A56895 (or 0xA56895) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 68 and 95. RGB value is (165,104,149). Sum of RGB (Red+Green+Blue) = 165+104+149=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A56895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56895 is #5A976A. Grayscale: #7F7F7F. Windows color (decimal): -5937003 or 9791653. OLE color: 9791653.

HSL color Cylindrical-coordinate representation of color #A56895: hue angle of 315.74º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A56895 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB165104149-
CMYK00.370.100.35
HSL315.74º25.31%52.75%-
HSV(B)315.74º36.97%64.71%-
XYZ25.8920.0730.94-
YUV127.37140.21154.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.47%
GREEN value IS 104 (41.02% from 255) = 24.88%
BLUE value IS 149 (58.59% from 255) = 35.65%
R=39.47%
G=24.88%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510414900.370.100.35315.7425.3152.75
HexA56895025A2313c1935
Octal24515022504512434743165
Binary101001011101000100101010100101101010001110011110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56895; }

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

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

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

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

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

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

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

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