Html Css Color HEX #A7758D Mountbatten Pink

📋 copy color: '#A7758D'

red 167 ◦ green 117 ◦ blue 141

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

Shades of Mountbatten Pink #A7758D

Tints of Mountbatten Pink #A7758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.53%

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 39.29%
G = 27.53%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A7758D (or 0xA7758D) is known color: Mountbatten Pink. HEX triplet: A7, 75 and 8D. RGB value is (167,117,141). Sum of RGB (Red+Green+Blue) = 167+117+141=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A7758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7758D is #588A72. Grayscale: #868686. Windows color (decimal): -5802611 or 9270695. OLE color: 9270695.

HSL color Cylindrical-coordinate representation of color #A7758D: hue angle of 331.2º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7758D is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 117 141 -
CMYK 0 0.30 0.16 0.35
HSL 331.2º 0.22% 0.56% -
HSV(B) 331.2º 0.3% 0.65% -
XYZ 27.11 22.86 28.18 -
YUV 134.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 167 117 141 0 0.30 0.16 0.35 331.2 0.22 0.56
Hex A7 75 8D 0 1E 10 23 14B 16 38
Octal 247 165 215 0 36 20 43 513 26 70
Binary 10100111 1110101 10001101 0 11110 10000 100011 101001011 10110 111000

Color Harmonies of #A7758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7758D

Black with #A7758D

Text Example


Text Example

White with #A7758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7758D; }

 p { color: rgb(167,117,141); }

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

background-color css

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

 a { background-color: rgb(167,117,141); }

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

border-color css

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

 span { border-color: rgb(167,117,141); }

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