#A2808D

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

Shades of Mountbatten Pink #A2808D

Tints of Mountbatten Pink #A2808D

Color information

#A2808D (or 0xA2808D) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 80 and 8D. RGB value is (162,128,141). Sum of RGB (Red+Green+Blue) = 162+128+141=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A2808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2808D is #5D7F72. Grayscale: #8B8B8B. Windows color (decimal): -6127475 or 9273506. OLE color: 9273506.

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

Color convert

RGB162128141-
CMYK00.210.130.36
HSL337.06º15.45%56.86%-
HSV(B)337.06º20.99%63.53%-
XYZ27.4325.0428.59-
YUV139.65128.76143.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 128 (50.39% from 255) = 29.70%
BLUE value IS 141 (55.47% from 255) = 32.71%
R=37.59%
G=29.70%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212814100.210.130.36337.0615.4556.86
HexA2808D015D24151f39
Octal24220021502515445211771
Binary10100010100000001000110101010111011001001010100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2808D; }

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

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

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

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

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

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

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

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