Html Css Color HEX #A1718E Mountbatten Pink

📋 copy color: '#A1718E'

red 161 ◦ green 113 ◦ blue 142

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

Shades of Mountbatten Pink #A1718E

Tints of Mountbatten Pink #A1718E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.13%

R = 38.7%
G = 27.16%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1718E (or 0xA1718E) is known color: Mountbatten Pink. HEX triplet: A1, 71 and 8E. RGB value is (161,113,142). Sum of RGB (Red+Green+Blue) = 161+113+142=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A1718E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1718E is #5E8E71. Grayscale: #828282. Windows color (decimal): -6196850 or 9335201. OLE color: 9335201.

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

Color convert

RGB 161 113 142 -
CMYK 0 0.30 0.12 0.37
HSL 323.75º 0.2% 0.54% -
HSV(B) 323.75º 0.3% 0.63% -
XYZ 25.49 21.34 28.37 -
YUV 130.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 161 113 142 0 0.30 0.12 0.37 323.75 0.2 0.54
Hex A1 71 8E 0 1E C 25 144 14 36
Octal 241 161 216 0 36 14 45 504 24 66
Binary 10100001 1110001 10001110 0 11110 1100 100101 101000100 10100 110110

Color Harmonies of #A1718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1718E

Black with #A1718E

Text Example


Text Example

White with #A1718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1718E; }

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

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

background-color css

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

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

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

border-color css

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

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

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