#A27388

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

Shades of Mountbatten Pink #A27388

Tints of Mountbatten Pink #A27388

Color information

#A27388 (or 0xA27388) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 73 and 88. RGB value is (162,115,136). Sum of RGB (Red+Green+Blue) = 162+115+136=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A27388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27388 is #5D8C77. Grayscale: #838383. Windows color (decimal): -6130808 or 8942498. OLE color: 8942498.

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

Color convert

RGB162115136-
CMYK00.290.160.36
HSL333.19º20.17%54.31%-
HSV(B)333.19º29.01%63.53%-
XYZ25.4721.7226.14-
YUV131.45130.57149.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 115 (45.31% from 255) = 27.85%
BLUE value IS 136 (53.52% from 255) = 32.93%
R=39.23%
G=27.85%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211513600.290.160.36333.1920.1754.31
HexA2738801D102414d1436
Octal24216321003520445152466
Binary101000101110011100010000111011000010010010100110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27388; }

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

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

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

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

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

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

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

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