Html Css Color HEX #A7778F Mountbatten Pink

📋 copy color: '#A7778F'

red 167 ◦ green 119 ◦ blue 143

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

Shades of Mountbatten Pink #A7778F

Tints of Mountbatten Pink #A7778F

RGB

 RED value IS 167 (65.63% from 255) = 38.93%

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

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

R = 38.93%
G = 27.74%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A7778F (or 0xA7778F) is known color: Mountbatten Pink. HEX triplet: A7, 77 and 8F. RGB value is (167,119,143). Sum of RGB (Red+Green+Blue) = 167+119+143=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A7778F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7778F is #588870. Grayscale: #888888. Windows color (decimal): -5802097 or 9402279. OLE color: 9402279.

HSL color Cylindrical-coordinate representation of color #A7778F: hue angle of 330º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7778F is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 119 143 -
CMYK 0 0.29 0.14 0.35
HSL 330º 0.21% 0.56% -
HSV(B) 330º 0.29% 0.65% -
XYZ 27.49 23.39 29.05 -
YUV 136.09 131.9 150.05 -
System Red Green Blue C M Y K H S L
Decimal 167 119 143 0 0.29 0.14 0.35 330 0.21 0.56
Hex A7 77 8F 0 1D E 23 14A 15 38
Octal 247 167 217 0 35 16 43 512 25 70
Binary 10100111 1110111 10001111 0 11101 1110 100011 101001010 10101 111000

Color Harmonies of #A7778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7778F

Black with #A7778F

Text Example


Text Example

White with #A7778F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7778F; }

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

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

background-color css

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

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

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

border-color css

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

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

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