Html Css Color HEX #A1728C Mountbatten Pink

📋 copy color: '#A1728C'

red 161 ◦ green 114 ◦ blue 140

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

Shades of Mountbatten Pink #A1728C

Tints of Mountbatten Pink #A1728C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.47%

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

R = 38.8%
G = 27.47%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A1728C (or 0xA1728C) is known color: Mountbatten Pink. HEX triplet: A1, 72 and 8C. RGB value is (161,114,140). Sum of RGB (Red+Green+Blue) = 161+114+140=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A1728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1728C is #5E8D73. Grayscale: #828282. Windows color (decimal): -6196596 or 9204385. OLE color: 9204385.

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

Color convert

RGB 161 114 140 -
CMYK 0 0.29 0.13 0.37
HSL 326.81º 0.2% 0.54% -
HSV(B) 326.81º 0.29% 0.63% -
XYZ 25.45 21.51 27.62 -
YUV 131.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 161 114 140 0 0.29 0.13 0.37 326.81 0.2 0.54
Hex A1 72 8C 0 1D D 25 147 14 36
Octal 241 162 214 0 35 15 45 507 24 66
Binary 10100001 1110010 10001100 0 11101 1101 100101 101000111 10100 110110

Color Harmonies of #A1728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1728C

Black with #A1728C

Text Example


Text Example

White with #A1728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1728C; }

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

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

background-color css

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

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

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

border-color css

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

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

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