#A36F8A

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

Shades of Mountbatten Pink #A36F8A

Tints of Mountbatten Pink #A36F8A

Color information

#A36F8A (or 0xA36F8A) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 6F and 8A. RGB value is (163,111,138). Sum of RGB (Red+Green+Blue) = 163+111+138=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36F8A is #5C9075. Grayscale: #818181. Windows color (decimal): -6066294 or 9072547. OLE color: 9072547.

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

Color convert

RGB163111138-
CMYK00.320.150.36
HSL328.85º22.03%53.73%-
HSV(B)328.85º31.9%63.92%-
XYZ25.3820.9926.76-
YUV129.63132.73151.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.56%
GREEN value IS 111 (43.75% from 255) = 26.94%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=39.56%
G=26.94%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311113800.320.150.36328.8522.0353.73
HexA36F8A020F241491636
Octal24315721204017445112666
Binary101000111101111100010100100000111110010010100100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F8A; }

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

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

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

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

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

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

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

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