Html Css Color HEX #A1768C Mountbatten Pink

📋 copy color: '#A1768C'

red 161 ◦ green 118 ◦ blue 140

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

Shades of Mountbatten Pink #A1768C

Tints of Mountbatten Pink #A1768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.16%

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

R = 38.42%
G = 28.16%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A1768C (or 0xA1768C) is known color: Mountbatten Pink. HEX triplet: A1, 76 and 8C. RGB value is (161,118,140). Sum of RGB (Red+Green+Blue) = 161+118+140=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A1768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1768C is #5E8973. Grayscale: #858585. Windows color (decimal): -6195572 or 9205409. OLE color: 9205409.

HSL color Cylindrical-coordinate representation of color #A1768C: hue angle of 329.3º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1768C is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 118 140 -
CMYK 0 0.27 0.13 0.37
HSL 329.3º 0.19% 0.55% -
HSV(B) 329.3º 0.27% 0.63% -
XYZ 25.91 22.43 27.77 -
YUV 133.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 161 118 140 0 0.27 0.13 0.37 329.3 0.19 0.55
Hex A1 76 8C 0 1B D 25 149 13 37
Octal 241 166 214 0 33 15 45 511 23 67
Binary 10100001 1110110 10001100 0 11011 1101 100101 101001001 10011 110111

Color Harmonies of #A1768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1768C

Black with #A1768C

Text Example


Text Example

White with #A1768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1768C; }

 p { color: rgb(161,118,140); }

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

background-color css

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

 a { background-color: rgb(161,118,140); }

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

border-color css

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

 span { border-color: rgb(161,118,140); }

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