#A76691

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

Shades of Mountbatten Pink #A76691

Tints of Mountbatten Pink #A76691

Color information

#A76691 (or 0xA76691) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 66 and 91. RGB value is (167,102,145). Sum of RGB (Red+Green+Blue) = 167+102+145=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A76691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76691 is #58996E. Grayscale: #7E7E7E. Windows color (decimal): -5806447 or 9528999. OLE color: 9528999.

HSL color Cylindrical-coordinate representation of color #A76691: hue angle of 320.31º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A76691 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB167102145-
CMYK00.390.130.35
HSL320.31º26.97%52.75%-
HSV(B)320.31º38.92%65.49%-
XYZ25.819.7629.24-
YUV126.34138.53157-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.34%
GREEN value IS 102 (40.23% from 255) = 24.64%
BLUE value IS 145 (57.03% from 255) = 35.02%
R=40.34%
G=24.64%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710214500.390.130.35320.3126.9752.75
HexA76691027D231401b35
Octal24714622104715435003365
Binary101001111100110100100010100111110110001110100000011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76691; }

 p { color: rgb(167,102,145); }

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

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

 a { background-color: rgb(167,102,145); }

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

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

 span { border-color: rgb(167,102,145); }

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