Html Css Color HEX #A0748F Mountbatten Pink

📋 copy color: '#A0748F'

red 160 ◦ green 116 ◦ blue 143

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

Shades of Mountbatten Pink #A0748F

Tints of Mountbatten Pink #A0748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.68%

 BLUE value IS 143 (56.25% from 255) = 34.13%

R = 38.19%
G = 27.68%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0748F (or 0xA0748F) is known color: Mountbatten Pink. HEX triplet: A0, 74 and 8F. RGB value is (160,116,143). Sum of RGB (Red+Green+Blue) = 160+116+143=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A0748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0748F is #5F8B70. Grayscale: #848484. Windows color (decimal): -6261617 or 9401504. OLE color: 9401504.

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

Color convert

RGB 160 116 143 -
CMYK 0 0.28 0.11 0.37
HSL 323.18º 0.19% 0.54% -
HSV(B) 323.18º 0.28% 0.63% -
XYZ 25.7 21.95 28.87 -
YUV 132.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 160 116 143 0 0.28 0.11 0.37 323.18 0.19 0.54
Hex A0 74 8F 0 1C B 25 143 13 36
Octal 240 164 217 0 34 13 45 503 23 66
Binary 10100000 1110100 10001111 0 11100 1011 100101 101000011 10011 110110

Color Harmonies of #A0748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0748F

Black with #A0748F

Text Example


Text Example

White with #A0748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0748F; }

 p { color: rgb(160,116,143); }

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

background-color css

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

 a { background-color: rgb(160,116,143); }

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

border-color css

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

 span { border-color: rgb(160,116,143); }

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