#A26E97

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

Shades of Mountbatten Pink #A26E97

Tints of Mountbatten Pink #A26E97

Color information

#A26E97 (or 0xA26E97) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 6E and 97. RGB value is (162,110,151). Sum of RGB (Red+Green+Blue) = 162+110+151=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26E97 is #5D9168. Grayscale: #828282. Windows color (decimal): -6132073 or 9924258. OLE color: 9924258.

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

Color convert

RGB162110151-
CMYK00.320.070.36
HSL312.69º21.85%53.33%-
HSV(B)312.69º32.1%63.53%-
XYZ26.0621.0731.97-
YUV130.22139.73150.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 110 (43.36% from 255) = 26.00%
BLUE value IS 151 (59.38% from 255) = 35.70%
R=38.30%
G=26.00%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211015100.320.070.36312.6921.8553.33
HexA26E970207241391635
Octal2421562270407444712665
Binary10100010110111010010111010000011110010010011100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26E97; }

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

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

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

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

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

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

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

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