#A27191

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

Shades of Mountbatten Pink #A27191

Tints of Mountbatten Pink #A27191

Color information

#A27191 (or 0xA27191) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 71 and 91. RGB value is (162,113,145). Sum of RGB (Red+Green+Blue) = 162+113+145=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A27191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27191 is #5D8E6E. Grayscale: #838383. Windows color (decimal): -6131311 or 9531810. OLE color: 9531810.

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

Color convert

RGB162113145-
CMYK00.300.100.36
HSL320.82º20.85%53.92%-
HSV(B)320.82º30.25%63.53%-
XYZ25.9221.5429.58-
YUV131.3135.73149.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 145 (57.03% from 255) = 34.52%
R=38.57%
G=26.90%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211314500.300.100.36320.8220.8553.92
HexA2719101EA241411536
Octal24216122103612445012566
Binary10100010111000110010001011110101010010010100000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27191; }

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

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

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

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

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

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

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

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