#A07490

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

Shades of Mountbatten Pink #A07490

Tints of Mountbatten Pink #A07490

Color information

#A07490 (or 0xA07490) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 74 and 90. RGB value is (160,116,144). Sum of RGB (Red+Green+Blue) = 160+116+144=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A07490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07490 is #5F8B6F. Grayscale: #848484. Windows color (decimal): -6261616 or 9467040. OLE color: 9467040.

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

Color convert

RGB160116144-
CMYK00.280.10.37
HSL321.82º18.8%54.12%-
HSV(B)321.82º27.5%62.75%-
XYZ25.7821.9829.27-
YUV132.35134.58147.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.10%
GREEN value IS 116 (45.70% from 255) = 27.62%
BLUE value IS 144 (56.64% from 255) = 34.29%
R=38.10%
G=27.62%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011614400.280.10.37321.8218.854.12
HexA0749001CA251421336
Octal24016422003412455022366
Binary10100000111010010010000011100101010010110100001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07490; }

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

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

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

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

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

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

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

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