#A26D90

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

Shades of Mountbatten Pink #A26D90

Tints of Mountbatten Pink #A26D90

Color information

#A26D90 (or 0xA26D90) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 6D and 90. RGB value is (162,109,144). Sum of RGB (Red+Green+Blue) = 162+109+144=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26D90 is #5D926F. Grayscale: #808080. Windows color (decimal): -6132336 or 9465250. OLE color: 9465250.

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

Color convert

RGB162109144-
CMYK00.330.110.36
HSL320.38º22.18%53.14%-
HSV(B)320.38º32.72%63.53%-
XYZ25.420.6329.03-
YUV128.84136.56151.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 109 (42.97% from 255) = 26.27%
BLUE value IS 144 (56.64% from 255) = 34.70%
R=39.04%
G=26.27%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210914400.330.110.36320.3822.1853.14
HexA26D90021B241401635
Octal24215522004113445002665
Binary101000101101101100100000100001101110010010100000010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26D90; }

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

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

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

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

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

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

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

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