Html Css Color HEX #A07C90 Mountbatten Pink

📋 copy color: '#A07C90'

red 160 ◦ green 124 ◦ blue 144

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

Shades of Mountbatten Pink #A07C90

Tints of Mountbatten Pink #A07C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.64%

R = 37.38%
G = 28.97%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A07C90 (or 0xA07C90) is known color: Mountbatten Pink. HEX triplet: A0, 7C and 90. RGB value is (160,124,144). Sum of RGB (Red+Green+Blue) = 160+124+144=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07C90 is #5F836F. Grayscale: #898989. Windows color (decimal): -6259568 or 9469088. OLE color: 9469088.

HSL color Cylindrical-coordinate representation of color #A07C90: hue angle of 326.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 #A07C90 is Cyan = 0, Magento = 0.22, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 124 144 -
CMYK 0 0.22 0.1 0.37
HSL 326.67º 0.16% 0.56% -
HSV(B) 326.67º 0.23% 0.63% -
XYZ 26.74 23.9 29.59 -
YUV 137.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 160 124 144 0 0.22 0.1 0.37 326.67 0.16 0.56
Hex A0 7C 90 0 16 A 25 147 10 38
Octal 240 174 220 0 26 12 45 507 20 70
Binary 10100000 1111100 10010000 0 10110 1010 100101 101000111 10000 111000

Color Harmonies of #A07C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C90

Black with #A07C90

Text Example


Text Example

White with #A07C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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