#A56F93

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

Shades of Mountbatten Pink #A56F93

Tints of Mountbatten Pink #A56F93

Color information

#A56F93 (or 0xA56F93) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 6F and 93. RGB value is (165,111,147). Sum of RGB (Red+Green+Blue) = 165+111+147=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F93 is #5A906C. Grayscale: #838383. Windows color (decimal): -5935213 or 9662373. OLE color: 9662373.

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

Color convert

RGB165111147-
CMYK00.330.110.35
HSL320º23.08%54.12%-
HSV(B)320º32.73%64.71%-
XYZ26.4721.4730.35-
YUV131.25136.89152.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 111 (43.75% from 255) = 26.24%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=39.01%
G=26.24%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511114700.330.110.3532023.0854.12
HexA56F93021B231401736
Octal24515722304113435002766
Binary101001011101111100100110100001101110001110100000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F93; }

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

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

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

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

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

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

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

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