#A56590

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

Shades of Mountbatten Pink #A56590

Tints of Mountbatten Pink #A56590

Color information

#A56590 (or 0xA56590) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 65 and 90. RGB value is (165,101,144). Sum of RGB (Red+Green+Blue) = 165+101+144=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A56590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56590 is #5A9A6F. Grayscale: #7C7C7C. Windows color (decimal): -5937776 or 9463205. OLE color: 9463205.

HSL color Cylindrical-coordinate representation of color #A56590: hue angle of 319.69º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A56590 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB165101144-
CMYK00.390.130.35
HSL319.69º26.23%52.16%-
HSV(B)319.69º38.79%64.71%-
XYZ25.219.3228.79-
YUV125.04138.7156.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 101 (39.84% from 255) = 24.63%
BLUE value IS 144 (56.64% from 255) = 35.12%
R=40.24%
G=24.63%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510114400.390.130.35319.6926.2352.16
HexA56590027D231401a34
Octal24514522004715435003264
Binary101001011100101100100000100111110110001110100000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56590; }

 p { color: rgb(165,101,144); }

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

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

 a { background-color: rgb(165,101,144); }

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

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

 span { border-color: rgb(165,101,144); }

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