#A57393

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

Shades of Mountbatten Pink #A57393

Tints of Mountbatten Pink #A57393

Color information

#A57393 (or 0xA57393) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 73 and 93. RGB value is (165,115,147). Sum of RGB (Red+Green+Blue) = 165+115+147=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A57393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57393 is #5A8C6C. Grayscale: #858585. Windows color (decimal): -5934189 or 9663397. OLE color: 9663397.

HSL color Cylindrical-coordinate representation of color #A57393: hue angle of 321.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57393 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB165115147-
CMYK00.300.110.35
HSL321.6º21.74%54.9%-
HSV(B)321.6º30.3%64.71%-
XYZ26.9122.3730.5-
YUV133.6135.56150.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.64%
GREEN value IS 115 (45.31% from 255) = 26.93%
BLUE value IS 147 (57.81% from 255) = 34.43%
R=38.64%
G=26.93%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511514700.300.110.35321.621.7454.9
HexA5739301EB231421637
Octal24516322303613435022667
Binary10100101111001110010011011110101110001110100001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57393; }

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

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

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

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

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

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

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

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