#A76F8C

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

Shades of Mountbatten Pink #A76F8C

Tints of Mountbatten Pink #A76F8C

Color information

#A76F8C (or 0xA76F8C) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 6F and 8C. RGB value is (167,111,140). Sum of RGB (Red+Green+Blue) = 167+111+140=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76F8C is #589073. Grayscale: #828282. Windows color (decimal): -5804148 or 9203623. OLE color: 9203623.

HSL color Cylindrical-coordinate representation of color #A76F8C: hue angle of 328.93º 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 #A76F8C is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB167111140-
CMYK00.340.160.35
HSL328.93º24.14%54.51%-
HSV(B)328.93º33.53%65.49%-
XYZ26.3521.4827.57-
YUV131.05133.05153.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.95%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 140 (55.08% from 255) = 33.49%
R=39.95%
G=26.56%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711114000.340.160.35328.9324.1454.51
HexA76F8C02210231491837
Octal24715721404220435113067
Binary1010011111011111000110001000101000010001110100100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76F8C; }

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

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

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

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

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

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

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

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