#A27188

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

Shades of Mountbatten Pink #A27188

Tints of Mountbatten Pink #A27188

Color information

#A27188 (or 0xA27188) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 71 and 88. RGB value is (162,113,136). Sum of RGB (Red+Green+Blue) = 162+113+136=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A27188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27188 is #5D8E77. Grayscale: #828282. Windows color (decimal): -6131320 or 8941986. OLE color: 8941986.

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

Color convert

RGB162113136-
CMYK00.300.160.36
HSL331.84º20.85%53.92%-
HSV(B)331.84º30.25%63.53%-
XYZ25.2521.2726.07-
YUV130.27131.23150.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 113 (44.53% from 255) = 27.49%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=39.42%
G=27.49%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211313600.300.160.36331.8420.8553.92
HexA2718801E102414c1536
Octal24216121003620445142566
Binary101000101110001100010000111101000010010010100110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27188; }

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

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

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

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

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

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

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

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