#A3818E

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

Shades of Mountbatten Pink #A3818E

Tints of Mountbatten Pink #A3818E

Color information

#A3818E (or 0xA3818E) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 81 and 8E. RGB value is (163,129,142). Sum of RGB (Red+Green+Blue) = 163+129+142=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 163 - color contains mainly: red. Hex color #A3818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3818E is #5C7E71. Grayscale: #8C8C8C. Windows color (decimal): -6061682 or 9339299. OLE color: 9339299.

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

Color convert

RGB163129142-
CMYK00.210.130.36
HSL337.06º15.6%57.25%-
HSV(B)337.06º20.86%63.92%-
XYZ27.8425.4429.03-
YUV140.65128.76143.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.56%
GREEN value IS 129 (50.78% from 255) = 29.72%
BLUE value IS 142 (55.86% from 255) = 32.72%
R=37.56%
G=29.72%
B=32.72%

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
Decimal16312914200.210.130.36337.0615.657.25
HexA3818E015D241511039
Octal24320121602515445212071
Binary101000111000000110001110010101110110010010101000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3818E; }

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

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

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

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

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

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

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

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