#A7698D

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

Shades of Mountbatten Pink #A7698D

Tints of Mountbatten Pink #A7698D

Color information

#A7698D (or 0xA7698D) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 69 and 8D. RGB value is (167,105,141). Sum of RGB (Red+Green+Blue) = 167+105+141=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A7698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7698D is #589672. Grayscale: #7F7F7F. Windows color (decimal): -5805683 or 9267623. OLE color: 9267623.

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

Color convert

RGB167105141-
CMYK00.370.160.35
HSL325.16º26.05%53.33%-
HSV(B)325.16º37.13%65.49%-
XYZ25.820.2427.75-
YUV127.64135.54156.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 105 (41.41% from 255) = 25.42%
BLUE value IS 141 (55.47% from 255) = 34.14%
R=40.44%
G=25.42%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710514100.370.160.35325.1626.0553.33
HexA7698D02510231451a35
Octal24715121504520435053265
Binary1010011111010011000110101001011000010001110100010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7698D; }

 p { color: rgb(167,105,141); }

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

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

 a { background-color: rgb(167,105,141); }

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

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

 span { border-color: rgb(167,105,141); }

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