Html Css Color HEX #A17393 Mountbatten Pink

📋 copy color: '#A17393'

red 161 ◦ green 115 ◦ blue 147

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

Shades of Mountbatten Pink #A17393

Tints of Mountbatten Pink #A17393

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.19%

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

R = 38.06%
G = 27.19%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A17393 (or 0xA17393) is known color: Mountbatten Pink. HEX triplet: A1, 73 and 93. RGB value is (161,115,147). Sum of RGB (Red+Green+Blue) = 161+115+147=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A17393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17393 is #5E8C6C. Grayscale: #848484. Windows color (decimal): -6196333 or 9663393. OLE color: 9663393.

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

Color convert

RGB 161 115 147 -
CMYK 0 0.29 0.09 0.37
HSL 318.26º 0.2% 0.54% -
HSV(B) 318.26º 0.29% 0.63% -
XYZ 26.1 21.95 30.46 -
YUV 132.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 161 115 147 0 0.29 0.09 0.37 318.26 0.2 0.54
Hex A1 73 93 0 1D 9 25 13E 14 36
Octal 241 163 223 0 35 11 45 476 24 66
Binary 10100001 1110011 10010011 0 11101 1001 100101 100111110 10100 110110

Color Harmonies of #A17393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17393

Black with #A17393

Text Example


Text Example

White with #A17393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17393; }

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

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

background-color css

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

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

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

border-color css

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

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

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