#A76894

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

Shades of Mountbatten Pink #A76894

Tints of Mountbatten Pink #A76894

Color information

#A76894 (or 0xA76894) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 68 and 94. RGB value is (167,104,148). Sum of RGB (Red+Green+Blue) = 167+104+148=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A76894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76894 is #58976B. Grayscale: #7F7F7F. Windows color (decimal): -5805932 or 9726119. OLE color: 9726119.

HSL color Cylindrical-coordinate representation of color #A76894: hue angle of 318.1º degrees, saturation: 0.26, 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 #A76894 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB167104148-
CMYK00.380.110.35
HSL318.1º26.36%53.14%-
HSV(B)318.1º37.72%65.49%-
XYZ26.2320.2530.54-
YUV127.85139.37155.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.86%
GREEN value IS 104 (41.02% from 255) = 24.82%
BLUE value IS 148 (58.20% from 255) = 35.32%
R=39.86%
G=24.82%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710414800.380.110.35318.126.3653.14
HexA76894026B2313e1a35
Octal24715022404613434763265
Binary101001111101000100101000100110101110001110011111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76894; }

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

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

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

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

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

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

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

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