Html Css Color HEX #A37192 Mountbatten Pink

📋 copy color: '#A37192'

red 163 ◦ green 113 ◦ blue 146

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

Shades of Mountbatten Pink #A37192

Tints of Mountbatten Pink #A37192

RGB

 RED value IS 163 (64.06% from 255) = 38.63%

 GREEN value IS 113 (44.53% from 255) = 26.78%

 BLUE value IS 146 (57.42% from 255) = 34.6%

R = 38.63%
G = 26.78%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A37192 (or 0xA37192) is known color: Mountbatten Pink. HEX triplet: A3, 71 and 92. RGB value is (163,113,146). Sum of RGB (Red+Green+Blue) = 163+113+146=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A37192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37192 is #5C8E6D. Grayscale: #838383. Windows color (decimal): -6065774 or 9597347. OLE color: 9597347.

HSL color Cylindrical-coordinate representation of color #A37192: hue angle of 320.4º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A37192 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 113 146 -
CMYK 0 0.31 0.10 0.36
HSL 320.4º 0.21% 0.54% -
HSV(B) 320.4º 0.31% 0.64% -
XYZ 26.2 21.67 30 -
YUV 131.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 163 113 146 0 0.31 0.10 0.36 320.4 0.21 0.54
Hex A3 71 92 0 1F A 24 140 15 36
Octal 243 161 222 0 37 12 44 500 25 66
Binary 10100011 1110001 10010010 0 11111 1010 100100 101000000 10101 110110

Color Harmonies of #A37192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37192

Black with #A37192

Text Example


Text Example

White with #A37192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37192; }

 p { color: rgb(163,113,146); }

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

background-color css

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

 a { background-color: rgb(163,113,146); }

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

border-color css

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

 span { border-color: rgb(163,113,146); }

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