#A26F97

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

Shades of Mountbatten Pink #A26F97

Tints of Mountbatten Pink #A26F97

Color information

#A26F97 (or 0xA26F97) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 6F and 97. RGB value is (162,111,151). Sum of RGB (Red+Green+Blue) = 162+111+151=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26F97 is #5D9068. Grayscale: #828282. Windows color (decimal): -6131817 or 9924514. OLE color: 9924514.

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

Color convert

RGB162111151-
CMYK00.310.070.36
HSL312.94º21.52%53.53%-
HSV(B)312.94º31.48%63.53%-
XYZ26.1721.2832.01-
YUV130.81139.4150.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 111 (43.75% from 255) = 26.18%
BLUE value IS 151 (59.38% from 255) = 35.61%
R=38.21%
G=26.18%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211115100.310.070.36312.9421.5253.53
HexA26F9701F7241391636
Octal2421572270377444712666
Binary1010001011011111001011101111111110010010011100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F97; }

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

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

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

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

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

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

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

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