#A3818F

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

Shades of Mountbatten Pink #A3818F

Tints of Mountbatten Pink #A3818F

Color information

#A3818F (or 0xA3818F) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 81 and 8F. RGB value is (163,129,143). Sum of RGB (Red+Green+Blue) = 163+129+143=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 163 - color contains mainly: red. Hex color #A3818F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3818F is #5C7E70. Grayscale: #8C8C8C. Windows color (decimal): -6061681 or 9404835. OLE color: 9404835.

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

Color convert

RGB163129143-
CMYK00.210.120.36
HSL335.29º15.6%57.25%-
HSV(B)335.29º20.86%63.92%-
XYZ27.9125.4729.43-
YUV140.76129.26143.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.47%
GREEN value IS 129 (50.78% from 255) = 29.66%
BLUE value IS 143 (56.25% from 255) = 32.87%
R=37.47%
G=29.66%
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
Decimal16312914300.210.120.36335.2915.657.25
HexA3818F015C2414f1039
Octal24320121702514445172071
Binary101000111000000110001111010101110010010010100111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3818F; }

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

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

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

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

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

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

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

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