#A36F94

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

Shades of Mountbatten Pink #A36F94

Tints of Mountbatten Pink #A36F94

Color information

#A36F94 (or 0xA36F94) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 6F and 94. RGB value is (163,111,148). Sum of RGB (Red+Green+Blue) = 163+111+148=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36F94 is #5C906B. Grayscale: #828282. Windows color (decimal): -6066284 or 9727907. OLE color: 9727907.

HSL color Cylindrical-coordinate representation of color #A36F94: hue angle of 317.31º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A36F94 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB163111148-
CMYK00.320.090.36
HSL317.31º22.03%53.73%-
HSV(B)317.31º31.9%63.92%-
XYZ26.1321.2930.75-
YUV130.77137.73150.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.63%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=38.63%
G=26.30%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311114800.320.090.36317.3122.0353.73
HexA36F9402092413d1636
Octal24315722404011444752666
Binary101000111101111100101000100000100110010010011110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F94; }

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

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

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

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

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

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

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

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