#A07590

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

Shades of Mountbatten Pink #A07590

Tints of Mountbatten Pink #A07590

Color information

#A07590 (or 0xA07590) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 75 and 90. RGB value is (160,117,144). Sum of RGB (Red+Green+Blue) = 160+117+144=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 160 - color contains mainly: red. Hex color #A07590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07590 is #5F8A6F. Grayscale: #848484. Windows color (decimal): -6261360 or 9467296. OLE color: 9467296.

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

Color convert

RGB160117144-
CMYK00.270.10.37
HSL322.33º18.45%54.31%-
HSV(B)322.33º26.88%62.75%-
XYZ25.8922.2129.31-
YUV132.94134.25147.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 117 (46.09% from 255) = 27.79%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=38.00%
G=27.79%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011714400.270.10.37322.3318.4554.31
HexA0759001BA251421236
Octal24016522003312455022266
Binary10100000111010110010000011011101010010110100001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07590; }

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

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

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

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

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

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

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

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