Html Css Color HEX #A1768B Mountbatten Pink

📋 copy color: '#A1768B'

red 161 ◦ green 118 ◦ blue 139

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

Shades of Mountbatten Pink #A1768B

Tints of Mountbatten Pink #A1768B

RGB

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

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

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

R = 38.52%
G = 28.23%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1768B (or 0xA1768B) is known color: Mountbatten Pink. HEX triplet: A1, 76 and 8B. RGB value is (161,118,139). Sum of RGB (Red+Green+Blue) = 161+118+139=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A1768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1768B is #5E8974. Grayscale: #858585. Windows color (decimal): -6195573 or 9139873. OLE color: 9139873.

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

Color convert

RGB 161 118 139 -
CMYK 0 0.27 0.14 0.37
HSL 330.7º 0.19% 0.55% -
HSV(B) 330.7º 0.27% 0.63% -
XYZ 25.84 22.4 27.39 -
YUV 133.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 161 118 139 0 0.27 0.14 0.37 330.7 0.19 0.55
Hex A1 76 8B 0 1B E 25 14B 13 37
Octal 241 166 213 0 33 16 45 513 23 67
Binary 10100001 1110110 10001011 0 11011 1110 100101 101001011 10011 110111

Color Harmonies of #A1768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1768B

Black with #A1768B

Text Example


Text Example

White with #A1768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1768B; }

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

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

background-color css

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

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

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

border-color css

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

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

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