Html Css Color HEX #A16F93 Mountbatten Pink

📋 copy color: '#A16F93'

red 161 ◦ green 111 ◦ blue 147

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

Shades of Mountbatten Pink #A16F93

Tints of Mountbatten Pink #A16F93

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.49%

 BLUE value IS 147 (57.81% from 255) = 35.08%

R = 38.42%
G = 26.49%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A16F93 (or 0xA16F93) is known color: Mountbatten Pink. HEX triplet: A1, 6F and 93. RGB value is (161,111,147). Sum of RGB (Red+Green+Blue) = 161+111+147=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16F93 is #5E906C. Grayscale: #818181. Windows color (decimal): -6197357 or 9662369. OLE color: 9662369.

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

Color convert

RGB 161 111 147 -
CMYK 0 0.31 0.09 0.37
HSL 316.8º 0.21% 0.53% -
HSV(B) 316.8º 0.31% 0.63% -
XYZ 25.65 21.05 30.32 -
YUV 130.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 161 111 147 0 0.31 0.09 0.37 316.8 0.21 0.53
Hex A1 6F 93 0 1F 9 25 13D 15 35
Octal 241 157 223 0 37 11 45 475 25 65
Binary 10100001 1101111 10010011 0 11111 1001 100101 100111101 10101 110101

Color Harmonies of #A16F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16F93

Black with #A16F93

Text Example


Text Example

White with #A16F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16F93; }

 p { color: rgb(161,111,147); }

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

background-color css

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

 a { background-color: rgb(161,111,147); }

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

border-color css

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

 span { border-color: rgb(161,111,147); }

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