Html Css Color HEX #A37193 Mountbatten Pink

📋 copy color: '#A37193'

red 163 ◦ green 113 ◦ blue 147

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

Shades of Mountbatten Pink #A37193

Tints of Mountbatten Pink #A37193

RGB

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

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

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

R = 38.53%
G = 26.71%
B = 34.75%

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

#A37193 (or 0xA37193) is known color: Mountbatten Pink. HEX triplet: A3, 71 and 93. RGB value is (163,113,147). Sum of RGB (Red+Green+Blue) = 163+113+147=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A37193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37193 is #5C8E6C. Grayscale: #838383. Windows color (decimal): -6065773 or 9662883. OLE color: 9662883.

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

Color convert

RGB 163 113 147 -
CMYK 0 0.31 0.10 0.36
HSL 319.2º 0.21% 0.54% -
HSV(B) 319.2º 0.31% 0.64% -
XYZ 26.28 21.7 30.41 -
YUV 131.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 163 113 147 0 0.31 0.10 0.36 319.2 0.21 0.54
Hex A3 71 93 0 1F A 24 13F 15 36
Octal 243 161 223 0 37 12 44 477 25 66
Binary 10100011 1110001 10010011 0 11111 1010 100100 100111111 10101 110110

Color Harmonies of #A37193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37193

Black with #A37193

Text Example


Text Example

White with #A37193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37193; }

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

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

background-color css

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

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

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

border-color css

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

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

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