#A37394

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

Shades of Mountbatten Pink #A37394

Tints of Mountbatten Pink #A37394

Color information

#A37394 (or 0xA37394) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 73 and 94. RGB value is (163,115,148). Sum of RGB (Red+Green+Blue) = 163+115+148=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A37394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37394 is #5C8C6B. Grayscale: #858585. Windows color (decimal): -6065260 or 9728931. OLE color: 9728931.

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

Color convert

RGB163115148-
CMYK00.290.090.36
HSL318.75º20.69%54.51%-
HSV(B)318.75º29.45%63.92%-
XYZ26.5822.1930.9-
YUV133.11136.4149.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 115 (45.31% from 255) = 27.00%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=38.26%
G=27.00%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311514800.290.090.36318.7520.6954.51
HexA3739401D92413f1537
Octal24316322403511444772567
Binary10100011111001110010100011101100110010010011111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37394; }

 p { color: rgb(163,115,148); }

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

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

 a { background-color: rgb(163,115,148); }

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

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

 span { border-color: rgb(163,115,148); }

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