Html Css Color HEX #A47390 Mountbatten Pink

📋 copy color: '#A47390'

red 164 ◦ green 115 ◦ blue 144

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

Shades of Mountbatten Pink #A47390

Tints of Mountbatten Pink #A47390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.19%

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

R = 38.77%
G = 27.19%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A47390 (or 0xA47390) is known color: Mountbatten Pink. HEX triplet: A4, 73 and 90. RGB value is (164,115,144). Sum of RGB (Red+Green+Blue) = 164+115+144=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A47390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47390 is #5B8C6F. Grayscale: #848484. Windows color (decimal): -5999728 or 9466788. OLE color: 9466788.

HSL color Cylindrical-coordinate representation of color #A47390: hue angle of 324.49º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47390 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 115 144 -
CMYK 0 0.30 0.12 0.36
HSL 324.49º 0.21% 0.55% -
HSV(B) 324.49º 0.3% 0.64% -
XYZ 26.47 22.17 29.27 -
YUV 132.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 164 115 144 0 0.30 0.12 0.36 324.49 0.21 0.55
Hex A4 73 90 0 1E C 24 144 15 37
Octal 244 163 220 0 36 14 44 504 25 67
Binary 10100100 1110011 10010000 0 11110 1100 100100 101000100 10101 110111

Color Harmonies of #A47390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47390

Black with #A47390

Text Example


Text Example

White with #A47390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47390; }

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

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

background-color css

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

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

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

border-color css

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

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

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