Html Css Color HEX #A0708D Mountbatten Pink

📋 copy color: '#A0708D'

red 160 ◦ green 112 ◦ blue 141

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

Shades of Mountbatten Pink #A0708D

Tints of Mountbatten Pink #A0708D

RGB

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

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

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

R = 38.74%
G = 27.12%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0708D (or 0xA0708D) is known color: Mountbatten Pink. HEX triplet: A0, 70 and 8D. RGB value is (160,112,141). Sum of RGB (Red+Green+Blue) = 160+112+141=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A0708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0708D is #5F8F72. Grayscale: #818181. Windows color (decimal): -6262643 or 9269408. OLE color: 9269408.

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

Color convert

RGB 160 112 141 -
CMYK 0 0.30 0.12 0.37
HSL 323.75º 0.2% 0.53% -
HSV(B) 323.75º 0.3% 0.63% -
XYZ 25.1 20.99 27.93 -
YUV 129.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 160 112 141 0 0.30 0.12 0.37 323.75 0.2 0.53
Hex A0 70 8D 0 1E C 25 144 14 35
Octal 240 160 215 0 36 14 45 504 24 65
Binary 10100000 1110000 10001101 0 11110 1100 100101 101000100 10100 110101

Color Harmonies of #A0708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0708D

Black with #A0708D

Text Example


Text Example

White with #A0708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0708D; }

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

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

background-color css

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

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

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

border-color css

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

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

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