#A27A90

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

Shades of Mountbatten Pink #A27A90

Tints of Mountbatten Pink #A27A90

Color information

#A27A90 (or 0xA27A90) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 7A and 90. RGB value is (162,122,144). Sum of RGB (Red+Green+Blue) = 162+122+144=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27A90 is #5D856F. Grayscale: #888888. Windows color (decimal): -6129008 or 9468578. OLE color: 9468578.

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

Color convert

RGB162122144-
CMYK00.250.110.36
HSL327º17.7%55.69%-
HSV(B)327º24.69%63.53%-
XYZ26.8923.6129.53-
YUV136.47132.25146.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.85%
GREEN value IS 122 (48.05% from 255) = 28.50%
BLUE value IS 144 (56.64% from 255) = 33.64%
R=37.85%
G=28.50%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212214400.250.110.3632717.755.69
HexA27A90019B241471238
Octal24217222003113445072270
Binary10100010111101010010000011001101110010010100011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27A90; }

 p { color: rgb(162,122,144); }

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

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

 a { background-color: rgb(162,122,144); }

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

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

 span { border-color: rgb(162,122,144); }

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