Html Css Color HEX #A1738B Mountbatten Pink

📋 copy color: '#A1738B'

red 161 ◦ green 115 ◦ blue 139

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

Shades of Mountbatten Pink #A1738B

Tints of Mountbatten Pink #A1738B

RGB

 RED value IS 161 (63.28% from 255) = 38.8%

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

 BLUE value IS 139 (54.69% from 255) = 33.49%

R = 38.8%
G = 27.71%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1738B (or 0xA1738B) is known color: Mountbatten Pink. HEX triplet: A1, 73 and 8B. RGB value is (161,115,139). Sum of RGB (Red+Green+Blue) = 161+115+139=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A1738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1738B is #5E8C74. Grayscale: #838383. Windows color (decimal): -6196341 or 9139105. OLE color: 9139105.

HSL color Cylindrical-coordinate representation of color #A1738B: hue angle of 328.7º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1738B is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 115 139 -
CMYK 0 0.29 0.14 0.37
HSL 328.7º 0.2% 0.54% -
HSV(B) 328.7º 0.29% 0.63% -
XYZ 25.49 21.7 27.27 -
YUV 131.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 161 115 139 0 0.29 0.14 0.37 328.7 0.2 0.54
Hex A1 73 8B 0 1D E 25 149 14 36
Octal 241 163 213 0 35 16 45 511 24 66
Binary 10100001 1110011 10001011 0 11101 1110 100101 101001001 10100 110110

Color Harmonies of #A1738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1738B

Black with #A1738B

Text Example


Text Example

White with #A1738B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1738B; }

 p { color: rgb(161,115,139); }

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

background-color css

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

 a { background-color: rgb(161,115,139); }

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

border-color css

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

 span { border-color: rgb(161,115,139); }

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