#A26D96

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

Shades of Mountbatten Pink #A26D96

Tints of Mountbatten Pink #A26D96

Color information

#A26D96 (or 0xA26D96) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 6D and 96. RGB value is (162,109,150). Sum of RGB (Red+Green+Blue) = 162+109+150=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26D96 is #5D9269. Grayscale: #818181. Windows color (decimal): -6132330 or 9858466. OLE color: 9858466.

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

Color convert

RGB162109150-
CMYK00.330.070.36
HSL313.58º22.18%53.14%-
HSV(B)313.58º32.72%63.53%-
XYZ25.8720.8231.51-
YUV129.52139.56151.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 109 (42.97% from 255) = 25.89%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=38.48%
G=25.89%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210915000.330.070.36313.5822.1853.14
HexA26D9602172413a1635
Octal2421552260417444722665
Binary10100010110110110010110010000111110010010011101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26D96; }

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

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

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

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

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

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

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

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