Html Css Color HEX #A0718F Mountbatten Pink

📋 copy color: '#A0718F'

red 160 ◦ green 113 ◦ blue 143

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

Shades of Mountbatten Pink #A0718F

Tints of Mountbatten Pink #A0718F

RGB

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

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

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

R = 38.46%
G = 27.16%
B = 34.38%

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

#A0718F (or 0xA0718F) is known color: Mountbatten Pink. HEX triplet: A0, 71 and 8F. RGB value is (160,113,143). Sum of RGB (Red+Green+Blue) = 160+113+143=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A0718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0718F is #5F8E70. Grayscale: #828282. Windows color (decimal): -6262385 or 9400736. OLE color: 9400736.

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

Color convert

RGB 160 113 143 -
CMYK 0 0.29 0.11 0.37
HSL 321.7º 0.2% 0.54% -
HSV(B) 321.7º 0.29% 0.63% -
XYZ 25.36 21.27 28.75 -
YUV 130.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 160 113 143 0 0.29 0.11 0.37 321.7 0.2 0.54
Hex A0 71 8F 0 1D B 25 142 14 36
Octal 240 161 217 0 35 13 45 502 24 66
Binary 10100000 1110001 10001111 0 11101 1011 100101 101000010 10100 110110

Color Harmonies of #A0718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0718F

Black with #A0718F

Text Example


Text Example

White with #A0718F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0718F; }

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

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

background-color css

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

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

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

border-color css

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

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

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