Html Css Color HEX #A3778F Mountbatten Pink

📋 copy color: '#A3778F'

red 163 ◦ green 119 ◦ blue 143

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

Shades of Mountbatten Pink #A3778F

Tints of Mountbatten Pink #A3778F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.65%

R = 38.35%
G = 28%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A3778F (or 0xA3778F) is known color: Mountbatten Pink. HEX triplet: A3, 77 and 8F. RGB value is (163,119,143). Sum of RGB (Red+Green+Blue) = 163+119+143=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A3778F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3778F is #5C8870. Grayscale: #868686. Windows color (decimal): -6064241 or 9402275. OLE color: 9402275.

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

Color convert

RGB 163 119 143 -
CMYK 0 0.27 0.12 0.36
HSL 327.27º 0.19% 0.55% -
HSV(B) 327.27º 0.27% 0.64% -
XYZ 26.66 22.96 29.01 -
YUV 134.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 163 119 143 0 0.27 0.12 0.36 327.27 0.19 0.55
Hex A3 77 8F 0 1B C 24 147 13 37
Octal 243 167 217 0 33 14 44 507 23 67
Binary 10100011 1110111 10001111 0 11011 1100 100100 101000111 10011 110111

Color Harmonies of #A3778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3778F

Black with #A3778F

Text Example


Text Example

White with #A3778F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3778F; }

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

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

background-color css

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

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

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

border-color css

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

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

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