Html Css Color HEX #A4778F Mountbatten Pink

📋 copy color: '#A4778F'

red 164 ◦ green 119 ◦ blue 143

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

Shades of Mountbatten Pink #A4778F

Tints of Mountbatten Pink #A4778F

RGB

 RED value IS 164 (64.45% from 255) = 38.5%

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

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

R = 38.5%
G = 27.93%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4778F (or 0xA4778F) is known color: Mountbatten Pink. HEX triplet: A4, 77 and 8F. RGB value is (164,119,143). Sum of RGB (Red+Green+Blue) = 164+119+143=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A4778F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4778F is #5B8870. Grayscale: #878787. Windows color (decimal): -5998705 or 9402276. OLE color: 9402276.

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

Color convert

RGB 164 119 143 -
CMYK 0 0.27 0.13 0.36
HSL 328º 0.2% 0.55% -
HSV(B) 328º 0.27% 0.64% -
XYZ 26.86 23.07 29.02 -
YUV 135.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 164 119 143 0 0.27 0.13 0.36 328 0.2 0.55
Hex A4 77 8F 0 1B D 24 148 14 37
Octal 244 167 217 0 33 15 44 510 24 67
Binary 10100100 1110111 10001111 0 11011 1101 100100 101001000 10100 110111

Color Harmonies of #A4778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4778F

Black with #A4778F

Text Example


Text Example

White with #A4778F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4778F; }

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

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

background-color css

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

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

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

border-color css

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

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

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