#A27F8E

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

Shades of Mountbatten Pink #A27F8E

Tints of Mountbatten Pink #A27F8E

Color information

#A27F8E (or 0xA27F8E) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 7F and 8E. RGB value is (162,127,142). Sum of RGB (Red+Green+Blue) = 162+127+142=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27F8E is #5D8071. Grayscale: #8B8B8B. Windows color (decimal): -6127730 or 9338786. OLE color: 9338786.

HSL color Cylindrical-coordinate representation of color #A27F8E: hue angle of 334.29º 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 #A27F8E is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB162127142-
CMYK00.220.120.36
HSL334.29º15.84%56.67%-
HSV(B)334.29º21.6%63.53%-
XYZ27.3724.8128.94-
YUV139.17129.6144.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=37.59%
G=29.47%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212714200.220.120.36334.2915.8456.67
HexA27F8E016C2414e1039
Octal24217721602614445162071
Binary10100010111111110001110010110110010010010100111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F8E; }

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

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

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

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

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

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

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

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