#A37590

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

Shades of Mountbatten Pink #A37590

Tints of Mountbatten Pink #A37590

Color information

#A37590 (or 0xA37590) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 75 and 90. RGB value is (163,117,144). Sum of RGB (Red+Green+Blue) = 163+117+144=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A37590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37590 is #5C8A6F. Grayscale: #858585. Windows color (decimal): -6064752 or 9467299. OLE color: 9467299.

HSL color Cylindrical-coordinate representation of color #A37590: hue angle of 324.78º 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 #A37590 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB163117144-
CMYK00.280.120.36
HSL324.78º20%54.9%-
HSV(B)324.78º28.22%63.92%-
XYZ26.522.5229.34-
YUV133.83133.74148.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 117 (46.09% from 255) = 27.59%
BLUE value IS 144 (56.64% from 255) = 33.96%
R=38.44%
G=27.59%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311714400.280.120.36324.782054.9
HexA3759001CC241451437
Octal24316522003414445052467
Binary10100011111010110010000011100110010010010100010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37590; }

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

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

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

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

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

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

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

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