Html Css Color HEX #A0738C Mountbatten Pink

📋 copy color: '#A0738C'

red 160 ◦ green 115 ◦ blue 140

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

Shades of Mountbatten Pink #A0738C

Tints of Mountbatten Pink #A0738C

RGB

 RED value IS 160 (62.89% from 255) = 38.55%

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

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 38.55%
G = 27.71%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0738C (or 0xA0738C) is known color: Mountbatten Pink. HEX triplet: A0, 73 and 8C. RGB value is (160,115,140). Sum of RGB (Red+Green+Blue) = 160+115+140=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A0738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0738C is #5F8C73. Grayscale: #838383. Windows color (decimal): -6261876 or 9204640. OLE color: 9204640.

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

Color convert

RGB 160 115 140 -
CMYK 0 0.28 0.12 0.37
HSL 326.67º 0.19% 0.54% -
HSV(B) 326.67º 0.28% 0.63% -
XYZ 25.36 21.63 27.65 -
YUV 131.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 160 115 140 0 0.28 0.12 0.37 326.67 0.19 0.54
Hex A0 73 8C 0 1C C 25 147 13 36
Octal 240 163 214 0 34 14 45 507 23 66
Binary 10100000 1110011 10001100 0 11100 1100 100101 101000111 10011 110110

Color Harmonies of #A0738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0738C

Black with #A0738C

Text Example


Text Example

White with #A0738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0738C; }

 p { color: rgb(160,115,140); }

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

background-color css

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

 a { background-color: rgb(160,115,140); }

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

border-color css

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

 span { border-color: rgb(160,115,140); }

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