Html Css Color HEX #A16D8D Mountbatten Pink

📋 copy color: '#A16D8D'

red 161 ◦ green 109 ◦ blue 141

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

Shades of Mountbatten Pink #A16D8D

Tints of Mountbatten Pink #A16D8D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.52%

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

R = 39.17%
G = 26.52%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A16D8D (or 0xA16D8D) is known color: Mountbatten Pink. HEX triplet: A1, 6D and 8D. RGB value is (161,109,141). Sum of RGB (Red+Green+Blue) = 161+109+141=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16D8D is #5E9272. Grayscale: #808080. Windows color (decimal): -6197875 or 9268641. OLE color: 9268641.

HSL color Cylindrical-coordinate representation of color #A16D8D: hue angle of 323.08º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A16D8D is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 109 141 -
CMYK 0 0.32 0.12 0.37
HSL 323.08º 0.22% 0.53% -
HSV(B) 323.08º 0.32% 0.63% -
XYZ 24.97 20.44 27.83 -
YUV 128.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 161 109 141 0 0.32 0.12 0.37 323.08 0.22 0.53
Hex A1 6D 8D 0 20 C 25 143 16 35
Octal 241 155 215 0 40 14 45 503 26 65
Binary 10100001 1101101 10001101 0 100000 1100 100101 101000011 10110 110101

Color Harmonies of #A16D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16D8D

Black with #A16D8D

Text Example


Text Example

White with #A16D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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