Html Css Color HEX #A0708E Mountbatten Pink

📋 copy color: '#A0708E'

red 160 ◦ green 112 ◦ blue 142

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

Shades of Mountbatten Pink #A0708E

Tints of Mountbatten Pink #A0708E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.05%

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

R = 38.65%
G = 27.05%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0708E (or 0xA0708E) is known color: Mountbatten Pink. HEX triplet: A0, 70 and 8E. RGB value is (160,112,142). Sum of RGB (Red+Green+Blue) = 160+112+142=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A0708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0708E is #5F8F71. Grayscale: #818181. Windows color (decimal): -6262642 or 9334944. OLE color: 9334944.

HSL color Cylindrical-coordinate representation of color #A0708E: hue angle of 322.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0708E is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 112 142 -
CMYK 0 0.30 0.11 0.37
HSL 322.5º 0.2% 0.53% -
HSV(B) 322.5º 0.3% 0.63% -
XYZ 25.17 21.01 28.32 -
YUV 129.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 160 112 142 0 0.30 0.11 0.37 322.5 0.2 0.53
Hex A0 70 8E 0 1E B 25 142 14 35
Octal 240 160 216 0 36 13 45 502 24 65
Binary 10100000 1110000 10001110 0 11110 1011 100101 101000010 10100 110101

Color Harmonies of #A0708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0708E

Black with #A0708E

Text Example


Text Example

White with #A0708E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0708E; }

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

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

background-color css

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

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

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

border-color css

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

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

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