Html Css Color HEX #A47191 Mountbatten Pink

📋 copy color: '#A47191'

red 164 ◦ green 113 ◦ blue 145

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

Shades of Mountbatten Pink #A47191

Tints of Mountbatten Pink #A47191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.36%

R = 38.86%
G = 26.78%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A47191 (or 0xA47191) is known color: Mountbatten Pink. HEX triplet: A4, 71 and 91. RGB value is (164,113,145). Sum of RGB (Red+Green+Blue) = 164+113+145=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A47191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47191 is #5B8E6E. Grayscale: #838383. Windows color (decimal): -6000239 or 9531812. OLE color: 9531812.

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

Color convert

RGB 164 113 145 -
CMYK 0 0.31 0.12 0.36
HSL 322.35º 0.22% 0.54% -
HSV(B) 322.35º 0.31% 0.64% -
XYZ 26.33 21.75 29.6 -
YUV 131.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 164 113 145 0 0.31 0.12 0.36 322.35 0.22 0.54
Hex A4 71 91 0 1F C 24 142 16 36
Octal 244 161 221 0 37 14 44 502 26 66
Binary 10100100 1110001 10010001 0 11111 1100 100100 101000010 10110 110110

Color Harmonies of #A47191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47191

Black with #A47191

Text Example


Text Example

White with #A47191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47191; }

 p { color: rgb(164,113,145); }

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

background-color css

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

 a { background-color: rgb(164,113,145); }

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

border-color css

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

 span { border-color: rgb(164,113,145); }

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