#A27E91

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

Shades of Mountbatten Pink #A27E91

Tints of Mountbatten Pink #A27E91

Color information

#A27E91 (or 0xA27E91) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 7E and 91. RGB value is (162,126,145). Sum of RGB (Red+Green+Blue) = 162+126+145=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27E91 is #5D816E. Grayscale: #8A8A8A. Windows color (decimal): -6127983 or 9535138. OLE color: 9535138.

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

Color convert

RGB162126145-
CMYK00.220.100.36
HSL328.33º16.22%56.47%-
HSV(B)328.33º22.22%63.53%-
XYZ27.4724.6530.1-
YUV138.93131.43144.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.41%
GREEN value IS 126 (49.61% from 255) = 29.10%
BLUE value IS 145 (57.03% from 255) = 33.49%
R=37.41%
G=29.10%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212614500.220.100.36328.3316.2256.47
HexA27E91016A241481038
Octal24217622102612445102070
Binary10100010111111010010001010110101010010010100100010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27E91; }

 p { color: rgb(162,126,145); }

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

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

 a { background-color: rgb(162,126,145); }

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

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

 span { border-color: rgb(162,126,145); }

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