#A37194

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

Shades of Mountbatten Pink #A37194

Tints of Mountbatten Pink #A37194

Color information

#A37194 (or 0xA37194) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 71 and 94. RGB value is (163,113,148). Sum of RGB (Red+Green+Blue) = 163+113+148=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A37194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37194 is #5C8E6B. Grayscale: #838383. Windows color (decimal): -6065772 or 9728419. OLE color: 9728419.

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

Color convert

RGB163113148-
CMYK00.310.090.36
HSL318º21.37%54.12%-
HSV(B)318º30.67%63.92%-
XYZ26.3521.7330.82-
YUV131.94137.06150.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 113 (44.53% from 255) = 26.65%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=38.44%
G=26.65%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311314800.310.090.3631821.3754.12
HexA3719401F92413e1536
Octal24316122403711444762566
Binary10100011111000110010100011111100110010010011111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37194; }

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

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

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

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

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

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

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

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