Html Css Color HEX #A07789 Mountbatten Pink

📋 copy color: '#A07789'

red 160 ◦ green 119 ◦ blue 137

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

Shades of Mountbatten Pink #A07789

Tints of Mountbatten Pink #A07789

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.61%

 BLUE value IS 137 (53.91% from 255) = 32.93%

R = 38.46%
G = 28.61%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A07789 (or 0xA07789) is known color: Mountbatten Pink. HEX triplet: A0, 77 and 89. RGB value is (160,119,137). Sum of RGB (Red+Green+Blue) = 160+119+137=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A07789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07789 is #5F8876. Grayscale: #858585. Windows color (decimal): -6260855 or 9009056. OLE color: 9009056.

HSL color Cylindrical-coordinate representation of color #A07789: hue angle of 333.66º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A07789 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 119 137 -
CMYK 0 0.26 0.14 0.37
HSL 333.66º 0.18% 0.55% -
HSV(B) 333.66º 0.26% 0.63% -
XYZ 25.61 22.47 26.65 -
YUV 133.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 160 119 137 0 0.26 0.14 0.37 333.66 0.18 0.55
Hex A0 77 89 0 1A E 25 14E 12 37
Octal 240 167 211 0 32 16 45 516 22 67
Binary 10100000 1110111 10001001 0 11010 1110 100101 101001110 10010 110111

Color Harmonies of #A07789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07789

Black with #A07789

Text Example


Text Example

White with #A07789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07789; }

 p { color: rgb(160,119,137); }

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

background-color css

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

 a { background-color: rgb(160,119,137); }

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

border-color css

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

 span { border-color: rgb(160,119,137); }

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