Html Css Color HEX #A17195 Mountbatten Pink

📋 copy color: '#A17195'

red 161 ◦ green 113 ◦ blue 149

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

Shades of Mountbatten Pink #A17195

Tints of Mountbatten Pink #A17195

RGB

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

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

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

R = 38.06%
G = 26.71%
B = 35.22%

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

#A17195 (or 0xA17195) is known color: Mountbatten Pink. HEX triplet: A1, 71 and 95. RGB value is (161,113,149). Sum of RGB (Red+Green+Blue) = 161+113+149=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A17195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17195 is #5E8E6A. Grayscale: #838383. Windows color (decimal): -6196843 or 9793953. OLE color: 9793953.

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

Color convert

RGB 161 113 149 -
CMYK 0 0.30 0.07 0.37
HSL 315º 0.2% 0.54% -
HSV(B) 315º 0.3% 0.63% -
XYZ 26.03 21.56 31.22 -
YUV 131.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 161 113 149 0 0.30 0.07 0.37 315 0.2 0.54
Hex A1 71 95 0 1E 7 25 13B 14 36
Octal 241 161 225 0 36 7 45 473 24 66
Binary 10100001 1110001 10010101 0 11110 111 100101 100111011 10100 110110

Color Harmonies of #A17195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17195

Black with #A17195

Text Example


Text Example

White with #A17195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17195; }

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

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

background-color css

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

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

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

border-color css

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

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

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