Html Css Color HEX #A47F8D Mountbatten Pink

📋 copy color: '#A47F8D'

red 164 ◦ green 127 ◦ blue 141

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

Shades of Mountbatten Pink #A47F8D

Tints of Mountbatten Pink #A47F8D

RGB

 RED value IS 164 (64.45% from 255) = 37.96%

 GREEN value IS 127 (50% from 255) = 29.4%

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

R = 37.96%
G = 29.4%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A47F8D (or 0xA47F8D) is known color: Mountbatten Pink. HEX triplet: A4, 7F and 8D. RGB value is (164,127,141). Sum of RGB (Red+Green+Blue) = 164+127+141=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47F8D is #5B8072. Grayscale: #8B8B8B. Windows color (decimal): -5996659 or 9273252. OLE color: 9273252.

HSL color Cylindrical-coordinate representation of color #A47F8D: hue angle of 337.3º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A47F8D is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 127 141 -
CMYK 0 0.23 0.14 0.36
HSL 337.3º 0.17% 0.57% -
HSV(B) 337.3º 0.23% 0.64% -
XYZ 27.71 24.99 28.56 -
YUV 139.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 164 127 141 0 0.23 0.14 0.36 337.3 0.17 0.57
Hex A4 7F 8D 0 17 E 24 151 11 39
Octal 244 177 215 0 27 16 44 521 21 71
Binary 10100100 1111111 10001101 0 10111 1110 100100 101010001 10001 111001

Color Harmonies of #A47F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F8D

Black with #A47F8D

Text Example


Text Example

White with #A47F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F8D; }

 p { color: rgb(164,127,141); }

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

background-color css

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

 a { background-color: rgb(164,127,141); }

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

border-color css

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

 span { border-color: rgb(164,127,141); }

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