#A3678F

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

Shades of Mountbatten Pink #A3678F

Tints of Mountbatten Pink #A3678F

Color information

#A3678F (or 0xA3678F) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 67 and 8F. RGB value is (163,103,143). Sum of RGB (Red+Green+Blue) = 163+103+143=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A3678F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3678F is #5C9870. Grayscale: #7D7D7D. Windows color (decimal): -6068337 or 9398179. OLE color: 9398179.

HSL color Cylindrical-coordinate representation of color #A3678F: hue angle of 320º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3678F is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB163103143-
CMYK00.370.120.36
HSL320º24.59%52.16%-
HSV(B)320º36.81%63.92%-
XYZ24.9119.4728.43-
YUV125.5137.88154.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 103 (40.62% from 255) = 25.18%
BLUE value IS 143 (56.25% from 255) = 34.96%
R=39.85%
G=25.18%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310314300.370.120.3632024.5952.16
HexA3678F025C241401934
Octal24314721704514445003164
Binary101000111100111100011110100101110010010010100000011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3678F; }

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

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

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

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

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

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

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

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