Html Css Color HEX #A47393 Mountbatten Pink

📋 copy color: '#A47393'

red 164 ◦ green 115 ◦ blue 147

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

Shades of Mountbatten Pink #A47393

Tints of Mountbatten Pink #A47393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.51%

R = 38.5%
G = 27%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A47393 (or 0xA47393) is known color: Mountbatten Pink. HEX triplet: A4, 73 and 93. RGB value is (164,115,147). Sum of RGB (Red+Green+Blue) = 164+115+147=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A47393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47393 is #5B8C6C. Grayscale: #858585. Windows color (decimal): -5999725 or 9663396. OLE color: 9663396.

HSL color Cylindrical-coordinate representation of color #A47393: hue angle of 320.82º 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 #A47393 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 115 147 -
CMYK 0 0.30 0.10 0.36
HSL 320.82º 0.21% 0.55% -
HSV(B) 320.82º 0.3% 0.64% -
XYZ 26.71 22.26 30.49 -
YUV 133.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 164 115 147 0 0.30 0.10 0.36 320.82 0.21 0.55
Hex A4 73 93 0 1E A 24 141 15 37
Octal 244 163 223 0 36 12 44 501 25 67
Binary 10100100 1110011 10010011 0 11110 1010 100100 101000001 10101 110111

Color Harmonies of #A47393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47393

Black with #A47393

Text Example


Text Example

White with #A47393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47393; }

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

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

background-color css

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

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

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

border-color css

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

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

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