Html Css Color HEX #A37F8D Mountbatten Pink

📋 copy color: '#A37F8D'

red 163 ◦ green 127 ◦ blue 141

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

Shades of Mountbatten Pink #A37F8D

Tints of Mountbatten Pink #A37F8D

RGB

 RED value IS 163 (64.06% from 255) = 37.82%

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

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

R = 37.82%
G = 29.47%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A37F8D (or 0xA37F8D) is known color: Mountbatten Pink. HEX triplet: A3, 7F and 8D. RGB value is (163,127,141). Sum of RGB (Red+Green+Blue) = 163+127+141=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37F8D is #5C8072. Grayscale: #8B8B8B. Windows color (decimal): -6062195 or 9273251. OLE color: 9273251.

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

Color convert

RGB 163 127 141 -
CMYK 0 0.22 0.13 0.36
HSL 336.67º 0.16% 0.57% -
HSV(B) 336.67º 0.22% 0.64% -
XYZ 27.5 24.89 28.55 -
YUV 139.36 128.93 144.86 -
System Red Green Blue C M Y K H S L
Decimal 163 127 141 0 0.22 0.13 0.36 336.67 0.16 0.57
Hex A3 7F 8D 0 16 D 24 151 10 39
Octal 243 177 215 0 26 15 44 521 20 71
Binary 10100011 1111111 10001101 0 10110 1101 100100 101010001 10000 111001

Color Harmonies of #A37F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F8D

Black with #A37F8D

Text Example


Text Example

White with #A37F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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