#A76F93

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

Shades of Mountbatten Pink #A76F93

Tints of Mountbatten Pink #A76F93

Color information

#A76F93 (or 0xA76F93) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 6F and 93. RGB value is (167,111,147). Sum of RGB (Red+Green+Blue) = 167+111+147=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76F93 is #58906C. Grayscale: #838383. Windows color (decimal): -5804141 or 9662375. OLE color: 9662375.

HSL color Cylindrical-coordinate representation of color #A76F93: hue angle of 321.43º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76F93 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB167111147-
CMYK00.340.120.35
HSL321.43º24.14%54.51%-
HSV(B)321.43º33.53%65.49%-
XYZ26.8921.6930.37-
YUV131.85136.55153.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.29%
GREEN value IS 111 (43.75% from 255) = 26.12%
BLUE value IS 147 (57.81% from 255) = 34.59%
R=39.29%
G=26.12%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711114700.340.120.35321.4324.1454.51
HexA76F93022C231411837
Octal24715722304214435013067
Binary101001111101111100100110100010110010001110100000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76F93; }

 p { color: rgb(167,111,147); }

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

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

 a { background-color: rgb(167,111,147); }

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

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

 span { border-color: rgb(167,111,147); }

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