Html Css Color HEX #A76F8D Mountbatten Pink

📋 copy color: '#A76F8D'

red 167 ◦ green 111 ◦ blue 141

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

Shades of Mountbatten Pink #A76F8D

Tints of Mountbatten Pink #A76F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.49%

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

R = 39.86%
G = 26.49%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A76F8D (or 0xA76F8D) is known color: Mountbatten Pink. HEX triplet: A7, 6F and 8D. RGB value is (167,111,141). Sum of RGB (Red+Green+Blue) = 167+111+141=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76F8D is #589072. Grayscale: #838383. Windows color (decimal): -5804147 or 9269159. OLE color: 9269159.

HSL color Cylindrical-coordinate representation of color #A76F8D: hue angle of 327.86º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76F8D is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 111 141 -
CMYK 0 0.34 0.16 0.35
HSL 327.86º 0.24% 0.55% -
HSV(B) 327.86º 0.34% 0.65% -
XYZ 26.43 21.51 27.96 -
YUV 131.16 133.55 153.56 -
System Red Green Blue C M Y K H S L
Decimal 167 111 141 0 0.34 0.16 0.35 327.86 0.24 0.55
Hex A7 6F 8D 0 22 10 23 148 18 37
Octal 247 157 215 0 42 20 43 510 30 67
Binary 10100111 1101111 10001101 0 100010 10000 100011 101001000 11000 110111

Color Harmonies of #A76F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76F8D

Black with #A76F8D

Text Example


Text Example

White with #A76F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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