#A37388

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

Shades of Mountbatten Pink #A37388

Tints of Mountbatten Pink #A37388

Color information

#A37388 (or 0xA37388) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 73 and 88. RGB value is (163,115,136). Sum of RGB (Red+Green+Blue) = 163+115+136=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A37388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37388 is #5C8C77. Grayscale: #838383. Windows color (decimal): -6065272 or 8942499. OLE color: 8942499.

HSL color Cylindrical-coordinate representation of color #A37388: hue angle of 333.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 #A37388 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB163115136-
CMYK00.290.170.36
HSL333.75º20.69%54.51%-
HSV(B)333.75º29.45%63.92%-
XYZ25.6821.8326.15-
YUV131.75130.4150.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.37%
GREEN value IS 115 (45.31% from 255) = 27.78%
BLUE value IS 136 (53.52% from 255) = 32.85%
R=39.37%
G=27.78%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311513600.290.170.36333.7520.6954.51
HexA3738801D112414e1537
Octal24316321003521445162567
Binary101000111110011100010000111011000110010010100111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37388; }

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

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

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

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

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

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

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

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