Html Css Color HEX #A16D96 Mountbatten Pink

📋 copy color: '#A16D96'

red 161 ◦ green 109 ◦ blue 150

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

Shades of Mountbatten Pink #A16D96

Tints of Mountbatten Pink #A16D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.71%

R = 38.33%
G = 25.95%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A16D96 (or 0xA16D96) is known color: Mountbatten Pink. HEX triplet: A1, 6D and 96. RGB value is (161,109,150). Sum of RGB (Red+Green+Blue) = 161+109+150=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16D96 is #5E9269. Grayscale: #818181. Windows color (decimal): -6197866 or 9858465. OLE color: 9858465.

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

Color convert

RGB 161 109 150 -
CMYK 0 0.32 0.07 0.37
HSL 312.69º 0.22% 0.53% -
HSV(B) 312.69º 0.32% 0.63% -
XYZ 25.67 20.72 31.5 -
YUV 129.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 161 109 150 0 0.32 0.07 0.37 312.69 0.22 0.53
Hex A1 6D 96 0 20 7 25 139 16 35
Octal 241 155 226 0 40 7 45 471 26 65
Binary 10100001 1101101 10010110 0 100000 111 100101 100111001 10110 110101

Color Harmonies of #A16D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16D96

Black with #A16D96

Text Example


Text Example

White with #A16D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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