Html Css Color HEX #A37393 Mountbatten Pink

📋 copy color: '#A37393'

red 163 ◦ green 115 ◦ blue 147

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

Shades of Mountbatten Pink #A37393

Tints of Mountbatten Pink #A37393

RGB

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

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

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

R = 38.35%
G = 27.06%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A37393 (or 0xA37393) is known color: Mountbatten Pink. HEX triplet: A3, 73 and 93. RGB value is (163,115,147). Sum of RGB (Red+Green+Blue) = 163+115+147=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A37393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37393 is #5C8C6C. Grayscale: #848484. Windows color (decimal): -6065261 or 9663395. OLE color: 9663395.

HSL color Cylindrical-coordinate representation of color #A37393: hue angle of 320º 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 #A37393 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 115 147 -
CMYK 0 0.29 0.10 0.36
HSL 320º 0.21% 0.55% -
HSV(B) 320º 0.29% 0.64% -
XYZ 26.5 22.15 30.48 -
YUV 133 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 163 115 147 0 0.29 0.10 0.36 320 0.21 0.55
Hex A3 73 93 0 1D A 24 140 15 37
Octal 243 163 223 0 35 12 44 500 25 67
Binary 10100011 1110011 10010011 0 11101 1010 100100 101000000 10101 110111

Color Harmonies of #A37393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37393

Black with #A37393

Text Example


Text Example

White with #A37393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37393; }

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

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

background-color css

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

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

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

border-color css

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

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

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