#A26D8C

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

Shades of Mountbatten Pink #A26D8C

Tints of Mountbatten Pink #A26D8C

Color information

#A26D8C (or 0xA26D8C) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 6D and 8C. RGB value is (162,109,140). Sum of RGB (Red+Green+Blue) = 162+109+140=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26D8C is #5D9273. Grayscale: #808080. Windows color (decimal): -6132340 or 9203106. OLE color: 9203106.

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

Color convert

RGB162109140-
CMYK00.330.140.36
HSL324.91º22.18%53.14%-
HSV(B)324.91º32.72%63.53%-
XYZ25.120.5127.45-
YUV128.38134.56151.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 109 (42.97% from 255) = 26.52%
BLUE value IS 140 (55.08% from 255) = 34.06%
R=39.42%
G=26.52%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210914000.330.140.36324.9122.1853.14
HexA26D8C021E241451635
Octal24215521404116445052665
Binary101000101101101100011000100001111010010010100010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26D8C; }

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

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

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

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

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

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

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

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