#A76591

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

Shades of Mountbatten Pink #A76591

Tints of Mountbatten Pink #A76591

Color information

#A76591 (or 0xA76591) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 65 and 91. RGB value is (167,101,145). Sum of RGB (Red+Green+Blue) = 167+101+145=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A76591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76591 is #589A6E. Grayscale: #7D7D7D. Windows color (decimal): -5806703 or 9528743. OLE color: 9528743.

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

Color convert

RGB167101145-
CMYK00.400.130.35
HSL320º27.27%52.55%-
HSV(B)320º39.52%65.49%-
XYZ25.719.5729.21-
YUV125.75138.87157.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 101 (39.84% from 255) = 24.46%
BLUE value IS 145 (57.03% from 255) = 35.11%
R=40.44%
G=24.46%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710114500.400.130.3532027.2752.55
HexA76591028D231401b35
Octal24714522105015435003365
Binary101001111100101100100010101000110110001110100000011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76591; }

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

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

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

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

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

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

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

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