Html Css Color HEX #A7768F Mountbatten Pink

📋 copy color: '#A7768F'

red 167 ◦ green 118 ◦ blue 143

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

Shades of Mountbatten Pink #A7768F

Tints of Mountbatten Pink #A7768F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.57%

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

R = 39.02%
G = 27.57%
B = 33.41%

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

#A7768F (or 0xA7768F) is known color: Mountbatten Pink. HEX triplet: A7, 76 and 8F. RGB value is (167,118,143). Sum of RGB (Red+Green+Blue) = 167+118+143=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A7768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7768F is #588970. Grayscale: #878787. Windows color (decimal): -5802353 or 9402023. OLE color: 9402023.

HSL color Cylindrical-coordinate representation of color #A7768F: hue angle of 329.39º degrees, saturation: 0.22, 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 #A7768F is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 118 143 -
CMYK 0 0.29 0.14 0.35
HSL 329.39º 0.22% 0.56% -
HSV(B) 329.39º 0.29% 0.65% -
XYZ 27.37 23.16 29.01 -
YUV 135.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 167 118 143 0 0.29 0.14 0.35 329.39 0.22 0.56
Hex A7 76 8F 0 1D E 23 149 16 38
Octal 247 166 217 0 35 16 43 511 26 70
Binary 10100111 1110110 10001111 0 11101 1110 100011 101001001 10110 111000

Color Harmonies of #A7768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7768F

Black with #A7768F

Text Example


Text Example

White with #A7768F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7768F; }

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

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

background-color css

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

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

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

border-color css

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

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

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