Html Css Color HEX #A16D95 Mountbatten Pink

📋 copy color: '#A16D95'

red 161 ◦ green 109 ◦ blue 149

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

Shades of Mountbatten Pink #A16D95

Tints of Mountbatten Pink #A16D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.56%

R = 38.42%
G = 26.01%
B = 35.56%

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

#A16D95 (or 0xA16D95) is known color: Mountbatten Pink. HEX triplet: A1, 6D and 95. RGB value is (161,109,149). Sum of RGB (Red+Green+Blue) = 161+109+149=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16D95 is #5E926A. Grayscale: #818181. Windows color (decimal): -6197867 or 9792929. OLE color: 9792929.

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

Color convert

RGB 161 109 149 -
CMYK 0 0.32 0.07 0.37
HSL 313.85º 0.22% 0.53% -
HSV(B) 313.85º 0.32% 0.63% -
XYZ 25.59 20.68 31.08 -
YUV 129.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 161 109 149 0 0.32 0.07 0.37 313.85 0.22 0.53
Hex A1 6D 95 0 20 7 25 13A 16 35
Octal 241 155 225 0 40 7 45 472 26 65
Binary 10100001 1101101 10010101 0 100000 111 100101 100111010 10110 110101

Color Harmonies of #A16D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16D95

Black with #A16D95

Text Example


Text Example

White with #A16D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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