Html Css Color HEX #A47E8D Mountbatten Pink

📋 copy color: '#A47E8D'

red 164 ◦ green 126 ◦ blue 141

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

Shades of Mountbatten Pink #A47E8D

Tints of Mountbatten Pink #A47E8D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.23%

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

R = 38.05%
G = 29.23%
B = 32.71%

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

#A47E8D (or 0xA47E8D) is known color: Mountbatten Pink. HEX triplet: A4, 7E and 8D. RGB value is (164,126,141). Sum of RGB (Red+Green+Blue) = 164+126+141=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47E8D is #5B8172. Grayscale: #8B8B8B. Windows color (decimal): -5996915 or 9272996. OLE color: 9272996.

HSL color Cylindrical-coordinate representation of color #A47E8D: hue angle of 336.32º 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 #A47E8D is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 126 141 -
CMYK 0 0.23 0.14 0.36
HSL 336.32º 0.17% 0.57% -
HSV(B) 336.32º 0.23% 0.64% -
XYZ 27.58 24.74 28.52 -
YUV 139.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 164 126 141 0 0.23 0.14 0.36 336.32 0.17 0.57
Hex A4 7E 8D 0 17 E 24 150 11 39
Octal 244 176 215 0 27 16 44 520 21 71
Binary 10100100 1111110 10001101 0 10111 1110 100100 101010000 10001 111001

Color Harmonies of #A47E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47E8D

Black with #A47E8D

Text Example


Text Example

White with #A47E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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