Html Css Color HEX #A1768D Mountbatten Pink

📋 copy color: '#A1768D'

red 161 ◦ green 118 ◦ blue 141

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

Shades of Mountbatten Pink #A1768D

Tints of Mountbatten Pink #A1768D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.57%

R = 38.33%
G = 28.1%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1768D (or 0xA1768D) is known color: Mountbatten Pink. HEX triplet: A1, 76 and 8D. RGB value is (161,118,141). Sum of RGB (Red+Green+Blue) = 161+118+141=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A1768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1768D is #5E8972. Grayscale: #858585. Windows color (decimal): -6195571 or 9270945. OLE color: 9270945.

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

Color convert

RGB 161 118 141 -
CMYK 0 0.27 0.12 0.37
HSL 327.91º 0.19% 0.55% -
HSV(B) 327.91º 0.27% 0.63% -
XYZ 25.98 22.46 28.16 -
YUV 133.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 161 118 141 0 0.27 0.12 0.37 327.91 0.19 0.55
Hex A1 76 8D 0 1B C 25 148 13 37
Octal 241 166 215 0 33 14 45 510 23 67
Binary 10100001 1110110 10001101 0 11011 1100 100101 101001000 10011 110111

Color Harmonies of #A1768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1768D

Black with #A1768D

Text Example


Text Example

White with #A1768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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