#A5798D

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

Shades of Mountbatten Pink #A5798D

Tints of Mountbatten Pink #A5798D

Color information

#A5798D (or 0xA5798D) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 79 and 8D. RGB value is (165,121,141). Sum of RGB (Red+Green+Blue) = 165+121+141=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A5798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5798D is #5A8672. Grayscale: #888888. Windows color (decimal): -5932659 or 9271717. OLE color: 9271717.

HSL color Cylindrical-coordinate representation of color #A5798D: hue angle of 332.73º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5798D is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB165121141-
CMYK00.270.150.35
HSL332.73º19.64%56.08%-
HSV(B)332.73º26.67%64.71%-
XYZ27.1623.628.32-
YUV136.44130.58148.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.64%
GREEN value IS 121 (47.66% from 255) = 28.34%
BLUE value IS 141 (55.47% from 255) = 33.02%
R=38.64%
G=28.34%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512114100.270.150.35332.7319.6456.08
HexA5798D01BF2314d1438
Octal24517121503317435152470
Binary10100101111100110001101011011111110001110100110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5798D; }

 p { color: rgb(165,121,141); }

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

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

 a { background-color: rgb(165,121,141); }

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

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

 span { border-color: rgb(165,121,141); }

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