Html Css Color HEX #A47B90 Mountbatten Pink

📋 copy color: '#A47B90'

red 164 ◦ green 123 ◦ blue 144

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

Shades of Mountbatten Pink #A47B90

Tints of Mountbatten Pink #A47B90

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.54%

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

R = 38.05%
G = 28.54%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A47B90 (or 0xA47B90) is known color: Mountbatten Pink. HEX triplet: A4, 7B and 90. RGB value is (164,123,144). Sum of RGB (Red+Green+Blue) = 164+123+144=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47B90 is #5B846F. Grayscale: #898989. Windows color (decimal): -5997680 or 9468836. OLE color: 9468836.

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

Color convert

RGB 164 123 144 -
CMYK 0 0.25 0.12 0.36
HSL 329.27º 0.18% 0.56% -
HSV(B) 329.27º 0.25% 0.64% -
XYZ 27.43 24.07 29.59 -
YUV 137.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 164 123 144 0 0.25 0.12 0.36 329.27 0.18 0.56
Hex A4 7B 90 0 19 C 24 149 12 38
Octal 244 173 220 0 31 14 44 511 22 70
Binary 10100100 1111011 10010000 0 11001 1100 100100 101001001 10010 111000

Color Harmonies of #A47B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47B90

Black with #A47B90

Text Example


Text Example

White with #A47B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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