#A26894

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

Shades of Mountbatten Pink #A26894

Tints of Mountbatten Pink #A26894

Color information

#A26894 (or 0xA26894) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 68 and 94. RGB value is (162,104,148). Sum of RGB (Red+Green+Blue) = 162+104+148=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A26894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26894 is #5D976B. Grayscale: #7E7E7E. Windows color (decimal): -6133612 or 9726114. OLE color: 9726114.

HSL color Cylindrical-coordinate representation of color #A26894: hue angle of 314.48º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A26894 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB162104148-
CMYK00.360.090.36
HSL314.48º23.77%52.16%-
HSV(B)314.48º35.8%63.53%-
XYZ25.219.7230.5-
YUV126.36140.22153.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 104 (41.02% from 255) = 25.12%
BLUE value IS 148 (58.20% from 255) = 35.75%
R=39.13%
G=25.12%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210414800.360.090.36314.4823.7752.16
HexA2689402492413a1834
Octal24215022404411444723064
Binary101000101101000100101000100100100110010010011101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26894; }

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

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

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

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

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

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

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

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