Html Css Color HEX #A0718E Mountbatten Pink

📋 copy color: '#A0718E'

red 160 ◦ green 113 ◦ blue 142

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

Shades of Mountbatten Pink #A0718E

Tints of Mountbatten Pink #A0718E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.22%

R = 38.55%
G = 27.23%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0718E (or 0xA0718E) is known color: Mountbatten Pink. HEX triplet: A0, 71 and 8E. RGB value is (160,113,142). Sum of RGB (Red+Green+Blue) = 160+113+142=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A0718E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0718E is #5F8E71. Grayscale: #828282. Windows color (decimal): -6262386 or 9335200. OLE color: 9335200.

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

Color convert

RGB 160 113 142 -
CMYK 0 0.29 0.11 0.37
HSL 322.98º 0.2% 0.54% -
HSV(B) 322.98º 0.29% 0.63% -
XYZ 25.28 21.24 28.36 -
YUV 130.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 160 113 142 0 0.29 0.11 0.37 322.98 0.2 0.54
Hex A0 71 8E 0 1D B 25 143 14 36
Octal 240 161 216 0 35 13 45 503 24 66
Binary 10100000 1110001 10001110 0 11101 1011 100101 101000011 10100 110110

Color Harmonies of #A0718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0718E

Black with #A0718E

Text Example


Text Example

White with #A0718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0718E; }

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

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

background-color css

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

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

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

border-color css

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

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

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