#A2818E

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

Shades of Mountbatten Pink #A2818E

Tints of Mountbatten Pink #A2818E

Color information

#A2818E (or 0xA2818E) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 81 and 8E. RGB value is (162,129,142). Sum of RGB (Red+Green+Blue) = 162+129+142=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A2818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2818E is #5D7E71. Grayscale: #8C8C8C. Windows color (decimal): -6127218 or 9339298. OLE color: 9339298.

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

Color convert

RGB162129142-
CMYK00.200.120.36
HSL336.36º15.07%57.06%-
HSV(B)336.36º20.37%63.53%-
XYZ27.6325.3329.02-
YUV140.35128.93143.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.41%
GREEN value IS 129 (50.78% from 255) = 29.79%
BLUE value IS 142 (55.86% from 255) = 32.79%
R=37.41%
G=29.79%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212914200.200.120.36336.3615.0757.06
HexA2818E014C24150f39
Octal24220121602414445201771
Binary10100010100000011000111001010011001001001010100001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2818E; }

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

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

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

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

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

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

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

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