Html Css Color HEX #A17196 Mountbatten Pink

📋 copy color: '#A17196'

red 161 ◦ green 113 ◦ blue 150

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

Shades of Mountbatten Pink #A17196

Tints of Mountbatten Pink #A17196

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.65%

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

R = 37.97%
G = 26.65%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A17196 (or 0xA17196) is known color: Mountbatten Pink. HEX triplet: A1, 71 and 96. RGB value is (161,113,150). Sum of RGB (Red+Green+Blue) = 161+113+150=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A17196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17196 is #5E8E69. Grayscale: #838383. Windows color (decimal): -6196842 or 9859489. OLE color: 9859489.

HSL color Cylindrical-coordinate representation of color #A17196: hue angle of 313.75º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17196 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 113 150 -
CMYK 0 0.30 0.07 0.37
HSL 313.75º 0.2% 0.54% -
HSV(B) 313.75º 0.3% 0.63% -
XYZ 26.11 21.59 31.65 -
YUV 131.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 161 113 150 0 0.30 0.07 0.37 313.75 0.2 0.54
Hex A1 71 96 0 1E 7 25 13A 14 36
Octal 241 161 226 0 36 7 45 472 24 66
Binary 10100001 1110001 10010110 0 11110 111 100101 100111010 10100 110110

Color Harmonies of #A17196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17196

Black with #A17196

Text Example


Text Example

White with #A17196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17196; }

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

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

background-color css

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

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

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

border-color css

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

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

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