Html Css Color HEX #A6778F Mountbatten Pink

📋 copy color: '#A6778F'

red 166 ◦ green 119 ◦ blue 143

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

Shades of Mountbatten Pink #A6778F

Tints of Mountbatten Pink #A6778F

RGB

 RED value IS 166 (65.23% from 255) = 38.79%

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

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

R = 38.79%
G = 27.8%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6778F (or 0xA6778F) is known color: Mountbatten Pink. HEX triplet: A6, 77 and 8F. RGB value is (166,119,143). Sum of RGB (Red+Green+Blue) = 166+119+143=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A6778F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6778F is #598870. Grayscale: #878787. Windows color (decimal): -5867633 or 9402278. OLE color: 9402278.

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

Color convert

RGB 166 119 143 -
CMYK 0 0.28 0.14 0.35
HSL 329.36º 0.21% 0.56% -
HSV(B) 329.36º 0.28% 0.65% -
XYZ 27.28 23.28 29.04 -
YUV 135.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 166 119 143 0 0.28 0.14 0.35 329.36 0.21 0.56
Hex A6 77 8F 0 1C E 23 149 15 38
Octal 246 167 217 0 34 16 43 511 25 70
Binary 10100110 1110111 10001111 0 11100 1110 100011 101001001 10101 111000

Color Harmonies of #A6778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6778F

Black with #A6778F

Text Example


Text Example

White with #A6778F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6778F; }

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

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

background-color css

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

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

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

border-color css

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

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

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