#A27F90

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

Shades of Mountbatten Pink #A27F90

Tints of Mountbatten Pink #A27F90

Color information

#A27F90 (or 0xA27F90) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 7F and 90. RGB value is (162,127,144). Sum of RGB (Red+Green+Blue) = 162+127+144=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27F90 is #5D806F. Grayscale: #8B8B8B. Windows color (decimal): -6127728 or 9469858. OLE color: 9469858.

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

Color convert

RGB162127144-
CMYK00.220.110.36
HSL330.86º15.84%56.67%-
HSV(B)330.86º21.6%63.53%-
XYZ27.5224.8729.74-
YUV139.4130.6144.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.41%
GREEN value IS 127 (50% from 255) = 29.33%
BLUE value IS 144 (56.64% from 255) = 33.26%
R=37.41%
G=29.33%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212714400.220.110.36330.8615.8456.67
HexA27F90016B2414b1039
Octal24217722002613445132071
Binary10100010111111110010000010110101110010010100101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F90; }

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

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

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

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

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

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

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

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