#A76892

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

Shades of Mountbatten Pink #A76892

Tints of Mountbatten Pink #A76892

Color information

#A76892 (or 0xA76892) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 68 and 92. RGB value is (167,104,146). Sum of RGB (Red+Green+Blue) = 167+104+146=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A76892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76892 is #58976D. Grayscale: #7F7F7F. Windows color (decimal): -5805934 or 9595047. OLE color: 9595047.

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

Color convert

RGB167104146-
CMYK00.380.130.35
HSL320º26.36%53.14%-
HSV(B)320º37.72%65.49%-
XYZ26.0720.1929.72-
YUV127.62138.37156.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=40.05%
G=24.94%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710414600.380.130.3532026.3653.14
HexA76892026D231401a35
Octal24715022204615435003265
Binary101001111101000100100100100110110110001110100000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76892; }

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

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

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

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

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

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

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

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