#A36990

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

Shades of Mountbatten Pink #A36990

Tints of Mountbatten Pink #A36990

Color information

#A36990 (or 0xA36990) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 69 and 90. RGB value is (163,105,144). Sum of RGB (Red+Green+Blue) = 163+105+144=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 163 - color contains mainly: red. Hex color #A36990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36990 is #5C966F. Grayscale: #7E7E7E. Windows color (decimal): -6067824 or 9464227. OLE color: 9464227.

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

Color convert

RGB163105144-
CMYK00.360.120.36
HSL319.66º23.97%52.55%-
HSV(B)319.66º35.58%63.92%-
XYZ25.1919.928.9-
YUV126.79137.72153.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.56%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 144 (56.64% from 255) = 34.95%
R=39.56%
G=25.49%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310514400.360.120.36319.6623.9752.55
HexA36990024C241401835
Octal24315122004414445003065
Binary101000111101001100100000100100110010010010100000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36990; }

 p { color: rgb(163,105,144); }

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

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

 a { background-color: rgb(163,105,144); }

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

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

 span { border-color: rgb(163,105,144); }

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