Html Css Color HEX #A0708B Mountbatten Pink

📋 copy color: '#A0708B'

red 160 ◦ green 112 ◦ blue 139

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

Shades of Mountbatten Pink #A0708B

Tints of Mountbatten Pink #A0708B

RGB

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

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

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

R = 38.93%
G = 27.25%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0708B (or 0xA0708B) is known color: Mountbatten Pink. HEX triplet: A0, 70 and 8B. RGB value is (160,112,139). Sum of RGB (Red+Green+Blue) = 160+112+139=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A0708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0708B is #5F8F74. Grayscale: #818181. Windows color (decimal): -6262645 or 9138336. OLE color: 9138336.

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

Color convert

RGB 160 112 139 -
CMYK 0 0.30 0.13 0.37
HSL 326.25º 0.2% 0.53% -
HSV(B) 326.25º 0.3% 0.63% -
XYZ 24.95 20.93 27.15 -
YUV 129.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 160 112 139 0 0.30 0.13 0.37 326.25 0.2 0.53
Hex A0 70 8B 0 1E D 25 146 14 35
Octal 240 160 213 0 36 15 45 506 24 65
Binary 10100000 1110000 10001011 0 11110 1101 100101 101000110 10100 110101

Color Harmonies of #A0708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0708B

Black with #A0708B

Text Example


Text Example

White with #A0708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0708B; }

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

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

background-color css

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

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

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

border-color css

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

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

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