Html Css Color HEX #A0718D Mountbatten Pink

📋 copy color: '#A0718D'

red 160 ◦ green 113 ◦ blue 141

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

Shades of Mountbatten Pink #A0718D

Tints of Mountbatten Pink #A0718D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 38.65%
G = 27.29%
B = 34.06%

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

#A0718D (or 0xA0718D) is known color: Mountbatten Pink. HEX triplet: A0, 71 and 8D. RGB value is (160,113,141). Sum of RGB (Red+Green+Blue) = 160+113+141=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A0718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0718D is #5F8E72. Grayscale: #828282. Windows color (decimal): -6262387 or 9269664. OLE color: 9269664.

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

Color convert

RGB 160 113 141 -
CMYK 0 0.29 0.12 0.37
HSL 324.26º 0.2% 0.54% -
HSV(B) 324.26º 0.29% 0.63% -
XYZ 25.21 21.21 27.96 -
YUV 130.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 160 113 141 0 0.29 0.12 0.37 324.26 0.2 0.54
Hex A0 71 8D 0 1D C 25 144 14 36
Octal 240 161 215 0 35 14 45 504 24 66
Binary 10100000 1110001 10001101 0 11101 1100 100101 101000100 10100 110110

Color Harmonies of #A0718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0718D

Black with #A0718D

Text Example


Text Example

White with #A0718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0718D; }

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

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

background-color css

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

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

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

border-color css

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

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

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