Html Css Color HEX #A3718F Mountbatten Pink

📋 copy color: '#A3718F'

red 163 ◦ green 113 ◦ blue 143

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

Shades of Mountbatten Pink #A3718F

Tints of Mountbatten Pink #A3718F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.13%

R = 38.9%
G = 26.97%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A3718F (or 0xA3718F) is known color: Mountbatten Pink. HEX triplet: A3, 71 and 8F. RGB value is (163,113,143). Sum of RGB (Red+Green+Blue) = 163+113+143=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A3718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3718F is #5C8E70. Grayscale: #838383. Windows color (decimal): -6065777 or 9400739. OLE color: 9400739.

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

Color convert

RGB 163 113 143 -
CMYK 0 0.31 0.12 0.36
HSL 324º 0.21% 0.54% -
HSV(B) 324º 0.31% 0.64% -
XYZ 25.97 21.58 28.78 -
YUV 131.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 163 113 143 0 0.31 0.12 0.36 324 0.21 0.54
Hex A3 71 8F 0 1F C 24 144 15 36
Octal 243 161 217 0 37 14 44 504 25 66
Binary 10100011 1110001 10001111 0 11111 1100 100100 101000100 10101 110110

Color Harmonies of #A3718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3718F

Black with #A3718F

Text Example


Text Example

White with #A3718F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3718F; }

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

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

background-color css

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

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

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

border-color css

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

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

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