#A26E92

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

Shades of Mountbatten Pink #A26E92

Tints of Mountbatten Pink #A26E92

Color information

#A26E92 (or 0xA26E92) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 6E and 92. RGB value is (162,110,146). Sum of RGB (Red+Green+Blue) = 162+110+146=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26E92 is #5D916D. Grayscale: #818181. Windows color (decimal): -6132078 or 9596578. OLE color: 9596578.

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

Color convert

RGB162110146-
CMYK00.320.100.36
HSL318.46º21.85%53.33%-
HSV(B)318.46º32.1%63.53%-
XYZ25.6620.9129.88-
YUV129.65137.23151.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 110 (43.36% from 255) = 26.32%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=38.76%
G=26.32%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211014600.320.100.36318.4621.8553.33
HexA26E92020A2413e1635
Octal24215622204012444762665
Binary101000101101110100100100100000101010010010011111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26E92; }

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

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

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

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

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

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

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

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