Html Css Color HEX #A47890 Mountbatten Pink

📋 copy color: '#A47890'

red 164 ◦ green 120 ◦ blue 144

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

Shades of Mountbatten Pink #A47890

Tints of Mountbatten Pink #A47890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.04%

 BLUE value IS 144 (56.64% from 255) = 33.64%

R = 38.32%
G = 28.04%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A47890 (or 0xA47890) is known color: Mountbatten Pink. HEX triplet: A4, 78 and 90. RGB value is (164,120,144). Sum of RGB (Red+Green+Blue) = 164+120+144=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A47890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47890 is #5B876F. Grayscale: #878787. Windows color (decimal): -5998448 or 9468068. OLE color: 9468068.

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

Color convert

RGB 164 120 144 -
CMYK 0 0.27 0.12 0.36
HSL 327.27º 0.19% 0.56% -
HSV(B) 327.27º 0.27% 0.64% -
XYZ 27.06 23.34 29.46 -
YUV 135.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 164 120 144 0 0.27 0.12 0.36 327.27 0.19 0.56
Hex A4 78 90 0 1B C 24 147 13 38
Octal 244 170 220 0 33 14 44 507 23 70
Binary 10100100 1111000 10010000 0 11011 1100 100100 101000111 10011 111000

Color Harmonies of #A47890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47890

Black with #A47890

Text Example


Text Example

White with #A47890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47890; }

 p { color: rgb(164,120,144); }

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

background-color css

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

 a { background-color: rgb(164,120,144); }

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

border-color css

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

 span { border-color: rgb(164,120,144); }

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