Html Css Color HEX #A37391 Mountbatten Pink

📋 copy color: '#A37391'

red 163 ◦ green 115 ◦ blue 145

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

Shades of Mountbatten Pink #A37391

Tints of Mountbatten Pink #A37391

RGB

 RED value IS 163 (64.06% from 255) = 38.53%

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

 BLUE value IS 145 (57.03% from 255) = 34.28%

R = 38.53%
G = 27.19%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A37391 (or 0xA37391) is known color: Mountbatten Pink. HEX triplet: A3, 73 and 91. RGB value is (163,115,145). Sum of RGB (Red+Green+Blue) = 163+115+145=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A37391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37391 is #5C8C6E. Grayscale: #848484. Windows color (decimal): -6065263 or 9532323. OLE color: 9532323.

HSL color Cylindrical-coordinate representation of color #A37391: hue angle of 322.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A37391 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 115 145 -
CMYK 0 0.29 0.11 0.36
HSL 322.5º 0.21% 0.55% -
HSV(B) 322.5º 0.29% 0.64% -
XYZ 26.35 22.09 29.66 -
YUV 132.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 163 115 145 0 0.29 0.11 0.36 322.5 0.21 0.55
Hex A3 73 91 0 1D B 24 142 15 37
Octal 243 163 221 0 35 13 44 502 25 67
Binary 10100011 1110011 10010001 0 11101 1011 100100 101000010 10101 110111

Color Harmonies of #A37391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37391

Black with #A37391

Text Example


Text Example

White with #A37391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37391; }

 p { color: rgb(163,115,145); }

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

background-color css

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

 a { background-color: rgb(163,115,145); }

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

border-color css

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

 span { border-color: rgb(163,115,145); }

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