#A17691

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

Shades of Mountbatten Pink #A17691

Tints of Mountbatten Pink #A17691

Color information

#A17691 (or 0xA17691) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 76 and 91. RGB value is (161,118,145). Sum of RGB (Red+Green+Blue) = 161+118+145=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A17691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17691 is #5E896E. Grayscale: #858585. Windows color (decimal): -6195567 or 9533089. OLE color: 9533089.

HSL color Cylindrical-coordinate representation of color #A17691: hue angle of 322.33º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A17691 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB161118145-
CMYK00.270.100.37
HSL322.33º18.61%54.71%-
HSV(B)322.33º26.71%63.14%-
XYZ26.2922.5829.76-
YUV133.94134.25147.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 145 (57.03% from 255) = 34.20%
R=37.97%
G=27.83%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111814500.270.100.37322.3318.6154.71
HexA1769101BA251421337
Octal24116622103312455022367
Binary10100001111011010010001011011101010010110100001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17691; }

 p { color: rgb(161,118,145); }

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

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

 a { background-color: rgb(161,118,145); }

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

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

 span { border-color: rgb(161,118,145); }

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