Html Css Color HEX #A1718B Mountbatten Pink

📋 copy color: '#A1718B'

red 161 ◦ green 113 ◦ blue 139

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

Shades of Mountbatten Pink #A1718B

Tints of Mountbatten Pink #A1718B

RGB

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

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

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

R = 38.98%
G = 27.36%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1718B (or 0xA1718B) is known color: Mountbatten Pink. HEX triplet: A1, 71 and 8B. RGB value is (161,113,139). Sum of RGB (Red+Green+Blue) = 161+113+139=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A1718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1718B is #5E8E74. Grayscale: #828282. Windows color (decimal): -6196853 or 9138593. OLE color: 9138593.

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

Color convert

RGB 161 113 139 -
CMYK 0 0.30 0.14 0.37
HSL 327.5º 0.2% 0.54% -
HSV(B) 327.5º 0.3% 0.63% -
XYZ 25.26 21.25 27.2 -
YUV 130.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 161 113 139 0 0.30 0.14 0.37 327.5 0.2 0.54
Hex A1 71 8B 0 1E E 25 148 14 36
Octal 241 161 213 0 36 16 45 510 24 66
Binary 10100001 1110001 10001011 0 11110 1110 100101 101001000 10100 110110

Color Harmonies of #A1718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1718B

Black with #A1718B

Text Example


Text Example

White with #A1718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1718B; }

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

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

background-color css

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

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

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

border-color css

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

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

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