#A76A94

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

Shades of Mountbatten Pink #A76A94

Tints of Mountbatten Pink #A76A94

Color information

#A76A94 (or 0xA76A94) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 6A and 94. RGB value is (167,106,148). Sum of RGB (Red+Green+Blue) = 167+106+148=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76A94 is #58956B. Grayscale: #808080. Windows color (decimal): -5805420 or 9726631. OLE color: 9726631.

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

Color convert

RGB167106148-
CMYK00.370.110.35
HSL318.69º25.74%53.53%-
HSV(B)318.69º36.53%65.49%-
XYZ26.4420.6630.61-
YUV129.03138.71155.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.67%
GREEN value IS 106 (41.80% from 255) = 25.18%
BLUE value IS 148 (58.20% from 255) = 35.15%
R=39.67%
G=25.18%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710614800.370.110.35318.6925.7453.53
HexA76A94025B2313f1a36
Octal24715222404513434773266
Binary101001111101010100101000100101101110001110011111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76A94; }

 p { color: rgb(167,106,148); }

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

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

 a { background-color: rgb(167,106,148); }

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

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

 span { border-color: rgb(167,106,148); }

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