#A2808E

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

Shades of Mountbatten Pink #A2808E

Tints of Mountbatten Pink #A2808E

Color information

#A2808E (or 0xA2808E) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 80 and 8E. RGB value is (162,128,142). Sum of RGB (Red+Green+Blue) = 162+128+142=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A2808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2808E is #5D7F71. Grayscale: #8B8B8B. Windows color (decimal): -6127474 or 9339042. OLE color: 9339042.

HSL color Cylindrical-coordinate representation of color #A2808E: hue angle of 335.29º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2808E is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB162128142-
CMYK00.210.120.36
HSL335.29º15.45%56.86%-
HSV(B)335.29º20.99%63.53%-
XYZ27.525.0728.98-
YUV139.76129.26143.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 142 (55.86% from 255) = 32.87%
R=37.5%
G=29.63%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212814200.210.120.36335.2915.4556.86
HexA2808E015C2414ff39
Octal24220021602514445171771
Binary10100010100000001000111001010111001001001010011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2808E; }

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

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

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

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

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

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

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

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