#A0798C

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

Shades of Mountbatten Pink #A0798C

Tints of Mountbatten Pink #A0798C

Color information

#A0798C (or 0xA0798C) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 79 and 8C. RGB value is (160,121,140). Sum of RGB (Red+Green+Blue) = 160+121+140=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 160 - color contains mainly: red. Hex color #A0798C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0798C is #5F8673. Grayscale: #868686. Windows color (decimal): -6260340 or 9206176. OLE color: 9206176.

HSL color Cylindrical-coordinate representation of color #A0798C: hue angle of 330.77º 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 #A0798C is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB160121140-
CMYK00.240.120.37
HSL330.77º17.03%55.1%-
HSV(B)330.77º24.38%62.75%-
XYZ26.0723.0427.88-
YUV134.83130.92145.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 121 (47.66% from 255) = 28.74%
BLUE value IS 140 (55.08% from 255) = 33.25%
R=38.00%
G=28.74%
B=33.25%

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
Decimal16012114000.240.120.37330.7717.0355.1
HexA0798C018C2514b1137
Octal24017121403014455132167
Binary10100000111100110001100011000110010010110100101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0798C; }

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

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

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

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

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

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

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

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