#A56F8D

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

Shades of Mountbatten Pink #A56F8D

Tints of Mountbatten Pink #A56F8D

Color information

#A56F8D (or 0xA56F8D) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 6F and 8D. RGB value is (165,111,141). Sum of RGB (Red+Green+Blue) = 165+111+141=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F8D is #5A9072. Grayscale: #828282. Windows color (decimal): -5935219 or 9269157. OLE color: 9269157.

HSL color Cylindrical-coordinate representation of color #A56F8D: hue angle of 326.67º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A56F8D is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB165111141-
CMYK00.330.150.35
HSL326.67º23.08%54.12%-
HSV(B)326.67º32.73%64.71%-
XYZ26.0121.2927.94-
YUV130.57133.89152.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 111 (43.75% from 255) = 26.62%
BLUE value IS 141 (55.47% from 255) = 33.81%
R=39.57%
G=26.62%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511114100.330.150.35326.6723.0854.12
HexA56F8D021F231471736
Octal24515721504117435072766
Binary101001011101111100011010100001111110001110100011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F8D; }

 p { color: rgb(165,111,141); }

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

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

 a { background-color: rgb(165,111,141); }

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

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

 span { border-color: rgb(165,111,141); }

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