Html Css Color HEX #A77192 Mountbatten Pink

📋 copy color: '#A77192'

red 167 ◦ green 113 ◦ blue 146

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

Shades of Mountbatten Pink #A77192

Tints of Mountbatten Pink #A77192

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.53%

 BLUE value IS 146 (57.42% from 255) = 34.27%

R = 39.2%
G = 26.53%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A77192 (or 0xA77192) is known color: Mountbatten Pink. HEX triplet: A7, 71 and 92. RGB value is (167,113,146). Sum of RGB (Red+Green+Blue) = 167+113+146=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 167 - color contains mainly: red. Hex color #A77192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77192 is #588E6D. Grayscale: #848484. Windows color (decimal): -5803630 or 9597351. OLE color: 9597351.

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

Color convert

RGB 167 113 146 -
CMYK 0 0.32 0.13 0.35
HSL 323.33º 0.23% 0.55% -
HSV(B) 323.33º 0.32% 0.65% -
XYZ 27.03 22.1 30.04 -
YUV 132.91 135.39 152.32 -
System Red Green Blue C M Y K H S L
Decimal 167 113 146 0 0.32 0.13 0.35 323.33 0.23 0.55
Hex A7 71 92 0 20 D 23 143 17 37
Octal 247 161 222 0 40 15 43 503 27 67
Binary 10100111 1110001 10010010 0 100000 1101 100011 101000011 10111 110111

Color Harmonies of #A77192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77192

Black with #A77192

Text Example


Text Example

White with #A77192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77192; }

 p { color: rgb(167,113,146); }

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

background-color css

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

 a { background-color: rgb(167,113,146); }

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

border-color css

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

 span { border-color: rgb(167,113,146); }

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