#A3798F

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

Shades of Mountbatten Pink #A3798F

Tints of Mountbatten Pink #A3798F

Color information

#A3798F (or 0xA3798F) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 79 and 8F. RGB value is (163,121,143). Sum of RGB (Red+Green+Blue) = 163+121+143=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 163 - color contains mainly: red. Hex color #A3798F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3798F is #5C8670. Grayscale: #888888. Windows color (decimal): -6063729 or 9402787. OLE color: 9402787.

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

Color convert

RGB163121143-
CMYK00.260.120.36
HSL328.57º18.58%55.69%-
HSV(B)328.57º25.77%63.92%-
XYZ26.923.4429.09-
YUV136.07131.91147.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 121 (47.66% from 255) = 28.34%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=38.17%
G=28.34%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312114300.260.120.36328.5718.5855.69
HexA3798F01AC241491338
Octal24317121703214445112370
Binary10100011111100110001111011010110010010010100100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3798F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3798F; }

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

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

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

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

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

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

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

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