#A36A93

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

Shades of Mountbatten Pink #A36A93

Tints of Mountbatten Pink #A36A93

Color information

#A36A93 (or 0xA36A93) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 6A and 93. RGB value is (163,106,147). Sum of RGB (Red+Green+Blue) = 163+106+147=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36A93 is #5C956C. Grayscale: #7F7F7F. Windows color (decimal): -6067565 or 9661091. OLE color: 9661091.

HSL color Cylindrical-coordinate representation of color #A36A93: hue angle of 316.84º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A36A93 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB163106147-
CMYK00.350.100.36
HSL316.84º23.65%52.75%-
HSV(B)316.84º34.97%63.92%-
XYZ25.5220.230.16-
YUV127.72138.88153.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.18%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=39.18%
G=25.48%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310614700.350.100.36316.8423.6552.75
HexA36A93023A2413d1835
Octal24315222304312444753065
Binary101000111101010100100110100011101010010010011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36A93; }

 p { color: rgb(163,106,147); }

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

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

 a { background-color: rgb(163,106,147); }

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

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

 span { border-color: rgb(163,106,147); }

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