#A56990

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

Shades of Mountbatten Pink #A56990

Tints of Mountbatten Pink #A56990

Color information

#A56990 (or 0xA56990) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 69 and 90. RGB value is (165,105,144). Sum of RGB (Red+Green+Blue) = 165+105+144=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A56990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56990 is #5A966F. Grayscale: #7F7F7F. Windows color (decimal): -5936752 or 9464229. OLE color: 9464229.

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

Color convert

RGB165105144-
CMYK00.360.130.35
HSL321º25%52.94%-
HSV(B)321º36.36%64.71%-
XYZ25.620.1228.92-
YUV127.39137.38154.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.86%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=39.86%
G=25.36%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510514400.360.130.353212552.94
HexA56990024D231411935
Octal24515122004415435013165
Binary101001011101001100100000100100110110001110100000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56990; }

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

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

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

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

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

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

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

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