#A37493

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

Shades of Mountbatten Pink #A37493

Tints of Mountbatten Pink #A37493

Color information

#A37493 (or 0xA37493) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 74 and 93. RGB value is (163,116,147). Sum of RGB (Red+Green+Blue) = 163+116+147=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A37493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37493 is #5C8B6C. Grayscale: #858585. Windows color (decimal): -6065005 or 9663651. OLE color: 9663651.

HSL color Cylindrical-coordinate representation of color #A37493: hue angle of 320.43º degrees, saturation: 0.2, 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 #A37493 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB163116147-
CMYK00.290.100.36
HSL320.43º20.35%54.71%-
HSV(B)320.43º28.83%63.92%-
XYZ26.6222.3830.52-
YUV133.59135.57148.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 116 (45.70% from 255) = 27.23%
BLUE value IS 147 (57.81% from 255) = 34.51%
R=38.26%
G=27.23%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311614700.290.100.36320.4320.3554.71
HexA3749301DA241401437
Octal24316422303512445002467
Binary10100011111010010010011011101101010010010100000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37493; }

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

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

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

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

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

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

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

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