#A0798E

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

Shades of Mountbatten Pink #A0798E

Tints of Mountbatten Pink #A0798E

Color information

#A0798E (or 0xA0798E) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 79 and 8E. RGB value is (160,121,142). Sum of RGB (Red+Green+Blue) = 160+121+142=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A0798E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0798E is #5F8671. Grayscale: #878787. Windows color (decimal): -6260338 or 9337248. OLE color: 9337248.

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

Color convert

RGB160121142-
CMYK00.240.110.37
HSL327.69º17.03%55.1%-
HSV(B)327.69º24.38%62.75%-
XYZ26.2223.128.67-
YUV135.05131.92145.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.83%
GREEN value IS 121 (47.66% from 255) = 28.61%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=37.83%
G=28.61%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012114200.240.110.37327.6917.0355.1
HexA0798E018B251481137
Octal24017121603013455102167
Binary10100000111100110001110011000101110010110100100010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0798E; }

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

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

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

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

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

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

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

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