#A16993

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

Shades of Mountbatten Pink #A16993

Tints of Mountbatten Pink #A16993

Color information

#A16993 (or 0xA16993) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 69 and 93. RGB value is (161,105,147). Sum of RGB (Red+Green+Blue) = 161+105+147=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A16993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16993 is #5E966C. Grayscale: #7E7E7E. Windows color (decimal): -6198893 or 9660833. OLE color: 9660833.

HSL color Cylindrical-coordinate representation of color #A16993: hue angle of 315º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16993 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB161105147-
CMYK00.350.090.37
HSL315º22.95%52.16%-
HSV(B)315º34.78%63.14%-
XYZ25.0219.7930.1-
YUV126.53139.55152.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 105 (41.41% from 255) = 25.42%
BLUE value IS 147 (57.81% from 255) = 35.59%
R=38.98%
G=25.42%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110514700.350.090.3731522.9552.16
HexA1699302392513b1734
Octal24115122304311454732764
Binary101000011101001100100110100011100110010110011101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16993; }

 p { color: rgb(161,105,147); }

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

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

 a { background-color: rgb(161,105,147); }

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

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

 span { border-color: rgb(161,105,147); }

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