Html Css Color HEX #A07C8D Mountbatten Pink

📋 copy color: '#A07C8D'

red 160 ◦ green 124 ◦ blue 141

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

Shades of Mountbatten Pink #A07C8D

Tints of Mountbatten Pink #A07C8D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.18%

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

R = 37.65%
G = 29.18%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A07C8D (or 0xA07C8D) is known color: Mountbatten Pink. HEX triplet: A0, 7C and 8D. RGB value is (160,124,141). Sum of RGB (Red+Green+Blue) = 160+124+141=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07C8D is #5F8372. Grayscale: #888888. Windows color (decimal): -6259571 or 9272480. OLE color: 9272480.

HSL color Cylindrical-coordinate representation of color #A07C8D: hue angle of 331.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A07C8D is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 124 141 -
CMYK 0 0.22 0.12 0.37
HSL 331.67º 0.16% 0.56% -
HSV(B) 331.67º 0.23% 0.63% -
XYZ 26.51 23.81 28.4 -
YUV 136.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 160 124 141 0 0.22 0.12 0.37 331.67 0.16 0.56
Hex A0 7C 8D 0 16 C 25 14C 10 38
Octal 240 174 215 0 26 14 45 514 20 70
Binary 10100000 1111100 10001101 0 10110 1100 100101 101001100 10000 111000

Color Harmonies of #A07C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C8D

Black with #A07C8D

Text Example


Text Example

White with #A07C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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