#A2808F

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

Shades of Mountbatten Pink #A2808F

Tints of Mountbatten Pink #A2808F

Color information

#A2808F (or 0xA2808F) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 80 and 8F. RGB value is (162,128,143). Sum of RGB (Red+Green+Blue) = 162+128+143=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A2808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2808F is #5D7F70. Grayscale: #8B8B8B. Windows color (decimal): -6127473 or 9404578. OLE color: 9404578.

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

Color convert

RGB162128143-
CMYK00.210.120.36
HSL333.53º15.45%56.86%-
HSV(B)333.53º20.99%63.53%-
XYZ27.5825.129.38-
YUV139.88129.76143.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.41%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 143 (56.25% from 255) = 33.03%
R=37.41%
G=29.56%
B=33.03%

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
Decimal16212814300.210.120.36333.5315.4556.86
HexA2808F015C2414ef39
Octal24220021702514445161771
Binary10100010100000001000111101010111001001001010011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2808F; }

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

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

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

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

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

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

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

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