#A07097

Color #A07097 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #A07097

Tints of Mountbatten Pink #A07097

Color information

#A07097 (or 0xA07097) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 70 and 97. RGB value is (160,112,151). Sum of RGB (Red+Green+Blue) = 160+112+151=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A07097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07097 is #5F8F68. Grayscale: #828282. Windows color (decimal): -6262633 or 9924768. OLE color: 9924768.

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

Color convert

RGB160112151-
CMYK00.300.060.37
HSL311.25º20.17%53.33%-
HSV(B)311.25º30%62.75%-
XYZ25.8821.332.02-
YUV130.8139.4148.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.83%
GREEN value IS 112 (44.14% from 255) = 26.48%
BLUE value IS 151 (59.38% from 255) = 35.70%
R=37.83%
G=26.48%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011215100.300.060.37311.2520.1753.33
HexA0709701E6251371435
Octal2401602270366454672465
Binary1010000011100001001011101111011010010110011011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07097; }

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

 H1.HeaderClassName
 {
   color: #A07097;
 }
 .AnyTagClassName
 {
   color: #A07097;
 }
</style>
background-color css

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

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

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

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

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

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