Html Css Color HEX #A07988 Mountbatten Pink

📋 copy color: '#A07988'

red 160 ◦ green 121 ◦ blue 136

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

Shades of Mountbatten Pink #A07988

Tints of Mountbatten Pink #A07988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.02%

 BLUE value IS 136 (53.52% from 255) = 32.61%

R = 38.37%
G = 29.02%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A07988 (or 0xA07988) is known color: Mountbatten Pink. HEX triplet: A0, 79 and 88. RGB value is (160,121,136). Sum of RGB (Red+Green+Blue) = 160+121+136=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A07988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07988 is #5F8677. Grayscale: #868686. Windows color (decimal): -6260344 or 8944032. OLE color: 8944032.

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

Color convert

RGB 160 121 136 -
CMYK 0 0.24 0.15 0.37
HSL 336.92º 0.17% 0.55% -
HSV(B) 336.92º 0.24% 0.63% -
XYZ 25.78 22.93 26.36 -
YUV 134.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 160 121 136 0 0.24 0.15 0.37 336.92 0.17 0.55
Hex A0 79 88 0 18 F 25 151 11 37
Octal 240 171 210 0 30 17 45 521 21 67
Binary 10100000 1111001 10001000 0 11000 1111 100101 101010001 10001 110111

Color Harmonies of #A07988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07988

Black with #A07988

Text Example


Text Example

White with #A07988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07988; }

 p { color: rgb(160,121,136); }

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

background-color css

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

 a { background-color: rgb(160,121,136); }

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

border-color css

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

 span { border-color: rgb(160,121,136); }

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