Html Css Color HEX #A76F8C Mountbatten Pink

📋 copy color: '#A76F8C'

red 167 ◦ green 111 ◦ blue 140

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

Shades of Mountbatten Pink #A76F8C

Tints of Mountbatten Pink #A76F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.49%

R = 39.95%
G = 26.56%
B = 33.49%

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

#A76F8C (or 0xA76F8C) is known color: Mountbatten Pink. HEX triplet: A7, 6F and 8C. RGB value is (167,111,140). Sum of RGB (Red+Green+Blue) = 167+111+140=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76F8C is #589073. Grayscale: #828282. Windows color (decimal): -5804148 or 9203623. OLE color: 9203623.

HSL color Cylindrical-coordinate representation of color #A76F8C: hue angle of 328.93º 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 #A76F8C is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 111 140 -
CMYK 0 0.34 0.16 0.35
HSL 328.93º 0.24% 0.55% -
HSV(B) 328.93º 0.34% 0.65% -
XYZ 26.35 21.48 27.57 -
YUV 131.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 167 111 140 0 0.34 0.16 0.35 328.93 0.24 0.55
Hex A7 6F 8C 0 22 10 23 149 18 37
Octal 247 157 214 0 42 20 43 511 30 67
Binary 10100111 1101111 10001100 0 100010 10000 100011 101001001 11000 110111

Color Harmonies of #A76F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76F8C

Black with #A76F8C

Text Example


Text Example

White with #A76F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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