#A4798F

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

Shades of Mountbatten Pink #A4798F

Tints of Mountbatten Pink #A4798F

Color information

#A4798F (or 0xA4798F) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 79 and 8F. RGB value is (164,121,143). Sum of RGB (Red+Green+Blue) = 164+121+143=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A4798F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4798F is #5B8670. Grayscale: #888888. Windows color (decimal): -5998193 or 9402788. OLE color: 9402788.

HSL color Cylindrical-coordinate representation of color #A4798F: hue angle of 329.3º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4798F is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB164121143-
CMYK00.260.130.36
HSL329.3º19.11%55.88%-
HSV(B)329.3º26.22%64.31%-
XYZ27.1123.5529.1-
YUV136.36131.75147.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 121 (47.66% from 255) = 28.27%
BLUE value IS 143 (56.25% from 255) = 33.41%
R=38.32%
G=28.27%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412114300.260.130.36329.319.1155.88
HexA4798F01AD241491338
Octal24417121703215445112370
Binary10100100111100110001111011010110110010010100100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4798F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4798F; }

 p { color: rgb(164,121,143); }

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

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

 a { background-color: rgb(164,121,143); }

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

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

 span { border-color: rgb(164,121,143); }

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