Html Css Color HEX #A3718C Mountbatten Pink

📋 copy color: '#A3718C'

red 163 ◦ green 113 ◦ blue 140

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

Shades of Mountbatten Pink #A3718C

Tints of Mountbatten Pink #A3718C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.65%

R = 39.18%
G = 27.16%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3718C (or 0xA3718C) is known color: Mountbatten Pink. HEX triplet: A3, 71 and 8C. RGB value is (163,113,140). Sum of RGB (Red+Green+Blue) = 163+113+140=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A3718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3718C is #5C8E73. Grayscale: #828282. Windows color (decimal): -6065780 or 9204131. OLE color: 9204131.

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

Color convert

RGB 163 113 140 -
CMYK 0 0.31 0.14 0.36
HSL 327.6º 0.21% 0.54% -
HSV(B) 327.6º 0.31% 0.64% -
XYZ 25.74 21.49 27.6 -
YUV 131.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 163 113 140 0 0.31 0.14 0.36 327.6 0.21 0.54
Hex A3 71 8C 0 1F E 24 148 15 36
Octal 243 161 214 0 37 16 44 510 25 66
Binary 10100011 1110001 10001100 0 11111 1110 100100 101001000 10101 110110

Color Harmonies of #A3718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3718C

Black with #A3718C

Text Example


Text Example

White with #A3718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3718C; }

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

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

background-color css

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

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

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

border-color css

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

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

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