Html Css Color HEX #A76F93 Mountbatten Pink

📋 copy color: '#A76F93'

red 167 ◦ green 111 ◦ blue 147

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

Shades of Mountbatten Pink #A76F93

Tints of Mountbatten Pink #A76F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.59%

R = 39.29%
G = 26.12%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A76F93 (or 0xA76F93) is known color: Mountbatten Pink. HEX triplet: A7, 6F and 93. RGB value is (167,111,147). Sum of RGB (Red+Green+Blue) = 167+111+147=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76F93 is #58906C. Grayscale: #838383. Windows color (decimal): -5804141 or 9662375. OLE color: 9662375.

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

Color convert

RGB 167 111 147 -
CMYK 0 0.34 0.12 0.35
HSL 321.43º 0.24% 0.55% -
HSV(B) 321.43º 0.34% 0.65% -
XYZ 26.89 21.69 30.37 -
YUV 131.85 136.55 153.07 -
System Red Green Blue C M Y K H S L
Decimal 167 111 147 0 0.34 0.12 0.35 321.43 0.24 0.55
Hex A7 6F 93 0 22 C 23 141 18 37
Octal 247 157 223 0 42 14 43 501 30 67
Binary 10100111 1101111 10010011 0 100010 1100 100011 101000001 11000 110111

Color Harmonies of #A76F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76F93

Black with #A76F93

Text Example


Text Example

White with #A76F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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