#A36A94

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

Shades of Mountbatten Pink #A36A94

Tints of Mountbatten Pink #A36A94

Color information

#A36A94 (or 0xA36A94) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 6A and 94. RGB value is (163,106,148). Sum of RGB (Red+Green+Blue) = 163+106+148=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36A94 is #5C956B. Grayscale: #7F7F7F. Windows color (decimal): -6067564 or 9726627. OLE color: 9726627.

HSL color Cylindrical-coordinate representation of color #A36A94: hue angle of 315.79º 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 #A36A94 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB163106148-
CMYK00.350.090.36
HSL315.79º23.65%52.75%-
HSV(B)315.79º34.97%63.92%-
XYZ25.620.2330.57-
YUV127.83139.38153.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=39.09%
G=25.42%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310614800.350.090.36315.7923.6552.75
HexA36A9402392413c1835
Octal24315222404311444743065
Binary101000111101010100101000100011100110010010011110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36A94; }

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

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

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

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

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

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

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

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