#A26E91

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

Shades of Mountbatten Pink #A26E91

Tints of Mountbatten Pink #A26E91

Color information

#A26E91 (or 0xA26E91) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 6E and 91. RGB value is (162,110,145). Sum of RGB (Red+Green+Blue) = 162+110+145=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26E91 is #5D916E. Grayscale: #818181. Windows color (decimal): -6132079 or 9531042. OLE color: 9531042.

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

Color convert

RGB162110145-
CMYK00.320.100.36
HSL319.62º21.85%53.33%-
HSV(B)319.62º32.1%63.53%-
XYZ25.5920.8829.47-
YUV129.54136.73151.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 110 (43.36% from 255) = 26.38%
BLUE value IS 145 (57.03% from 255) = 34.77%
R=38.85%
G=26.38%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211014500.320.100.36319.6221.8553.33
HexA26E91020A241401635
Octal24215622104012445002665
Binary101000101101110100100010100000101010010010100000010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26E91; }

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

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

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

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

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

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

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

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