#A07296

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

Shades of Mountbatten Pink #A07296

Tints of Mountbatten Pink #A07296

Color information

#A07296 (or 0xA07296) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 72 and 96. RGB value is (160,114,150). Sum of RGB (Red+Green+Blue) = 160+114+150=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 160 - color contains mainly: red. Hex color #A07296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07296 is #5F8D69. Grayscale: #838383. Windows color (decimal): -6262122 or 9859744. OLE color: 9859744.

HSL color Cylindrical-coordinate representation of color #A07296: hue angle of 313.04º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A07296 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB160114150-
CMYK00.290.060.37
HSL313.04º19.49%53.73%-
HSV(B)313.04º28.75%62.75%-
XYZ26.0221.7131.67-
YUV131.86138.24148.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.74%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 150 (58.98% from 255) = 35.38%
R=37.74%
G=26.89%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011415000.290.060.37313.0419.4953.73
HexA0729601D6251391336
Octal2401622260356454712366
Binary1010000011100101001011001110111010010110011100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07296; }

 p { color: rgb(160,114,150); }

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

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

 a { background-color: rgb(160,114,150); }

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

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

 span { border-color: rgb(160,114,150); }

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