Html Css Color HEX #A37390 Mountbatten Pink

📋 copy color: '#A37390'

red 163 ◦ green 115 ◦ blue 144

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

Shades of Mountbatten Pink #A37390

Tints of Mountbatten Pink #A37390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.12%

R = 38.63%
G = 27.25%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A37390 (or 0xA37390) is known color: Mountbatten Pink. HEX triplet: A3, 73 and 90. RGB value is (163,115,144). Sum of RGB (Red+Green+Blue) = 163+115+144=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A37390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37390 is #5C8C6F. Grayscale: #848484. Windows color (decimal): -6065264 or 9466787. OLE color: 9466787.

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

Color convert

RGB 163 115 144 -
CMYK 0 0.29 0.12 0.36
HSL 323.75º 0.21% 0.55% -
HSV(B) 323.75º 0.29% 0.64% -
XYZ 26.27 22.06 29.26 -
YUV 132.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 163 115 144 0 0.29 0.12 0.36 323.75 0.21 0.55
Hex A3 73 90 0 1D C 24 144 15 37
Octal 243 163 220 0 35 14 44 504 25 67
Binary 10100011 1110011 10010000 0 11101 1100 100100 101000100 10101 110111

Color Harmonies of #A37390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37390

Black with #A37390

Text Example


Text Example

White with #A37390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37390; }

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

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

background-color css

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

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

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

border-color css

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

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

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