#A26E8E

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

Shades of Mountbatten Pink #A26E8E

Tints of Mountbatten Pink #A26E8E

Color information

#A26E8E (or 0xA26E8E) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 6E and 8E. RGB value is (162,110,142). Sum of RGB (Red+Green+Blue) = 162+110+142=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26E8E is #5D9171. Grayscale: #818181. Windows color (decimal): -6132082 or 9334434. OLE color: 9334434.

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

Color convert

RGB162110142-
CMYK00.320.120.36
HSL323.08º21.85%53.33%-
HSV(B)323.08º32.1%63.53%-
XYZ25.3620.7928.27-
YUV129.2135.23151.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 110 (43.36% from 255) = 26.57%
BLUE value IS 142 (55.86% from 255) = 34.30%
R=39.13%
G=26.57%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211014200.320.120.36323.0821.8553.33
HexA26E8E020C241431635
Octal24215621604014445032665
Binary101000101101110100011100100000110010010010100001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26E8E; }

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

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

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

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

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

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

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

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