Html Css Color HEX #A0718B Mountbatten Pink

📋 copy color: '#A0718B'

red 160 ◦ green 113 ◦ blue 139

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

Shades of Mountbatten Pink #A0718B

Tints of Mountbatten Pink #A0718B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.74%

R = 38.83%
G = 27.43%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0718B (or 0xA0718B) is known color: Mountbatten Pink. HEX triplet: A0, 71 and 8B. RGB value is (160,113,139). Sum of RGB (Red+Green+Blue) = 160+113+139=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A0718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0718B is #5F8E74. Grayscale: #818181. Windows color (decimal): -6262389 or 9138592. OLE color: 9138592.

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

Color convert

RGB 160 113 139 -
CMYK 0 0.29 0.13 0.37
HSL 326.81º 0.2% 0.54% -
HSV(B) 326.81º 0.29% 0.63% -
XYZ 25.06 21.15 27.19 -
YUV 130.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 160 113 139 0 0.29 0.13 0.37 326.81 0.2 0.54
Hex A0 71 8B 0 1D D 25 147 14 36
Octal 240 161 213 0 35 15 45 507 24 66
Binary 10100000 1110001 10001011 0 11101 1101 100101 101000111 10100 110110

Color Harmonies of #A0718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0718B

Black with #A0718B

Text Example


Text Example

White with #A0718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0718B; }

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

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

background-color css

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

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

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

border-color css

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

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

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