Html Css Color HEX #A47991 Mountbatten Pink

📋 copy color: '#A47991'

red 164 ◦ green 121 ◦ blue 145

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

Shades of Mountbatten Pink #A47991

Tints of Mountbatten Pink #A47991

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.14%

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

R = 38.14%
G = 28.14%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A47991 (or 0xA47991) is known color: Mountbatten Pink. HEX triplet: A4, 79 and 91. RGB value is (164,121,145). Sum of RGB (Red+Green+Blue) = 164+121+145=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A47991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47991 is #5B866E. Grayscale: #888888. Windows color (decimal): -5998191 or 9533860. OLE color: 9533860.

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

Color convert

RGB 164 121 145 -
CMYK 0 0.26 0.12 0.36
HSL 326.51º 0.19% 0.56% -
HSV(B) 326.51º 0.26% 0.64% -
XYZ 27.26 23.61 29.91 -
YUV 136.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 164 121 145 0 0.26 0.12 0.36 326.51 0.19 0.56
Hex A4 79 91 0 1A C 24 147 13 38
Octal 244 171 221 0 32 14 44 507 23 70
Binary 10100100 1111001 10010001 0 11010 1100 100100 101000111 10011 111000

Color Harmonies of #A47991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47991

Black with #A47991

Text Example


Text Example

White with #A47991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47991; }

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

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

background-color css

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

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

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

border-color css

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

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

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