#A26E94

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

Shades of Mountbatten Pink #A26E94

Tints of Mountbatten Pink #A26E94

Color information

#A26E94 (or 0xA26E94) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 6E and 94. RGB value is (162,110,148). Sum of RGB (Red+Green+Blue) = 162+110+148=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26E94 is #5D916B. Grayscale: #818181. Windows color (decimal): -6132076 or 9727650. OLE color: 9727650.

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

Color convert

RGB162110148-
CMYK00.320.090.36
HSL316.15º21.85%53.33%-
HSV(B)316.15º32.1%63.53%-
XYZ25.8220.9730.7-
YUV129.88138.23150.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 148 (58.20% from 255) = 35.24%
R=38.57%
G=26.19%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211014800.320.090.36316.1521.8553.33
HexA26E9402092413c1635
Octal24215622404011444742665
Binary101000101101110100101000100000100110010010011110010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26E94; }

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

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

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

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

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

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

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

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