#A36691

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

Shades of Mountbatten Pink #A36691

Tints of Mountbatten Pink #A36691

Color information

#A36691 (or 0xA36691) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 66 and 91. RGB value is (163,102,145). Sum of RGB (Red+Green+Blue) = 163+102+145=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A36691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36691 is #5C996E. Grayscale: #7D7D7D. Windows color (decimal): -6068591 or 9528995. OLE color: 9528995.

HSL color Cylindrical-coordinate representation of color #A36691: hue angle of 317.7º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A36691 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB163102145-
CMYK00.370.110.36
HSL317.7º24.9%51.96%-
HSV(B)317.7º37.42%63.92%-
XYZ24.9719.3329.2-
YUV125.14139.21155-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.76%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 145 (57.03% from 255) = 35.37%
R=39.76%
G=24.88%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310214500.370.110.36317.724.951.96
HexA36691025B2413e1934
Octal24314622104513444763164
Binary101000111100110100100010100101101110010010011111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36691; }

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

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

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

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

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

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

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

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