#A0798D

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

Shades of Mountbatten Pink #A0798D

Tints of Mountbatten Pink #A0798D

Color information

#A0798D (or 0xA0798D) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 79 and 8D. RGB value is (160,121,141). Sum of RGB (Red+Green+Blue) = 160+121+141=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A0798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0798D is #5F8672. Grayscale: #868686. Windows color (decimal): -6260339 or 9271712. OLE color: 9271712.

HSL color Cylindrical-coordinate representation of color #A0798D: hue angle of 329.23º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0798D is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB160121141-
CMYK00.240.120.37
HSL329.23º17.03%55.1%-
HSV(B)329.23º24.38%62.75%-
XYZ26.1423.0728.27-
YUV134.94131.42145.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 121 (47.66% from 255) = 28.67%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=37.91%
G=28.67%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012114100.240.120.37329.2317.0355.1
HexA0798D018C251491137
Octal24017121503014455112167
Binary10100000111100110001101011000110010010110100100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0798D; }

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

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

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

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

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

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

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

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