Html Css Color HEX #A3778C Mountbatten Pink

📋 copy color: '#A3778C'

red 163 ◦ green 119 ◦ blue 140

#A3778C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #A3778C

Tints of Mountbatten Pink #A3778C

RGB

 RED value IS 163 (64.06% from 255) = 38.63%

 GREEN value IS 119 (46.88% from 255) = 28.2%

 BLUE value IS 140 (55.08% from 255) = 33.18%

R = 38.63%
G = 28.2%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3778C (or 0xA3778C) is known color: Mountbatten Pink. HEX triplet: A3, 77 and 8C. RGB value is (163,119,140). Sum of RGB (Red+Green+Blue) = 163+119+140=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A3778C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3778C is #5C8873. Grayscale: #868686. Windows color (decimal): -6064244 or 9205667. OLE color: 9205667.

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

Color convert

RGB 163 119 140 -
CMYK 0 0.27 0.14 0.36
HSL 331.36º 0.19% 0.55% -
HSV(B) 331.36º 0.27% 0.64% -
XYZ 26.43 22.87 27.83 -
YUV 134.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 163 119 140 0 0.27 0.14 0.36 331.36 0.19 0.55
Hex A3 77 8C 0 1B E 24 14B 13 37
Octal 243 167 214 0 33 16 44 513 23 67
Binary 10100011 1110111 10001100 0 11011 1110 100100 101001011 10011 110111

Color Harmonies of #A3778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3778C

Black with #A3778C

Text Example


Text Example

White with #A3778C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3778C; }

 p { color: rgb(163,119,140); }

 H1.HeaderClassName
 {
   color: #A3778C;
 }
 .AnyTagClassName
 {
   color: #A3778C;
 }
</style>

background-color css

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

 a { background-color: rgb(163,119,140); }

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

border-color css

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

 span { border-color: rgb(163,119,140); }

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