Html Css Color HEX #A0718C Mountbatten Pink

📋 copy color: '#A0718C'

red 160 ◦ green 113 ◦ blue 140

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

Shades of Mountbatten Pink #A0718C

Tints of Mountbatten Pink #A0718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.36%

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

R = 38.74%
G = 27.36%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0718C (or 0xA0718C) is known color: Mountbatten Pink. HEX triplet: A0, 71 and 8C. RGB value is (160,113,140). Sum of RGB (Red+Green+Blue) = 160+113+140=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A0718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0718C is #5F8E73. Grayscale: #828282. Windows color (decimal): -6262388 or 9204128. OLE color: 9204128.

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

Color convert

RGB 160 113 140 -
CMYK 0 0.29 0.12 0.37
HSL 325.53º 0.2% 0.54% -
HSV(B) 325.53º 0.29% 0.63% -
XYZ 25.14 21.18 27.57 -
YUV 130.13 133.57 149.3 -
System Red Green Blue C M Y K H S L
Decimal 160 113 140 0 0.29 0.12 0.37 325.53 0.2 0.54
Hex A0 71 8C 0 1D C 25 146 14 36
Octal 240 161 214 0 35 14 45 506 24 66
Binary 10100000 1110001 10001100 0 11101 1100 100101 101000110 10100 110110

Color Harmonies of #A0718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0718C

Black with #A0718C

Text Example


Text Example

White with #A0718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0718C; }

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

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

background-color css

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

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

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

border-color css

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

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

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