#A37593

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

Shades of Mountbatten Pink #A37593

Tints of Mountbatten Pink #A37593

Color information

#A37593 (or 0xA37593) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 75 and 93. RGB value is (163,117,147). Sum of RGB (Red+Green+Blue) = 163+117+147=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 163 - color contains mainly: red. Hex color #A37593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37593 is #5C8A6C. Grayscale: #868686. Windows color (decimal): -6064749 or 9663907. OLE color: 9663907.

HSL color Cylindrical-coordinate representation of color #A37593: hue angle of 320.87º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A37593 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB163117147-
CMYK00.280.100.36
HSL320.87º20%54.9%-
HSV(B)320.87º28.22%63.92%-
XYZ26.7322.6230.56-
YUV134.17135.24148.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 147 (57.81% from 255) = 34.43%
R=38.17%
G=27.40%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311714700.280.100.36320.872054.9
HexA3759301CA241411437
Octal24316522303412445012467
Binary10100011111010110010011011100101010010010100000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37593; }

 p { color: rgb(163,117,147); }

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

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

 a { background-color: rgb(163,117,147); }

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

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

 span { border-color: rgb(163,117,147); }

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