#A7678F

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

Shades of Mountbatten Pink #A7678F

Tints of Mountbatten Pink #A7678F

Color information

#A7678F (or 0xA7678F) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 67 and 8F. RGB value is (167,103,143). Sum of RGB (Red+Green+Blue) = 167+103+143=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A7678F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7678F is #589870. Grayscale: #7E7E7E. Windows color (decimal): -5806193 or 9398183. OLE color: 9398183.

HSL color Cylindrical-coordinate representation of color #A7678F: hue angle of 322.5º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7678F is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB167103143-
CMYK00.380.140.35
HSL322.5º26.67%52.94%-
HSV(B)322.5º38.32%65.49%-
XYZ25.7419.928.47-
YUV126.7137.2156.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 103 (40.62% from 255) = 24.94%
BLUE value IS 143 (56.25% from 255) = 34.62%
R=40.44%
G=24.94%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710314300.380.140.35322.526.6752.94
HexA7678F026E231421b35
Octal24714721704616435023365
Binary101001111100111100011110100110111010001110100001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7678F; }

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

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

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

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

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

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

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

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